{ "position": "top", "layer": "top", "modules-left": ["custom/launcher", "temperature", "backlight", "hyprland/workspaces"], "modules-center": ["custom/playerctl"], "modules-right": [ "pulseaudio", "memory", "cpu", "network", "battery", "clock", "idle_inhibitor", "custom/powermenu", "tray", ], "hyprland/workspaces": { "format": "{icon}", "on-click": "activate", "format-icons": { "1": "", "2": "", "3": "", "4": "", "5": "", "6": "", "7": "", "8": "", "9": "", "10": "〇", "focused": "", "default": "", }, }, "clock": { "interval": 60, "align": 0, "rotate": 0, "tooltip-format": "{:%B %Y}\n{calendar}", "format": " {:%H:%M}", "format-alt": " {:%a %b %d, %G}", }, "cpu": { "format": "CPU {usage}%", "interval": 1, "on-click-middle": "foot btop", "on-click-right": "foot btop", }, "memory": { "format": "MEM {percentage}%", "interval": 1, "states": { "warning": 85, }, }, "custom/launcher": { "format": "\uf313 ", "on-click": "anyrun", "on-click-middle": "exec default_wall", "on-click-right": "exec wallpaper_random", "tooltip": false, }, "custom/powermenu": { "format": "\uf011", "on-click": "wlogout", "tooltip": false, }, "idle_inhibitor": { "format": "{icon}", "format-icons": { "activated": "\uf06e", "deactivated": "\uf070", }, "tooltip": false, }, "custom/playerctl": { "format": "{icon} {}", "return-type": "json", "max-length": 55, "exec": "playerctl -a metadata --format '{\"text\": \" {{markup_escape(title)}}\", \"tooltip\": \"{{playerName}} : {{markup_escape(title)}}\", \"alt\": \"{{status}}\", \"class\": \"{{status}}\"}' -F", "on-click-middle": "playerctl previous", "on-click": "playerctl play-pause", "on-click-right": "playerctl next", "format-icons": { "Paused": "", "Playing": "", }, }, "network": { "interval": 5, "format": "{ifname}", "format-wifi": " {signalStrength}% Down: {bandwidthDownBytes} Up: {bandwidthUpBytes} {essid}", "format-ethernet": " {ifname} Down: {bandwidthDownBytes} Up: {bandwidthUpBytes}", "format-disconnected": "Disconnected ⚠", "tooltip-format": " {ifname} via {gwaddri}", "tooltip-format-wifi": " {ifname} @ {essid}\nIP: {ipaddr}\nStrength: {signalStrength}%\nFreq: {frequency}MHz\nDown: {bandwidthDownBytes} Up: {bandwidthUpBytes}", "tooltip-format-ethernet": " {ifname}\nIP: {ipaddr}\n Down: {bandwidthDownBytes} Up: {bandwidthUpBytes}", "tooltip-format-disconnected": "Disconnected", "max-length": 50, "on-click-middle": "nm-connection-editor", "on-click-right": "foot nmtui", }, "pulseaudio": { //"format": "{volume}% {icon} {format_source}", "format": "{icon} {volume}%", "format-muted": " Mute", "format-bluetooth": " {volume}% {format_source}", "format-bluetooth-muted": " Mute", "format-source": " {volume}%", "format-source-muted": "", "format-icons": { "headphone": "", "hands-free": "", "headset": "", "phone": "", "portable": "", "car": "", "default": ["", "", ""], }, "scroll-step": 5.0, // Commands to execute on events "on-click": "amixer set Master toggle", "on-click-right": "GSK_RENDERER=opengl pavucontrol", "smooth-scrolling-threshold": 1, }, "temperature": { "format": "\uf2c9 {temperatureC}\u00b0C", "tooltip": false, }, "backlight": { "format": "{icon} {percent}%", "format-icons": ["", "", "", "", "", "", "", "", ""], }, "tray": { "icon-size": 15, "spacing": 5, }, "battery": { "interval": 60, "states": { "warning": 30, "critical": 15, }, "max-length": 20, "format": "{icon} {capacity}%", "format-warning": "{icon} {capacity}%", "format-critical": "{icon} {capacity}%", "format-charging": " {capacity}%", "format-plugged": " {capacity}%", "format-alt": "{icon} {time}", "format-full": " {capacity}%", "format-icons": [" ", " ", " ", " ", " "], }, }