Compare commits

..

No commits in common. "a8917d218e13482ea2831554e88da32640c6f132" and "d33790221141982e346ccbecf7b93847923579a2" have entirely different histories.

3 changed files with 5 additions and 23 deletions

View file

@ -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 = {

View file

@ -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";

View file

@ -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;