diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-14 01:59:14 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-14 02:03:00 +0100 |
| commit | 9e2a09c4a3277aa0ca8f0deef659d32dde09d2f8 (patch) | |
| tree | ad2602528f06e1e2a4e325152192838cb7af1e71 /config/waybar/config.jsonc | |
| parent | 9302c41900f1bb632716d730f3904365fae73aa7 (diff) | |
Waybar style improvements, add bluetooth
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": { |