Skip to content

Commit eb7e115

Browse files
committed
align all the tuis and behaviour in waybar
1 parent 9789b31 commit eb7e115

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bin/omarchy-launch-wifi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
exec setsid omarchy-launch-or-focus com.omarchy.Impala "uwsm-app -- xdg-terminal-exec --app-id=com.omarchy.Impala -e impala"
3+
exec setsid omarchy-launch-or-focus com.omarchy.impala omarchy-launch-tui impala

bin/omarchy-menu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ show_setup_menu() {
180180
options="$options\n Defaults\n󰱔 DNS\n Security\n Config"
181181

182182
case $(menu "Setup" "$options") in
183-
*Audio*) xdg-terminal-exec --app-id=com.omarchy.Wiremix -e wiremix ;;
183+
*Audio*) omarchy-launch-or-focus com.omarchy.wiremix omarchy-launch-tui wiremix ;;
184184
*Wifi*)
185185
rfkill unblock wifi
186186
omarchy-launch-wifi

config/waybar/config.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"cpu": {
5757
"interval": 5,
5858
"format": "󰍛",
59-
"on-click": "omarchy-launch-tui btop"
59+
"on-click": "omarchy-launch-or-focus com.omarchy.btop omarchy-launch-tui btop"
6060
},
6161
"clock": {
6262
"format": "{:L%A %H:%M}",
@@ -105,7 +105,7 @@
105105
},
106106
"pulseaudio": {
107107
"format": "{icon}",
108-
"on-click": "xdg-terminal-exec --app-id=com.omarchy.Wiremix -e wiremix",
108+
"on-click": "omarchy-launch-or-focus com.omarchy.wiremix omarchy-launch-tui wiremix",
109109
"on-click-right": "pamixer -t",
110110
"tooltip-format": "Playing at {volume}%",
111111
"scroll-step": 5,

default/hypr/apps/system.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ windowrule = float, tag:floating-window
33
windowrule = center, tag:floating-window
44
windowrule = size 875 600, tag:floating-window
55

6-
windowrule = tag +floating-window, class:(blueberry.py|com.omarchy.Impala|com.omarchy.Wiremix|com.omarchy.Omarchy|org.gnome.NautilusPreviewer|com.gabm.satty|Omarchy|About|TUI.float)
6+
windowrule = tag +floating-window, class:(blueberry.py|com.omarchy.impala|com.omarchy.wiremix|com.omarchy.Omarchy|org.gnome.NautilusPreviewer|com.gabm.satty|Omarchy|About|TUI.float)
77
windowrule = tag +floating-window, class:(xdg-desktop-portal-gtk|sublime_text|DesktopEditors|org.gnome.Nautilus), title:^(Open.*Files?|Open [F|f]older.*|Save.*Files?|Save.*As|Save|All Files|.*wants to [open|save].*|[C|c]hoose.*)
88
windowrule = float, class:org.gnome.Calculator
99

0 commit comments

Comments
 (0)