feat: use tui for bar tools

This commit is contained in:
kenji
2025-12-26 09:09:59 -06:00
parent a9f2e86491
commit 8f6dc9796d
3 changed files with 79 additions and 53 deletions
+3 -3
View File
@@ -95,7 +95,7 @@
tooltip-format-disconnected = "Disconnected";
interval = 3;
spacing = 1;
on-click = "hakase-launch-wifi";
on-click = "hakase-popup-wifi";
};
"battery" = {
@@ -124,12 +124,12 @@
format-connected = "󰂱";
format-no-controller = "";
tooltip-format = "Devices connected: {num_connections}";
on-click = "hakase-launch-bluetooth";
on-click = "hakase-popup-bluetooth";
};
"pulseaudio" = {
format = "{icon}";
on-click = "hakase-focus-wrapper wiremix";
on-click = "hakase-popup-volume";
on-click-right = "pamixer -t";
tooltip-format = "Playing at {volume}%";
scroll-step = 5;