test
This commit is contained in:
parent
1fee251a7f
commit
8741648082
1 changed files with 5 additions and 15 deletions
|
@ -36,7 +36,7 @@
|
|||
],
|
||||
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
"format": "{icon} - Idle",
|
||||
"format-icons": {
|
||||
"activated": "",
|
||||
"deactivated": ""
|
||||
|
@ -208,26 +208,16 @@
|
|||
#memory.critical,
|
||||
#battery.critical,
|
||||
#network.disconnected {
|
||||
background-color: #f2594b;
|
||||
background-color: #fe8019;
|
||||
}
|
||||
|
||||
/*#clock {
|
||||
* color: #e2cca9;
|
||||
* font-size: 14px;
|
||||
* font-weight: bold;
|
||||
*}
|
||||
*/
|
||||
|
||||
#battery.charging {
|
||||
color: #b0b846;
|
||||
color: #98971a;
|
||||
}
|
||||
|
||||
#battery.plugged {
|
||||
color: #80aa9e;
|
||||
color: #458588;
|
||||
}
|
||||
|
||||
#pulseaudio.bluetooth {
|
||||
color: #80aa9e;
|
||||
color: #458588;
|
||||
}
|
||||
tooltip {
|
||||
color: #e2cca9;
|
||||
|
|
Loading…
Reference in a new issue