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