Revert "this one works"

This reverts commit 8ac3c21228.
This commit is contained in:
kenji
2025-12-26 09:01:49 -06:00
parent 8ac3c21228
commit a9f2e86491
4 changed files with 50 additions and 83 deletions
-1
View File
@@ -12,7 +12,6 @@
enableFishIntegration = true;
settings = {
confirm-close-surface = false;
window-padding-x = 15;
window-padding-y = 15;
window-padding-balance = true;
+3
View File
@@ -5,7 +5,10 @@
# "center, class:^(org\.hakase\..*)$"
# "size 80% 70%, class:^(org\.hakase\..*)$" # Example using percentages
# --- POPUP RULES (Wifi, BT, Audio) ---
"size 602 478, class:^(org\.hakase\.popup\..*)$"
"move 1312 32, class:^(org\.hakase\.popup\..*)$"
"float, class:^(org\.hakase\.popup\..*)$"
"pin, class:^(org\.hakase\.popup\..*)$"
"animation slide right, class:^(org\.hakase\.popup\..*)$"
"dimaround, class:^(org\.hakase\.popup\..*)$"
];
+3 -3
View File
@@ -95,7 +95,7 @@
tooltip-format-disconnected = "Disconnected";
interval = 3;
spacing = 1;
on-click = "hakase-popup-wifi";
on-click = "hakase-launch-wifi";
};
"battery" = {
@@ -124,12 +124,12 @@
format-connected = "󰂱";
format-no-controller = "";
tooltip-format = "Devices connected: {num_connections}";
on-click = "hakase-popup-bluetooth";
on-click = "hakase-launch-bluetooth";
};
"pulseaudio" = {
format = "{icon}";
on-click = "hakase-popup-volume";
on-click = "hakase-focus-wrapper wiremix";
on-click-right = "pamixer -t";
tooltip-format = "Playing at {volume}%";
scroll-step = 5;