mirror of
https://github.com/adi1090x/rofi.git
synced 2024-11-22 22:28:21 -05:00
Fix default theme
This commit is contained in:
parent
4e5eb9aae5
commit
6792338afc
@ -6,7 +6,7 @@ MAX_THEME=$3
|
||||
INPUT_THEME=$4
|
||||
|
||||
if [ -z "$INPUT_THEME" ]; then
|
||||
theme="$DEFAULT_THEME"
|
||||
theme="$SOURCE_DIR/style-$DEFAULT_THEME.rasi"
|
||||
elif [[ "$INPUT_THEME" == "-h" || "$INPUT_THEME" == "--help" ]]; then
|
||||
echo "Usage: $SOURCE_DIR [1..$MAX_THEME]"
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user