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", "bluetooth",
"pulseaudio", "pulseaudio",
"network", "network",
"cpu",
"power-profiles-daemon", "power-profiles-daemon",
"battery", "battery"
"cpu"
], ],
"hyprland/workspaces": { "hyprland/workspaces": {
"on-click": "activate", "on-click": "activate",
@ -65,8 +65,8 @@
"battery": { "battery": {
"interval": 5, "interval": 5,
"format": "{capacity}% {icon}", "format": "{capacity}% {icon}",
"format-discharging": "{power:>1.0f}W↓ {icon}", "format-discharging": "{icon}",
"format-charging": "{power:>1.0f}W↑ {icon}", "format-charging": "{icon}",
"format-plugged": "{capacity}%  {icon}", "format-plugged": "{capacity}%  {icon}",
"format-icons": { "format-icons": {
"charging": [ "charging": [
@ -77,7 +77,8 @@
] ]
}, },
"format-full": "Charged ", "format-full": "Charged ",
"tooltip-format": "{capacity}%", "tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}%",
"tooltip-format-charging": "{power:>1.0f}W↑ {capacity}%",
"interval": 5, "interval": 5,
"states": { "states": {
"warning": 20, "warning": 20,

View File

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