mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
A few more tweaks
This commit is contained in:
@ -75,8 +75,8 @@
|
||||
"battery": {
|
||||
"interval": 5,
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-discharging": "↓ {power:>2.0f}W {icon}",
|
||||
"format-charging": "↑ {power:>2.0f}W {icon}",
|
||||
"format-discharging": "{power:>1.0f}W↓ {icon}",
|
||||
"format-charging": "{power:>1.0f}W↑ {icon}",
|
||||
"format-plugged": "{capacity}% {icon}",
|
||||
"format-icons": {
|
||||
"charging": [
|
||||
|
Reference in New Issue
Block a user