fix: hakase scripting

This commit is contained in:
kenji
2025-12-24 23:03:49 -06:00
parent 37dde66dc4
commit 51419d6171
6 changed files with 74 additions and 21 deletions
-3
View File
@@ -1,7 +1,4 @@
{pkgs, ...}: {
home.packages = with pkgs; [
pamixer
wiremix
impala
];
}
+4 -4
View File
@@ -72,7 +72,7 @@
"cpu" = {
interval = 5;
format = "󰍛";
on-click = "omarchy-launch-or-focus-tui btop";
on-click = "omarchy-focus-wrapper btop";
on-click-right = "alacritty";
};
@@ -94,7 +94,7 @@
tooltip-format-disconnected = "Disconnected";
interval = 3;
spacing = 1;
on-click = "omarchy-launch-wifi";
on-click = "hakase-launch-wifi";
};
"battery" = {
@@ -123,12 +123,12 @@
format-connected = "󰂱";
format-no-controller = "";
tooltip-format = "Devices connected: {num_connections}";
on-click = "omarchy-launch-bluetooth";
on-click = "hakase-launch-bluetooth";
};
"pulseaudio" = {
format = "{icon}";
on-click = "omarchy-launch-or-focus-tui wiremix";
on-click = "hakase-focus-wrapper wiremix";
on-click-right = "pamixer -t";
tooltip-format = "Playing at {volume}%";
scroll-step = 5;