diff --git a/home/gui/sway-config.nix b/home/gui/sway-config.nix index ad8a84a..993ae6c 100644 --- a/home/gui/sway-config.nix +++ b/home/gui/sway-config.nix @@ -73,9 +73,12 @@ in } ]; # Startup scripts - startup = [ - (cmdAlways "${configure-gtk}/bin/configure-gtk") - ] ++ (builtins.map cmdAlways cfg.exec.always) ++ (builtins.map cmdOnce cfg.exec.once); + startup = + [ + (cmdAlways "${configure-gtk}/bin/configure-gtk") + ] + ++ (builtins.map cmdAlways cfg.exec.always) + ++ (builtins.map cmdOnce cfg.exec.once); # Keyboard configuration input."type:keyboard" = { repeat_delay = "300"; diff --git a/home/gui/waybar-settings.nix b/home/gui/waybar-settings.nix index 9152f49..3fcf58c 100644 --- a/home/gui/waybar-settings.nix +++ b/home/gui/waybar-settings.nix @@ -10,13 +10,16 @@ in # Choose the order of the modules modules-left = [ "sway/workspaces" ]; modules-center = [ "clock" ]; - modules-right = [ - "pulseaudio" - "backlight" - "battery" - "sway/language" - "memory" - ] ++ lib.optional (cfg.tempInfo != null) "temperature" ++ [ "tray" ]; + modules-right = + [ + "pulseaudio" + "backlight" + "battery" + "sway/language" + "memory" + ] + ++ lib.optional (cfg.tempInfo != null) "temperature" + ++ [ "tray" ]; "sway/workspaces" = { disable-scroll = true; persistent-workspaces = {