{ "layer": "top", "position": "top", "height": 30, "spacing": 1, "margin": 0, "modules-left": ["hyprland/workspaces", "hyprland/window"], "modules-center": [], "modules-right": ["custom/weather", "disk", "memory", "cpu", "temperature", "battery", "pulseaudio", "clock", "tray"], "hyprland/workspaces": { "disable-scroll": true, "all-outputs": false, "warp-on-scroll": false, "format": "{name}" }, "hyprland/window": { }, "custom/playerctl": { "format": " 󰐊 {}", "return-type": "json", "max-length": 40, "exec": "playerctl -a metadata --format '{\"text\": \"{{artist}} - {{markup_escape(title)}}\", \"tooltip\": \"{{playerName}} : {{artist}} - {{markup_escape(title)}}\", \"alt\": \"{{status}}\", \"class\": \"{{status}}\"}' -F", "on-click": "playerctl play-pause", "on-click-right": "playerctl next", }, "custom/weather": { "exec": "curl 'https://wttr.in/?format=1&m'", "interval": 600, "format": "{}", "tooltip": true }, "custom/updates": { "format": "󰚰 {}", "exec": "checkupdates | wc -l", "interval": 3600, "on-click": "kitty -e sudo pacman -Syu", "signal": 8 }, "custom/uptime": { "format": "󰔟 {}", "exec": "uptime -p | sed 's/up //; s/ days/d/; s/ hours/h/; s/ minutes/m/'", "interval": 60 }, "idle_inhibitor": { "format": "{icon}", "format-icons": { "activated": "󰈈", "deactivated": "󰈉" }, "tooltip": true }, "clock": { "format": "{:%H:%M}", "format-alt": "{:%Y-%m-%d}", "tooltip-format": "{:%Y %B}\n{calendar}", "calendar": { "mode" : "month", "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": { "format": "CPU {usage}%", "tooltip": true, "interval": 1, "on-click": "kitty -e htop" }, "memory": { "format": "RAM {}%", "interval": 1, "on-click": "kitty -e htop" }, "temperature": { "critical-threshold": 80, "format": "{temperatureC}°C", "format-icons": ["󱃃", "󰔏", "󱃂"], }, "battery": { "states": { "good": 95, "warning": 30, "critical": 15 }, "format": "{icon} {capacity}%", "format-charging": "󰂄 {capacity}%", "format-plugged": "󰚥 {capacity}%", "format-alt": "{icon} {time}", "format-icons": [ "󰂎", "󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹" ] }, "network": { "format-wifi": "󰖩 {essid} ({signalStrength}%)", "format-ethernet": "󰈀 {ifname}", "format-linked": "󰈀 {ifname} (No IP)", "format-disconnected": "󰖪 Disconnected", "format-alt": "{ifname}: {ipaddr}/{cidr}", "tooltip-format": "{ifname}: {ipaddr}", "on-click": "kitty -e nmtui" }, "pulseaudio": { "format": "{icon} {volume}%", "format-bluetooth": "󰂰 {volume}%", "format-bluetooth-muted": "󰂲 {icon}", "format-muted": "󰝟", "format-icons": { "headphone": "󰋋", "hands-free": "󰥰", "headset": "󰋎", "phone": "󰏲", "portable": "󰄝", "car": "󰄋", "default": ["󰕿", "󰖀", "󰕾"] }, "on-click": "pavucontrol", "on-click-right": "pactl set-sink-mute @DEFAULT_SINK@ toggle", "on-scroll-up": "pactl set-sink-volume @DEFAULT_SINK@ +2%", "on-scroll-down": "pactl set-sink-volume @DEFAULT_SINK@ -2%" }, "backlight": { "format": "{icon} {percent}%", "format-icons": ["󰃞", "󰃟", "󰃠"], "on-scroll-up": "brightnessctl set +5%", "on-scroll-down": "brightnessctl set 5%-" }, "disk": { "interval": 30, "format": "{path} {percentage_used}%", "path": "/", "on-click": "kitty -e gdu /" }, "tray": { "icon-size": 18, "spacing": 5 } }