Better structuring of the wofi css

Reusing look for select menu and reducing theme duplication
This commit is contained in:
David Heinemeier Hansson
2025-07-07 11:37:50 -07:00
parent 6c1c829f86
commit 201d303c2c
10 changed files with 83 additions and 422 deletions

View File

@ -10,7 +10,7 @@ show_power_menu() {
\u200D Relaunch
\u2060󰜉 Restart
\u2063󰐥 Shutdown"
local selection=$(echo -e "$menu_options" | wofi --show dmenu --prompt "Power Options" --width 150 --height 195 -O alphabetical --style ~/.local/share/omarchy/config/wofi/omarchy-power-menu.css)
local selection=$(echo -e "$menu_options" | wofi --show dmenu --prompt "Power Options" --width 150 --height 195 -O alphabetical --style ~/.local/share/omarchy/default/wofi/select.css)
case "$selection" in
*Lock*) hyprlock ;;