diff --git a/users/configs/desktop/waybar/config.json b/users/configs/desktop/waybar/config.json index d937947..d275bf1 100644 --- a/users/configs/desktop/waybar/config.json +++ b/users/configs/desktop/waybar/config.json @@ -1,69 +1,77 @@ { - "layer": "top", - "modules-left": ["wlr/workspaces", "hyprland/window"], - "modules-center": ["clock"], - "modules-right": [ - "backlight", - "pulseaudio", - "network", - "battery", - "tray" - ], - "hyprland/window": { - "separate-outputs": true - }, - "network": { - "tooltip-format": "{ipaddr}", - "format-wifi": "{icon} {essid}", - "format-ethernet": "󰈀 {ifname}", - "format-icons": [ - "󰤯", - "󰤟", - "󰤢", - "󰤥", - "󰤨" - ] - }, - "battery": { - "format": "{icon} {capacity}%", - "format-icons": [ - "", - "", - "", - "", - "" - ] - }, - "backlight": { - "format": "{percent}% {icon}", - "format-icons": ["", ""] - }, - "wlr/workspaces": { - "on-scroll-up": "hyprctl dispatch workspace e+1", - "on-scroll-down": "hyprctl dispatch workspace e-1", - "on-click": "activate", - "format": "{icon}", - "format-icons": { - "urgent": "", - "active": "", - "default": "" - } - }, - "clock": { - "interval": 1, - "format-alt": "{:%a, %d. %b %H:%M:%S}" - }, - "pulseaudio": { - "format": "{icon} {volume}%", - "format-muted": "󰖁 MUTED", - "format-icons": { - "default": [ - "󰕿", - "󰖀", - "󰕾" - ] - }, - "max-volume": 100, - "on-click": "pavucontrol" - } + "layer": "top", + "modules-left": [ + "hyprland/workspaces", + "hyprland/window" + ], + "modules-center": [ + "clock" + ], + "modules-right": [ + "backlight", + "pulseaudio", + "network", + "battery", + "tray" + ], + "hyprland/window": { + "separate-outputs": true + }, + "network": { + "tooltip-format": "{ipaddr}", + "format-wifi": "{icon} {essid}", + "format-ethernet": "󰈀 {ifname}", + "format-icons": [ + "󰤯", + "󰤟", + "󰤢", + "󰤥", + "󰤨" + ] + }, + "battery": { + "format": "{icon} {capacity}%", + "format-icons": [ + "", + "", + "", + "", + "" + ] + }, + "backlight": { + "format": "{percent}% {icon}", + "format-icons": [ + "", + "" + ] + }, + "hyprland/workspaces": { + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", + "on-click": "activate", + "format": "{icon}", + "format-icons": { + "urgent": "", + "active": "", + "default": "" + } + }, + "clock": { + "interval": 1, + "format-alt": "{:%a, %d. %b %H:%M:%S}" + }, + "pulseaudio": { + "format": "{icon} {volume}%", + "format-muted": "󰖁 MUTED", + "format-icons": { + "default": [ + "󰕿", + "󰖀", + "󰕾" + ] + }, + "max-volume": 100, + "on-click": "pavucontrol" + } }