diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-10-19 12:41:56 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-10-20 12:23:30 +0200 |
| commit | c86fab0e8d470c7e30bb875c3f7f9d17fdb975f5 (patch) | |
| tree | 1873fbe914047060e8ef4f8d2349ee91a0342f85 /config/waybar/config.jsonc | |
| parent | 4acf377f747bcce7e37294913dc8e44ddf625dc8 (diff) | |
| parent | ab1ee88d6eb31c6c57233ab35d65fa05717ee246 (diff) | |
Merge branch 'main' of git.sr.ht:~rbdr/dotfiles
Diffstat (limited to 'config/waybar/config.jsonc')
| -rw-r--r-- | config/waybar/config.jsonc | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index 8ae7c95..52b233f 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -12,10 +12,11 @@ "idle_inhibitor", "custom/mullvad", "custom/tailscale", - "network", "pulseaudio", + "custom/builds", "power-profiles-daemon", "battery", + "network", "clock", "tray", "custom/power" @@ -23,8 +24,8 @@ "idle_inhibitor": { "format": "{icon}", "format-icons": { - "activated": "SLP", - "deactivated": "CAF" + "activated": "CAF", + "deactivated": "ZZZ" } }, "clock": { @@ -50,7 +51,15 @@ "format-linked": "{ifname} (No IP) <span font-family='Font Awesome 6 Free'></span>", "format-disconnected": "Disconnected <span font-family='Font Awesome 6 Free'>⚠</span>", "format-alt": "{ifname}: {ipaddr}/{cidr}", - "format-icons": ["․", ":", "⸪", "⁛"] + "format-icons": ["․", ":", "⸪", "⁛"], + "on-click-right": "kitty nmtui" + }, + "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}", |