fix setting of default variable
This commit is contained in:
parent
829d84988b
commit
c711ede644
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
xdg=${${XDG_DATA_HOME}:-${HOME}/.local/share}
|
||||
xdg=${XDG_DATA_HOME:-${HOME}/.local/share}
|
||||
DIRECTORY="${xdg}/rofi/themes/}"
|
||||
|
||||
if [ ! -d "${DIRECTORY}" ]
|
||||
|
|
Loading…
Reference in a new issue