This commit is contained in:
2019-01-20 04:59:57 -05:00
parent 2ee0b06143
commit 8abe351a9e
9 changed files with 25 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
base_bg_path="/home/kevin/Pictures/Backgrounds"
brightness_choice=$(echo -e "dim\nbright" | dmenu -i)
EDITING_CHOICES=("editing" "non-editing")
EDITING_CHOICES=("non-editing" "editing")
editing_choice=$(echo -e "${EDITING_CHOICES[0]}\n${EDITING_CHOICES[1]}" | dmenu -i)
if [[ "$editing_choice" = "${EDITING_CHOICES[1]}" ]]; then