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": {
|
"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;
|
||||||
|
|
Loading…
Reference in a new issue