Add configuration file support
This commit is contained in:
parent
d301e1de63
commit
2f19f9d1fb
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ CLEAR_COMPLETED=" Clear completed"
|
|||
clear_completed="${CLEAR_COMPLETED}${NL}"
|
||||
selected_row=2
|
||||
|
||||
# Load configuration file
|
||||
source ~/.config/rofi-checklist.conf &> /dev/null
|
||||
|
||||
# Read checklist file
|
||||
touch $FILE
|
||||
list_raw=`cat $FILE`
|
||||
|
|
Reference in a new issue