parent
09c48d3001
commit
847c0b689e
@ -500,7 +500,7 @@ fi
|
||||
|
||||
# set help color
|
||||
if [[ $help_color == "" ]]; then
|
||||
help_color=$(rofi -dump-xresources | grep 'rofi.color.normal' | awk -F ', ' '{ print $2 }')
|
||||
help_color=$(rofi -dump-xresources | grep 'rofi.color.normal' | awk -F ',' '/,/{gsub(/ /, "", $2); print $2}')
|
||||
help_separator_color=${help_color}
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user