This commit is contained in:
iFargle 2023-08-28 19:08:06 +09:00
parent 1fee251a7f
commit 8741648082

View file

@ -36,7 +36,7 @@
], ],
"idle_inhibitor": { "idle_inhibitor": {
"format": "{icon}", "format": "{icon} - Idle",
"format-icons": { "format-icons": {
"activated": "", "activated": "",
"deactivated": "" "deactivated": ""
@ -208,26 +208,16 @@
#memory.critical, #memory.critical,
#battery.critical, #battery.critical,
#network.disconnected { #network.disconnected {
background-color: #f2594b; background-color: #fe8019;
} }
/*#clock {
* color: #e2cca9;
* font-size: 14px;
* font-weight: bold;
*}
*/
#battery.charging { #battery.charging {
color: #b0b846; color: #98971a;
} }
#battery.plugged { #battery.plugged {
color: #80aa9e; color: #458588;
} }
#pulseaudio.bluetooth { #pulseaudio.bluetooth {
color: #80aa9e; color: #458588;
} }
tooltip { tooltip {
color: #e2cca9; color: #e2cca9;