diff --git a/modules/home/desktop/sway/swayidle.nix b/modules/home/desktop/sway/swayidle.nix index 34d7c8f..82f17d0 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 9301d27..9d39b6d 100644 --- a/modules/home/desktop/sway/waybar.nix +++ b/modules/home/desktop/sway/waybar.nix @@ -21,7 +21,7 @@ [ "custom/sep" "backlight" "battery"] - else [] + else null ) ++ [ "custom/sep" "memory"