diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 10c0f9b..6f605e9 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -5,22 +5,22 @@ "spacing": 2, "modules-left": [ "clock", - "custom/weather", - "custom/pacman", - "idle_inhibitor" + "custom/weather", + "custom/pacman", + "idle_inhibitor" ], "modules-center": [ - "wlr/workspaces" + "wlr/workspaces" ], "modules-right": [ - "pulseaudio", - "network", + "pulseaudio", + "network", "tray" ], "hyprland/window": { "format": "{}", - "separate-outputs": true, - "max-length": 50 + "separate-outputs": true, + "max-length": 50 }, "wlr/workspaces": { "format": "{icon}", @@ -31,34 +31,34 @@ "default": "" }, "sort-by-number": true, - "active-only": false, - "all-outputs": false, - "persistent_workspaces": { + "active-only": false, + "all-outputs": false, + "persistent_workspaces": { "1": ["HDMI-A-1"], "2": ["HDMI-A-1"], "3": ["HDMI-A-1"], "4": ["HDMI-A-1"], "5": ["HDMI-A-1"], "6": ["HDMI-A-1"], - "11": ["DP-3"], - "12": ["DP-3"], - "13": ["DP-3"], - "14": ["DP-3"], - "15": ["DP-3"], - "16": ["DP-3"] - } + "11": ["DP-3"], + "12": ["DP-3"], + "13": ["DP-3"], + "14": ["DP-3"], + "15": ["DP-3"], + "16": ["DP-3"] + } }, "tray": { "icon-size": 16, "spacing": 4 }, "clock": { - "interval": 1, + "interval": 1, "timezone": "Europe/Warsaw", "tooltip-format": false, "format-alt": "󰥔 {:%T 󰸗 %F}", - "format": "󰥔 {:%H:%M 󰸗 %e %b}", - "on-click-right": "evolution -c calendar" + "format": "󰥔 {:%H:%M 󰸗 %e %b}", + "on-click-right": "evolution -c calendar" }, "network": { "format-wifi": "{essid} ({signalStrength}%) ", @@ -67,7 +67,7 @@ "format-linked": "{ifname} (No IP) ", "format-disconnected": "⚠ Disconnected", "format-alt": "{ifname}: {ipaddr}/{cidr}", - "on-click-right": "nm-connection-editor" + "on-click-right": "nm-connection-editor" }, "pulseaudio": { "format": "{icon} {volume}%{format_source}", @@ -91,11 +91,11 @@ }, "custom/pacman": { "format": "󰏗 {}", - "interval": "3600", - "return-type": "json", - "exec": "$HOME/.config/waybar/scripts/checkupdates", - "signal": 8, - "on-click": "foot paru; pkill waybar; waybar &" + "interval": "3600", + "return-type": "json", + "exec": "$HOME/.config/waybar/scripts/checkupdates", + "signal": 8, + "on-click": "foot paru; pkill waybar; waybar &" }, "custom/weather": { "exec": "curl -s 'https://wttr.in/?format=1' | sed 's/ \\+/ /g'",