mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Fix paths for sub command invocation
This commit is contained in:
@ -30,5 +30,5 @@ NEXT_INDEX=$(((INDEX + 1) % TOTAL))
|
||||
NEW_THEME=${THEMES[$NEXT_INDEX]}
|
||||
NEW_THEME_NAME=$(basename "$NEW_THEME")
|
||||
|
||||
omarchy-theme-set $NEW_THEME_NAME
|
||||
"$HOME/.local/share/omarchy/bin/omarchy-theme-set" $NEW_THEME_NAME
|
||||
notify-send "Theme changed to $NEW_THEME_NAME" -t 2000
|
||||
|
@ -52,4 +52,4 @@ makoctl reload
|
||||
hyprctl reload
|
||||
|
||||
# Set new background
|
||||
omarchy-theme-bg-next
|
||||
"$HOME/.local/share/omarchy/bin/omarchy-theme-bg-next"
|
||||
|
Reference in New Issue
Block a user