Compare commits
No commits in common. "f058ea58f77707017380fb0dd27951bb6604b4c7" and "6a9270c2762c3825134ce46fc12a55c4bfebfd72" have entirely different histories.
f058ea58f7
...
6a9270c276
@ -43,8 +43,7 @@
|
||||
"custom/updates",
|
||||
"pulseaudio",
|
||||
//"bluetooth",
|
||||
"battery",
|
||||
"battery#charging",
|
||||
//"battery",
|
||||
"network",
|
||||
"cpu",
|
||||
"memory",
|
||||
|
@ -322,32 +322,16 @@
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-charging": "",
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-charging": "{icon} {capacity}%",
|
||||
"format-plugged": " {capacity}%",
|
||||
"format-alt": "{icon} {time}",
|
||||
// "format-good": "", // An empty format will hide the module
|
||||
"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": ["","","","","","","","","","",""]
|
||||
// "format-full": "",
|
||||
"format-icons": {
|
||||
"Charging": ["","","","","","","","","","",""],
|
||||
"default": ["","","","","","","","","","",""]
|
||||
}
|
||||
},
|
||||
|
||||
// Pulseaudio
|
||||
|
Loading…
Reference in New Issue
Block a user