{ "clock": { "interval": 60, "format": " {:%H : %M}", "tooltip-format": "{:%A, %Y-%m-%d}", "on-click": "gnome-clocks", "on-click-right": "date -u +'%Y-%m-%dT%H:%M:%SZ' | wl-copy", }, "cpu": { "interval": 2, "format": "{icon} {usage}%", "format-icons": ["󰾆", "󰾅", "󰓅"], "max-length": 10, "on-click": "$TERMINAL -e btop", }, "custom/updates": { "interval": 300, "format": "󰏖 {}", "exec": "~/.bin/updates", "return-type": "json", "on-click": "$TERMINAL -e yay", }, "custom/gpu": { "interval": 2, "exec": "nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits", "format": " {}%", "return-type": "", "on-click": "$TERMINAL -e nvtop", "max-length": 10, }, "memory": { "interval": 2, "format": "{used} GiB", "max-length": 10, "on-click": "$TERMINAL -e btop", }, "network#up": { "interval": 2, "format": "{bandwidthUpBits}", "tooltip-format": " {ifname} upload", "max-length": 10, "on-click": "$TERMINAL -e nethogs", }, "network#down": { "interval": 2, "format": "{bandwidthDownBits}", "tooltip-format": " {ifname} download", "max-length": 10, "on-click": "$TERMINAL -e nethogs", }, "disk": { "interval": 30, "format": "󰋊 {used}", "path": "/", "max-length": 10, "on-click": "$TERMINAL -e dua i", }, "mpris": { "format": "{player_icon} {title}", "format-paused": "{status_icon} {title}", "player-icons": { "default": "󰝚", "mpv": "󰝚" }, "status-icons": { "paused": "󰏤" }, "title-len": 30, }, "wireplumber": { "format": "{icon} {volume}%", "format-muted": "", "scroll-step": 5, "format-icons": ["", "", ""], "max-length": 10, "on-click": "helvum", }, "hyprland/window": { "format": "󰘔 {initialTitle}", "separate-outputs": true }, "hyprland/workspaces": { "format": "{icon}", "persistent-workspaces": { "*": 9 }, "format-icons": { "default": "", "empty": "", "active": "", "urgent": "", }, "sort-by-number": true, "on-click": "activate", }, "custom/os":{ "format": "", "tooltip": false, "on-click": "$TERMINAL --hold -e neofetch", }, }