feat(waybar): update

This commit is contained in:
2026-02-20 17:53:06 +01:00
parent f84cd6d66a
commit e5659ce2ff
2 changed files with 19 additions and 4 deletions

View File

@@ -15,10 +15,11 @@
"pulseaudio",
"clock",
"clock#simpleclock",
"network",
"battery",
"tray",
"custom/notification",
"custom/power",
"custom/power"
],
"custom/spotify": {
"format": " {}",
@@ -87,14 +88,14 @@
"format": "{icon} {volume}%",
"format-muted": " muted",
"format-icons": {
"headphone": "",
"headphone": " ",
"default": [" ", " ", " "],
},
"on-click": "pavucontrol",
},
"battery": {
"format": "{icon} {capacity}%",
"format-icons": ["", "", "", "", ""],
"format": "{icon} {capacity}%",
"format-icons": [" ", " ", " ", " ", " "],
"states": {
"critical": 25,
},
@@ -124,4 +125,17 @@
"return-type": "json",
"tooltip": false,
},
"network": {
"interface": "wlp1s0",
"format": "{ifname}",
"format-icons": ["󰤟 ", "󰤢 ", "󰤥 ", "󰤨 "],
"format-wifi": "{icon}",
"format-ethernet": "󰈀 {ifname}",
"format-disconnected": "󰤮 ",
"tooltip-format": "{ifname}",
"tooltip-format-wifi": "{essid} ({signalStrength}%)",
"tooltip-format-ethernet": "{ifname}",
"tooltip-format-disconnected": "Disconnected",
"max-length": 50
}
}