aboutsummaryrefslogtreecommitdiff
path: root/config/waybar/config.jsonc
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-08-12 17:51:02 +0200
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-10-20 12:23:30 +0200
commit5f84dab505f45058565128d885e4da7a173dc6d3 (patch)
tree7d07888d91eaa82c9bcf1ba218351207792d2726 /config/waybar/config.jsonc
parentf731fc7ea079462f9dad57826c71b8c5713a4157 (diff)
Improve pandoc html output, update waybar
Diffstat (limited to 'config/waybar/config.jsonc')
-rw-r--r--config/waybar/config.jsonc10
1 files changed, 9 insertions, 1 deletions
diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc
index 18c089b..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"
@@ -53,6 +54,13 @@
"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}",
"tooltip-format": "Power profile: {profile}\nDriver: {driver}",