diff options
Diffstat (limited to 'config/waybar/config.jsonc')
| -rw-r--r-- | config/waybar/config.jsonc | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index cc7c62e..0df79ea 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -1,5 +1,5 @@ { - "height": 32, + "height": 38, "position": "top", "modules-left": [ "niri/workspaces", @@ -12,11 +12,12 @@ "idle_inhibitor", "custom/mullvad", "custom/tailscale", - "pulseaudio", + "wireplumber", "custom/builds", "power-profiles-daemon", "battery", "network", + "bluetooth", "clock", "tray", "custom/power" @@ -54,6 +55,12 @@ "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", @@ -72,7 +79,7 @@ "power-saver": "⊟" } }, - "pulseaudio": { + "wireplumber": { // "scroll-step": 1, // %, can be a float "format": "{volume} {icon} {format_source}", "format-bluetooth": "{volume} {icon} {format_source}", @@ -109,6 +116,7 @@ "format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}STP", "unknown-tag": "N/A", "interval": 5, + "timeout": "5", "consume-icons": { "on": " " }, @@ -129,6 +137,9 @@ "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", @@ -144,7 +155,7 @@ }, "custom/mullvad" : { "exec": "~/.config/waybar/scripts/mullvad.sh --status", - "on-click": "exec ~/.config/waybar/scripts/mullvad.sh --toggle", + "on-click": "~/.config/waybar/scripts/mullvad.sh --toggle", "exec-on-event": true, "format": "<span font-weight='900'> {icon} </span>", "format-icons": { |