mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
Bit more tweaking
This commit is contained in:
@ -13,9 +13,9 @@
|
||||
"bluetooth",
|
||||
"pulseaudio",
|
||||
"network",
|
||||
"cpu",
|
||||
"power-profiles-daemon",
|
||||
"battery",
|
||||
"cpu"
|
||||
"battery"
|
||||
],
|
||||
"hyprland/workspaces": {
|
||||
"on-click": "activate",
|
||||
@ -65,8 +65,8 @@
|
||||
"battery": {
|
||||
"interval": 5,
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-discharging": "{power:>1.0f}W↓ {icon}",
|
||||
"format-charging": "{power:>1.0f}W↑ {icon}",
|
||||
"format-discharging": "{icon}",
|
||||
"format-charging": "{icon}",
|
||||
"format-plugged": "{capacity}% {icon}",
|
||||
"format-icons": {
|
||||
"charging": [
|
||||
@ -77,7 +77,8 @@
|
||||
]
|
||||
},
|
||||
"format-full": "Charged ",
|
||||
"tooltip-format": "{capacity}%",
|
||||
"tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}%",
|
||||
"tooltip-format-charging": "{power:>1.0f}W↑ {capacity}%",
|
||||
"interval": 5,
|
||||
"states": {
|
||||
"warning": 20,
|
||||
|
Reference in New Issue
Block a user