remove unused variable
This commit is contained in:
parent
847c0b689e
commit
aeb051d292
@ -501,7 +501,6 @@ fi
|
|||||||
# set help color
|
# set help color
|
||||||
if [[ $help_color == "" ]]; then
|
if [[ $help_color == "" ]]; then
|
||||||
help_color=$(rofi -dump-xresources | grep 'rofi.color.normal' | awk -F ',' '/,/{gsub(/ /, "", $2); print $2}')
|
help_color=$(rofi -dump-xresources | grep 'rofi.color.normal' | awk -F ',' '/,/{gsub(/ /, "", $2); print $2}')
|
||||||
help_separator_color=${help_color}
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# check for BROWSER variable, use xdg-open as fallback
|
# check for BROWSER variable, use xdg-open as fallback
|
||||||
|
Loading…
Reference in New Issue
Block a user