Compare commits

..

2 Commits

Author SHA1 Message Date
4b1b60b660 Update menu 2026-03-07 09:45:21 +00:00
fa28c3b659 Fix waybar 2026-03-07 09:36:43 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# Launch the Station Menu or takes a parameter to jump straight to a submenu. # Launch the Station Menu or takes a parameter to jump straight to a submenu.
Set to true when going directly to a submenu, so we can exit directly # Set to true when going directly to a submenu, so we can exit directly
BACK_TO_EXIT=false BACK_TO_EXIT=false
back_to() { back_to() {
@@ -250,7 +250,7 @@ show_system_menu() {
} }
show_main_menu() { show_main_menu() {
go_to_menu "$(menu "Go" "󰀻 Apps\n󱓞 Trigger\n Setup\n Update\n About\n System")" go_to_menu "$(menu "Go" "󰀻 Apps\n󱓞 Trigger\n Setup\n Update\n System")"
} }
go_to_menu() { go_to_menu() {

View File

@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
if pgrep -x waybar >/dev/null; then if pgrep -x ".waybar-wrapped" >/dev/null; then
pkill -x waybar pkill -x ".waybar-wrapped"
else else
uwsm-app -- waybar >/dev/null 2>&1 & uwsm-app -- waybar >/dev/null 2>&1 &
fi fi