diff --git a/modules/home/desktop/sway/swayidle.nix b/modules/home/desktop/sway/swayidle.nix index 82f17d0..34d7c8f 100644 --- a/modules/home/desktop/sway/swayidle.nix +++ b/modules/home/desktop/sway/swayidle.nix @@ -10,7 +10,7 @@ { timeout = 600; command = "swaymsg 'output * dpms off'"; - resumeCommand = "swaymsg 'output * dpms on"; + resumeCommand = "swaymsg 'output * dpms on'"; } ]; events = [ diff --git a/modules/home/desktop/sway/waybar.nix b/modules/home/desktop/sway/waybar.nix index 9d39b6d..9301d27 100644 --- a/modules/home/desktop/sway/waybar.nix +++ b/modules/home/desktop/sway/waybar.nix @@ -21,7 +21,7 @@ [ "custom/sep" "backlight" "battery"] - else null + else [] ) ++ [ "custom/sep" "memory"