{ "layer": "top", "height": 38, "position": "top", "modules-left": [ "niri/workspaces", "mpd", "niri/window" ], "modules-center": [ ], "modules-right": [ "idle_inhibitor", "custom/mullvad", "custom/tailscale", "wireplumber", "custom/builds", "power-profiles-daemon", "battery", "network", "bluetooth", "clock", "tray", "custom/power" ], "idle_inhibitor": { "format": "{icon}", "format-icons": { "activated": "CAF", "deactivated": "ZZZ" } }, "clock": { "tooltip-format": "{:%Y %B}\n{calendar}", "format-alt": "{:%Y-%m-%d}" }, "battery": { "states": { "warning": 30, "critical": 10 }, "format": "{capacity} {icon}", "format-full": "{capacity} {icon}", "format-charging": "{capacity} 🜹", "format-plugged": "{capacity} πŸœ™", "format-alt": "{time} {icon}", "format-icons": ["πŸ™"] }, "network": { "format-wifi": "{icon}", "format-ethernet": "{ipaddr}/{cidr} οž–", "tooltip-format": "{essid} ({signalStrength}%) \n{ifname} via {gwaddr} οž–\n{ipaddr}/{cidr}", "format-linked": "{ifname} (No IP) οž–", "format-disconnected": "Disconnected ⚠", "format-alt": "{ifname}: {ipaddr}/{cidr}", "format-icons": ["β€€", ":", "βΈͺ", "⁛"], "on-click-right": "kitty nmtui" }, "bluetooth": { "format": "οŠ”", "format-disabled": "⌿", "format-off": "⌿", "on-click": "blueman-manager" }, "custom/builds": { "format": "{text}", "exec": "~/AppConfig/waybar/sourcehut.sh", "return-type": "json", "on-click": "~/AppConfig/waybar/sourcehut.sh --popup", "interval": 10, }, "power-profiles-daemon": { "format": "{icon}", "tooltip-format": "Power profile: {profile}\nDriver: {driver}", "tooltip": true, "format-icons": { "default": "⊠", "performance": "⊠", "balanced": "⊞", "power-saver": "⊟" } }, "wireplumber": { // "scroll-step": 1, // %, can be a float "format": "{volume} {icon} {format_source}", "format-bluetooth": "{volume} {icon}οŠ” {format_source}", "format-bluetooth-muted": "Γ—Γ— {icon}οŠ” {format_source}", "format-muted": "Γ—Γ— ⌾ {format_source}", "format-source": "{volume} ⌽", "format-source-muted": "Γ—Γ— ⌽", "format-icons": { "headphone": "ο€₯", "hands-free": "", "headset": "", "phone": "ο‚•", "portable": "ο‚•", "car": "ο†Ή", "default": ["⌾"] }, "on-click": "pavucontrol" }, "custom/power": { "format" : " ⍜ ", "tooltip": false, "menu": "on-click", "menu-file": "$HOME/.config/waybar/power_menu.xml", // Menu file in resources folder "menu-actions": { "shutdown": "shutdown", "reboot": "reboot", "suspend": "systemctl suspend", "hibernate": "systemctl hibernate" } }, "mpd": { "format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {title}", "format-disconnected": "DSC", "format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}STP", "unknown-tag": "N/A", "interval": 5, "timeout": "5", "consume-icons": { "on": " " }, "random-icons": { "off": "", "on": "β―΄" }, "repeat-icons": { "on": "πŸœ„" }, "single-icons": { "on": "πŸœƒ" }, "state-icons": { "paused": "PAUSE", "playing": "" }, "tooltip-format": "{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) βΈ¨{songPosition}|{queueLength}βΈ© {volume}%", "tooltip-format-disconnected": "MPD (disconnected)" }, "niri/language": { "format": "{short}" }, "custom/tailscale" : { "exec": "~/.config/waybar/scripts/tailscale.sh --status", "on-click": "exec ~/.config/waybar/scripts/tailscale.sh --toggle", "exec-on-event": true, "format": " {icon} ", "format-icons": { "connected": "Ξ€", "stopped": " 𝈜 " }, "tooltip": true, "return-type": "json", "interval": 3, }, "custom/mullvad" : { "exec": "~/.config/waybar/scripts/mullvad.sh --status", "on-click": "~/.config/waybar/scripts/mullvad.sh --toggle", "exec-on-event": true, "format": " {icon} ", "format-icons": { "connected": "β›§", "disconnected": "⛀" }, "tooltip": true, "return-type": "json", "interval": 3, }, "tray": { "spacing": 5, "icons": { "bitwarden": "/home/rbdr/.local/share/icons/Iconoir/pentagon.png", "signal desktop": "/home/rbdr/.local/share/icons/Iconoir/hexagon.png", "mullvad vpn": "/home/rbdr/.local/share/icons/Iconoir/rhombus.png", "Betterbird-systray-icon": "/home/rbdr/.local/share/icons/Iconoir/rhombus.png", "opensnitch-ui": "/home/rbdr/.local/share/icons/Iconoir/four-rhombuses.png", } } }