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