Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyTurtleDev committed Oct 24, 2023
1 parent 4d76003 commit 62d3c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion more-wallpapers/src/linux/sway.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use std::{io::StdoutLock, process::Command};
#[derive(Deserialize, Debug)]
struct OutputScreens {
id: usize,
current_mode: String,
current_mode: OutputMode,
active: bool,
}

Expand Down

0 comments on commit 62d3c8a

Please sign in to comment.