{ "layer": "top", "position": "top", "height": 36, "spacing": 0, "modules-left": [ "hyprland/workspaces", ], "modules-right": [ "network", "custom/space", "battery", "custom/space", "pulseaudio", "custom/space", "custom/brightness", "custom/space", "custom/temperature", "custom/space", "memory", "custom/space", "cpu", "custom/space", "clock", "custom/space", ], "hyprland/workspaces": { "disable-scroll": false, "all-outputs": true, "format": "{icon}", "on-click": "activate", "persistent-workspaces": { "*":[1,2,3,4,5,6,7,8,9] }, }, "custom/space": { "format": " ", }, "network": { "format-wifi": "Radio(Wifi):{essid}", "format-ethernet": "Radio(Ethernet)", "format-linked": "Radio(Linked){ifname}", "format-disconnected": "Radio:Offline", "interval": 1, "on-click": "foot -e nmtui", "tooltip-format": "Sending: {bandwidthUpBytes} Receiving: {bandwidthDownBytes}", }, "battery": { "interval": 1, "states": { "warning": 30, "critical": 15 }, "format": "Electron:{capacity}%", "format-charging": "Electron:AC/DC({capacity}%)", "format-icons": ["󰂎", "󰁼", "󰁿", "󰂁", "󰁹"], "tooltip": true }, "pulseaudio": { "format": "Waves:{volume}%", "format-muted": "Waves:off", "format-icons": { "headphone": "", "hands-free": "", "headset": "", "phone": "", "portable": "", "car": "", "default": [ "", "", "" ] }, "on-click-right": "pavucontrol -t 3", "on-click": "pactl -- set-sink-mute 0 toggle", "tooltip": false, }, "custom/brightness": { "exec": "brightnessctl | grep 'Current brightness' | grep -o '[0-9]\\+' | head -n 1", "format": "Photons:{}", "interval": 1, "tooltip": false, }, "custom/temperature": { "exec": "sensors | awk '/^Package id 0:/ {print int($4) + 273}'", "format": "Radiation:{}K", "interval": 5, "tooltip": false, }, "memory": { "format": "Latch:{used}G", "tooltip": false, }, "cpu": { "format": "Data Bus:{avg_frequency}Hz", "tooltip": true, }, "clock": { "interval": 1, "timezone": "Asia/Kolkata", "format": "Time:{:%H:%M:%S}", "calendar": { "mode" : "year", "mode-mon-col" : 3, "weeks-pos" : "right", "on-scroll" : 1, "on-click-right": "mode", "format": { "months": "{}", "days": "{}", "weeks": "W{}", "weekdays": "{}", "today": "{}" } }, "tooltip": true, "format-alt": "Time:{:L%Y/%m/%d, %A}", "tooltip-format": "{calendar}", }, }