Bit more tweaking

This commit is contained in:
David Heinemeier Hansson
2025-06-18 14:00:29 +02:00
parent 5b44993755
commit 41255d0aaa
2 changed files with 10 additions and 12 deletions

View File

@ -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,

View File

@ -25,18 +25,15 @@
#bluetooth,
#pulseaudio,
#clock {
padding: 0 8px 0 8px;
min-width: 12px;
margin-right: 13px;
}
#cpu {
margin-right: 5px;
}
tooltip {
border-radius: 8px;
padding: 5px;
padding: 2px;
}
tooltip label {
padding: 5px;
padding: 2px;
}