full swayosd integration

This commit is contained in:
Alexandru Ifrim
2025-07-23 01:38:05 +03:00
parent 778a69897b
commit 1ebf88bac0
15 changed files with 108 additions and 1 deletions

View File

@ -24,12 +24,13 @@ main_menu() {
update_menu() {
show_ascii_art
local menu=("Omarchy" "Waybar" "Walker" "Plymouth" "Desktop apps" "Back")
local menu=("Omarchy" "Waybar" "Walker" "Plymouth" "SwayOSD" "Desktop apps" "Back")
local commands=(
"omarchy-update"
"omarchy-refresh-waybar"
"omarchy-refresh-walker"
"omarchy-refresh-plymouth"
"omarchy-refresh-swayosd"
"omarchy-refresh-applications"
"main_menu"
)