fix: hakase scripting
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
pamixer
|
||||
wiremix
|
||||
impala
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user