Compare commits
3 Commits
6a9270c276
...
f058ea58f7
Author | SHA1 | Date | |
---|---|---|---|
f058ea58f7 | |||
bc227bed49 | |||
475fbc55cc |
@ -43,7 +43,8 @@
|
|||||||
"custom/updates",
|
"custom/updates",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
//"bluetooth",
|
//"bluetooth",
|
||||||
//"battery",
|
"battery",
|
||||||
|
"battery#charging",
|
||||||
"network",
|
"network",
|
||||||
"cpu",
|
"cpu",
|
||||||
"memory",
|
"memory",
|
||||||
|
@ -322,16 +322,32 @@
|
|||||||
"warning": 30,
|
"warning": 30,
|
||||||
"critical": 15
|
"critical": 15
|
||||||
},
|
},
|
||||||
"format": "{icon} {capacity}%",
|
"format": "{icon} {capacity}%",
|
||||||
"format-charging": "{icon} {capacity}%",
|
"format-charging": "",
|
||||||
"format-plugged": " {capacity}%",
|
"format-plugged": " {capacity}%",
|
||||||
"format-alt": "{icon} {time}",
|
"format-alt": "{icon} {time}",
|
||||||
// "format-good": "", // An empty format will hide the module
|
// "format-good": "", // An empty format will hide the module
|
||||||
// "format-full": "",
|
"format-full": " {capacity}%",
|
||||||
"format-icons": {
|
//"format-icons": {
|
||||||
"Charging": ["","","","","","","","","","",""],
|
// "Charging": ["","","","","","","","","","",""],
|
||||||
"default": ["","","","","","","","","","",""]
|
// "default": ["","","","","","","","","","",""]
|
||||||
}
|
//}
|
||||||
|
"format-icons": ["","","","","","","","","","",""]
|
||||||
|
},
|
||||||
|
"battery#charging": {
|
||||||
|
"states": {
|
||||||
|
// "good": 95,
|
||||||
|
"warning": 30,
|
||||||
|
"critical": 15
|
||||||
|
},
|
||||||
|
"format": "",
|
||||||
|
"format-charging": "{icon} {capacity}%",
|
||||||
|
// "format-good": "", // An empty format will hide the module
|
||||||
|
//"format-icons": {
|
||||||
|
// "Charging": ["","","","","","","","","","",""],
|
||||||
|
// "default": ["","","","","","","","","","",""]
|
||||||
|
//}
|
||||||
|
"format-icons": ["","","","","","","","","","",""]
|
||||||
},
|
},
|
||||||
|
|
||||||
// Pulseaudio
|
// Pulseaudio
|
||||||
|
Loading…
Reference in New Issue
Block a user