Waybar changes

This commit is contained in:
2023-05-28 00:16:32 +01:00
parent 906918ab23
commit 8004fa6afd

View File

@@ -10,12 +10,29 @@
"tray" "tray"
], ],
"hyprland/window": { "hyprland/window": {
"separate-outputs": true
}, },
"network": { "network": {
"tooltip-format": "{ipaddr}",
"format-wifi": "{icon} {essid}",
"format-ethernet": "󰈀 {ifname}",
"format-icons": [
"󰤯",
"󰤟",
"󰤢",
"󰤥",
"󰤨"
]
}, },
"bat": { "battery": {
"format": "{icon} {capacity}%",
"format-icons": [
"",
"",
"",
"",
""
]
}, },
"backlight": { "backlight": {
"format": "{percent}% {icon}", "format": "{percent}% {icon}",
@@ -27,18 +44,14 @@
"on-click": "activate", "on-click": "activate",
"format": "{icon}", "format": "{icon}",
"format-icons": { "format-icons": {
"1": "",
"2": "",
"3": "",
"4": "",
"5": "",
"urgent": "", "urgent": "",
"active": "", "active": "",
"default": "" "default": ""
} }
}, },
"clock": { "clock": {
"format-alt": "{:%a, %d. %b %H:%M}" "interval": 1,
"format-alt": "{:%a, %d. %b %H:%M:%S}"
}, },
"pulseaudio": { "pulseaudio": {
"format": "{icon} {volume}%", "format": "{icon} {volume}%",