fix: even more cool stuff!
This commit is contained in:
@ -35,11 +35,12 @@
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"format": "{icon}",
|
||||
"format-charging": "⚡",
|
||||
"format-plugged": "🔌",
|
||||
"format-alt": "{icon}",
|
||||
"format-icons": ["", "", "", "", ""]
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-charging": "⚡ {capacity}%",
|
||||
"format-plugged": "🔌 {capacity}%",
|
||||
"format-alt": "{icon} {capacity}%",
|
||||
"format-icons": ["", "", "", "", ""],
|
||||
"interval": 3
|
||||
},
|
||||
"pulseaudio": {
|
||||
// "scroll-step": 1, // %, can be a float
|
||||
|
@ -57,6 +57,7 @@
|
||||
#battery {
|
||||
color: @green;
|
||||
margin-right: 1rem;
|
||||
padding-right: 1.5rem;
|
||||
border-radius: 0rem 1rem 1rem 0rem;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user