diff --git a/modules/home/qt.nix b/modules/home/qt.nix index 49b35b1..d622e0e 100644 --- a/modules/home/qt.nix +++ b/modules/home/qt.nix @@ -14,12 +14,12 @@ ]; xdg.configFile."Kvantum/kvantum.kvconfig".source = (pkgs.formats.ini {}).generate "kvantum.kvconfig" { - General.theme = "catppuccin-mocha-lavender"; + General.theme = "Catppuccin-Mocha-Lavender"; }; - xdg.configFile."Kvantum/catppuccin-mocha-lavender".source = "${(pkgs.catppuccin-kvantum.override { - variant = "mocha"; + xdg.configFile."Kvantum/Catppuccin-Mocha-Lavender".source = "${(pkgs.catppuccin-kvantum.override { accent = "lavender"; - })}/share/Kvantum/catppuccin-mocha-lavender"; + variant = "mocha"; + })}/share/Kvantum/Catppuccin-Mocha-Lavender"; xdg.configFile."qt5ct/qt5ct.conf".source = (pkgs.formats.ini {}).generate "kvantum.kvconfig" { Appearance = { diff --git a/modules/home/waybar/settings.nix b/modules/home/waybar/settings.nix index 260671d..7dd513b 100644 --- a/modules/home/waybar/settings.nix +++ b/modules/home/waybar/settings.nix @@ -45,7 +45,6 @@ ++ [ "pulseaudio" "battery" - "idle_inhibitor" "network" "custom/notification" "clock" @@ -148,16 +147,6 @@ tooltip = true; tooltip-format = "{time}"; }; - - idle_inhibitor = { - format = "{icon}"; - format-icons = { - activated = " "; - deactivated = " "; - }; - timeout = 30; - }; - "custom/launcher" = { format = ""; on-click = "pkill fuzzel || fuzzel"; diff --git a/modules/home/waybar/style.nix b/modules/home/waybar/style.nix index afb4ebc..de3868e 100644 --- a/modules/home/waybar/style.nix +++ b/modules/home/waybar/style.nix @@ -60,7 +60,7 @@ } #tray, #pulseaudio, #network, #cpu, #memory, #disk, - #custom-playerctl.backward, #custom-playerctl.play, #custom-playerctl.forward, #battery, #idle_inhibitor, #custom-notification { + #custom-playerctl.backward, #custom-playerctl.play, #custom-playerctl.forward, #battery, #custom-notification { background: #${custom.palette.tertiary_background_hex}; font-weight: bold; margin: 5px 0px; @@ -108,13 +108,6 @@ padding-right: 9px; } - #idle_inhibitor { - color: #${custom.tertiary_accent}; - border-radius: 0; - padding-left: 9px; - padding-right: 9px; - } - #network { color: #${custom.tertiary_accent}; border-radius: 0;