{ "layer": "top", "position": "top", "reload_style_on_change": true, "height": 20, "margin-top": 5, "margin-bottom": 0, "margin-left": 10, "margin-right": 10, "modules-left": ["niri/workspaces", "niri/window"], "modules-center": ["clock"], "modules-right": [ "tray", "idle_inhibitor", // "network", "bluetooth", "backlight", "wireplumber", "battery", "custom/notification" ], "hyprland/workspaces": { "all-outputs": false, "format": "{icon}", "format-icons": { "1": "", "2": "", "3": "", "9": "", "10": "󰌳", "default": "" }, "sort-by-number": true, "active-only": false }, "niri/workspaces": { "all-outputs": false, "format": "{icon}", "format-icons": { "1": "", "2": "", "3": "", "9": "", "10": "󰌳", "default": "" }, "on-scroll-up": "hyprctl dispatch workspace e+1 1>/dev/null", "on-scroll-down": "hyprctl dispatch workspace e-1 1>/dev/null", "sort-by-number": true, "active-only": false }, "niri/window": { "format": "{app_id}: {title}", "rewrite": { "(.*): (.*)": "$2", "brave-browser: (.*) - Brave": "🌎 $1", "Kitty: (.*)": " $1" } }, "backlight": { "format": "󱩖 {percent}% ", "device": "intel_backlight", "on-scroll-down": "brightnessctl s 5%-", "on-scroll-up": "brightnessctl s +5%" }, "idle_inhibitor": { "format": "{icon}", "format-icons": { "activated": "󰅶", "deactivated": "󰾪" }, "tooltip": "true" }, "wireplumber": { "on-click": "pavucontrol", "on-click-right": "amixer sset Master toggle 1>/dev/null", "format": "{icon} {volume}%", "format-muted": " Muted", "format-icons": { "headphone": " ", "hands-free": " ", "headset": " ", "phone": " ", "portable": " ", "car": " ", "default": [" ", " ", " "] } }, "network": { "format-wifi": " {essid} ", "format-ethernet": " {ifname}", "format-linked": " {ifname} (No IP)", "format": " Connected", "format-disconnected": " Disconnected", "interval": 60, "on-click": "~/.config/rofi/rofi-wifi-menu.sh" }, "clock": { "format": "{:%R}", "locale": "es_CL.UTF-8", "format-alt": "{:%a %d, %B %Y}", "tooltip-format": "{calendar}", "calendar": { "mode": "year", "mode-mon-col": 3, "weeks-pos": "left", "on-scroll": 1, "format": { "months": "{}", "days": "{}", "weeks": "W{}", "weekdays": "{}", "today": "{}" } }, "actions": { "on-click-right": "mode", "on-scroll-up": "shift_up", "on-scroll-down": "shift_down" } }, "battery": { "interval": 2, "states": { "good": 95, "warning": 30, "critical": 15 }, "format": "{icon} {capacity}%", "format-charging": " {capacity}%", "format-plugged": " {capacity}%", "format-icons": ["", "", "", "", ""] }, "bluetooth": { "format-on": " Turned On", "format-off": " Turned Off", "format-disabled": " Disabled", "format-connected": " Connected", "format": " Disabled", "on-click": "blueman-manager &" }, "custom/power": { "format": "", "on-click": "wlogout" }, "tray": { "show-passive-items": true }, "custom/notification": { "tooltip": false, "format": "{} {icon}", "format-icons": { "notification": "", "none": "", "dnd-notification": "", "dnd-none": "", "inhibited-notification": "", "inhibited-none": "", "dnd-inhibited-notification": "", "dnd-inhibited-none": "" }, "return-type": "json", "exec-if": "which swaync-client", "exec": "swaync-client -swb", "on-click": "swaync-client -t -sw", "on-click-right": "swaync-client -d -sw", "escape": true } }