Compare commits
3 commits
d337902211
...
a8917d218e
Author | SHA1 | Date | |
---|---|---|---|
|
a8917d218e | ||
|
cdbfa56130 | ||
|
c1879671fc |
|
@ -14,12 +14,12 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg.configFile."Kvantum/kvantum.kvconfig".source = (pkgs.formats.ini {}).generate "kvantum.kvconfig" {
|
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 {
|
xdg.configFile."Kvantum/catppuccin-mocha-lavender".source = "${(pkgs.catppuccin-kvantum.override {
|
||||||
accent = "lavender";
|
|
||||||
variant = "mocha";
|
variant = "mocha";
|
||||||
})}/share/Kvantum/Catppuccin-Mocha-Lavender";
|
accent = "lavender";
|
||||||
|
})}/share/Kvantum/catppuccin-mocha-lavender";
|
||||||
|
|
||||||
xdg.configFile."qt5ct/qt5ct.conf".source = (pkgs.formats.ini {}).generate "kvantum.kvconfig" {
|
xdg.configFile."qt5ct/qt5ct.conf".source = (pkgs.formats.ini {}).generate "kvantum.kvconfig" {
|
||||||
Appearance = {
|
Appearance = {
|
||||||
|
|
|
@ -45,6 +45,7 @@
|
||||||
++ [
|
++ [
|
||||||
"pulseaudio"
|
"pulseaudio"
|
||||||
"battery"
|
"battery"
|
||||||
|
"idle_inhibitor"
|
||||||
"network"
|
"network"
|
||||||
"custom/notification"
|
"custom/notification"
|
||||||
"clock"
|
"clock"
|
||||||
|
@ -147,6 +148,16 @@
|
||||||
tooltip = true;
|
tooltip = true;
|
||||||
tooltip-format = "{time}";
|
tooltip-format = "{time}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
idle_inhibitor = {
|
||||||
|
format = "{icon}";
|
||||||
|
format-icons = {
|
||||||
|
activated = " ";
|
||||||
|
deactivated = " ";
|
||||||
|
};
|
||||||
|
timeout = 30;
|
||||||
|
};
|
||||||
|
|
||||||
"custom/launcher" = {
|
"custom/launcher" = {
|
||||||
format = "";
|
format = "";
|
||||||
on-click = "pkill fuzzel || fuzzel";
|
on-click = "pkill fuzzel || fuzzel";
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#tray, #pulseaudio, #network, #cpu, #memory, #disk,
|
#tray, #pulseaudio, #network, #cpu, #memory, #disk,
|
||||||
#custom-playerctl.backward, #custom-playerctl.play, #custom-playerctl.forward, #battery, #custom-notification {
|
#custom-playerctl.backward, #custom-playerctl.play, #custom-playerctl.forward, #battery, #idle_inhibitor, #custom-notification {
|
||||||
background: #${custom.palette.tertiary_background_hex};
|
background: #${custom.palette.tertiary_background_hex};
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 5px 0px;
|
margin: 5px 0px;
|
||||||
|
@ -108,6 +108,13 @@
|
||||||
padding-right: 9px;
|
padding-right: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#idle_inhibitor {
|
||||||
|
color: #${custom.tertiary_accent};
|
||||||
|
border-radius: 0;
|
||||||
|
padding-left: 9px;
|
||||||
|
padding-right: 9px;
|
||||||
|
}
|
||||||
|
|
||||||
#network {
|
#network {
|
||||||
color: #${custom.tertiary_accent};
|
color: #${custom.tertiary_accent};
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
Loading…
Reference in a new issue