mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Cleanup
This commit is contained in:
@@ -18,8 +18,9 @@ done
|
||||
IFS=$'\n' THEMES=($(printf '%s\n' "${THEMES[@]}" | sort))
|
||||
|
||||
# Get current theme name
|
||||
if [[ -f "$HOME/.config/omarchy/current/theme.name" ]]; then
|
||||
CURRENT=$(cat "$HOME/.config/omarchy/current/theme.name")
|
||||
CURRENT_THEME_NAME_PATH="$HOME/.config/omarchy/current/theme.name"
|
||||
if [[ -f $CURRENT_THEME_NAME_PATH ]]; then
|
||||
CURRENT=$(cat "$CURRENT_THEME_NAME_PATH")
|
||||
else
|
||||
CURRENT=""
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user