feat: use tui for bar tools
This commit is contained in:
@@ -5,10 +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\..*)$"
|
||||
# "size 602 478, class:^(org\.hakase\.popup\..*)$"
|
||||
# "move 1312 32, class:^(org\.hakase\.popup\..*)$"
|
||||
"float, class:^(org\.hakase\.popup\..*)$"
|
||||
"pin, class:^(org\.hakase\.popup\..*)$"
|
||||
# "pin, class:^(org\.hakase\.popup\..*)$"
|
||||
"animation slide right, class:^(org\.hakase\.popup\..*)$"
|
||||
"dimaround, class:^(org\.hakase\.popup\..*)$"
|
||||
];
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user