Provide unlock themeing (#5476)

This commit is contained in:
David Heinemeier Hansson
2026-04-28 17:55:59 +02:00
committed by GitHub
parent 8e30b2442c
commit 2716a3207c
48 changed files with 267 additions and 97 deletions
+2 -1
View File
@@ -204,8 +204,9 @@ show_hardware_menu() {
}
show_style_menu() {
case $(menu "Style" "󰸌 Theme\n Font\n Background\n Hyprland\n󱄄 Screensaver\n About") in
case $(menu "Style" "󰸌 Theme\n󰟵 Unlock\n Font\n Background\n Hyprland\n󱄄 Screensaver\n About") in
*Theme*) show_theme_menu ;;
*Unlock*) omarchy-launch-walker -m menus:omarchyunlocks --width 800 --minheight 400 ;;
*Font*) show_font_menu ;;
*Background*) show_background_menu ;;
*Hyprland*) open_in_editor ~/.config/hypr/looknfeel.conf ;;