{ "layer": "top", "position": "top", "modules-left": [ "custom/launcher", "hyprland/workspaces", "cpu", "memory" ], "modules-center": [ "hyprland/window" ], "spacing": 4, "modules-right": [ "tray", "wireplumber", "network", "backlight", "clock", "battery", "custom/power" ], "backlight": { "device": "intel_backlight", "format": "{percent}% {icon}", "format-icons": ["", ""] }, "hyprland/workspaces": { "format": "{name}", "persistent-workspaces": { "1": [], "2": [], "3": [] } }, "hyprland/window": { "icon": false, "separate-outputs": true, "format": "{}" }, "tray": { "icon-size": 15, "spacing": 7 }, "clock": { "format": "{:%H:%M} ", "format-alt": "{:%A, %B %d, %Y (%R)}", "tooltip-format": "{calendar}", "calendar": { "mode": "year", "mode-mon-col": 3, "weeks-pos": "right", "on-scroll": 1, "on-click-right": "mode", "format": { "months": "{}", "days": "{}", "weeks": "W{}", "weekdays": "{}", "today": "{}" } }, "actions": { "on-click-right": "mode", "on-click-forward": "tz_up", "on-click-backward": "tz_down", "on-scroll-up": "shift_up", "on-scroll-down": "shift_down" } }, "cpu": { "interval": 1, "format": "CPU {usage:>2}% {icon0}{icon1}{icon2}{icon3}", "format-icons": [ "▁", "▂", "▃", "▄", "▅", "▆", "▇", "█" ], "on-click": "kitty -e btop" }, "memory": { "interval": 30, "format": "MEM {used:0.1f}G/{total:0.1f}G" }, "network": { "format": "󰤭 Disabled", "format-wifi": " ", "format-ethernet": " 󰈀 ", "format-disconnected": "⚠", "tooltip": true, "tooltip-format": "{ifname}\n{ipaddr}", "tooltip-format-wifi": "{essid} {ifname}\n{ipaddr}\nstrength: {signalStrength}%", "on-click": "networkmanager_dmenu" }, "custom/launcher": { "format": " 󰣇 ", "tooltip": false, "on-click": "wofi -c ~/.config/wofi/config -I" }, "custom/power": { "format": "  ", "on-click": "~/.config/wofi/scripts/power.sh", "tooltip": false }, "wireplumber": { "scroll-step": 10, "format": "{volume}% {icon} ", "format-bluetooth": "{icon} {volume}%", "format-muted": "muted ", "on-click": "pavucontrol", "format-icons": { "headphones": "", "handsfree": "", "headset": "", "phone": "", "portable": "", "car": "", "default": [ "", "󰓃" ] } }, "battery": { "states": { "warning": 30, "critical": 15 }, "format": "{capacity}% {icon}", "format-charging": "󰂄 {capacity}%", "format-pluged": "󱟦 {capacity}%", "format-full": "󰁹 {capacity}%", "format-icons": [ "󰂎", "󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹" ] } }