+2
-3
modules/home/theming/default.nix
+2
-3
modules/home/theming/default.nix
···
+2
-1
modules/home/wayland/keybindings.nix
+2
-1
modules/home/wayland/keybindings.nix
···+config.wayland.windowManager.sway.config.keybindings = lib.mkOptionDefault lib.mkIf cfg.enable {
+1
-1
modules/home/wayland/sway.nix
+1
-1
modules/home/wayland/sway.nix
+6
-2
modules/home/wayland/swaylock.nix
+6
-2
modules/home/wayland/swaylock.nix
+37
modules/home/wayland/waybar-mocha.css
+37
modules/home/wayland/waybar-mocha.css
···
+119
modules/home/wayland/waybar-style.css
+119
modules/home/wayland/waybar-style.css
···+/* Repeat style here to ensure properties are overwritten as there's no !important and button:hover above resets the colour */
+144
-130
modules/home/wayland/waybar.nix
+144
-130
modules/home/wayland/waybar.nix
···-exec = ''${lib.getExe pkgs.playerctl} -a metadata --format '{"text": "{{playerName}}: {{artist}} - {{markup_escape(title)}}", "tooltip": "{{playerName}} : {{markup_escape(title)}}", "alt": "{{status}}", "class": "{{status}}"}' -F'';+exec = ''${lib.getExe pkgs.playerctl} -a metadata --format '{"text": "{{playerName}}: {{artist}} - {{markup_escape(title)}}", "tooltip": "{{playerName}} : {{markup_escape(title)}}", "alt": "{{status}}", "class": "{{status}}"}' -F'';
+4
-5
modules/home/xdg/default.nix
+4
-5
modules/home/xdg/default.nix
······