// -*- mode: jsonc -*- { "spacing": 4, "modules-left": [ "hyprland/workspaces", "hyprland/window" ], "modules-center": [ "clock" ], "modules-right": [ "custom/date", "wireplumber", "network", "hyprland/language", "custom/power" ], "hyprland/workspaces": { "disable-scroll": true, "all-outputs": true, "warp-on-scroll": false, "format": "{name}", "format-icons": { "urgent": "", "active": "", "default": "" } }, "hyprland/language": { "format": "󰌌 {long}", "format-us": "US", "format-se": "SE", "format-kr": "KR", "keyboard-name": "typematrix.com-usb-keyboard", "on-click": "hyprctl switchxkblayout all next" }, "clock": { "format": "{:%H:%M}", "tooltip-format": "{:%Y %B}\n{calendar}", "on-click": "gnome-calendar" }, "wireplumber": { "format": " {volume}% · {node_name}", "format-muted": "", "reverse-scrolling": 1, "on-click": "$HOME/.config/tofi/select_audio.py" }, "network": { "format-wifi": " {essid}", "format-ethernet": "󰈀 Wired", "on-click": "kitty -e nmtui" }, "custom/date": { "format": "{}", "exec": "date +\"󰸗 %A %Y-%m-%d\"", "on-click": "gnome-calendar", "interval": 60 }, "custom/power": { "format": " ⏻ ", "tooltip": false, "on-click": "wlogout --protocol layer-shell" } }