mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Allow customizing the screensaver logo (#863)
* check for custom screensaver logo or fall back to default * move logo location to omarchy config folder * fix missed location check * add menu item to copy logo.txt and open in editor * move to setup menu * Just always use a user-editable screensaver.txt file * No longer needed * Be clearer --------- Co-authored-by: Christopher Moore <cmoore@yozu.co.uk> Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
@@ -63,10 +63,11 @@ show_learn_menu() {
|
||||
}
|
||||
|
||||
show_style_menu() {
|
||||
case $(menu "Style" " Theme\n Font\n Background") in
|
||||
case $(menu "Style" " Theme\n Font\n Background\n Screensaver") in
|
||||
*Theme*) show_theme_menu ;;
|
||||
*Font*) show_font_menu ;;
|
||||
*Background*) omarchy-theme-bg-next ;;
|
||||
*Screensaver*) edit_in_nvim ~/.config/omarchy/screensaver.txt ;;
|
||||
*) show_main_menu ;;
|
||||
esac
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user