forked from Shinonome/dots-hyprland
add manual accent color arg to launcher cmd (#534)
This commit is contained in:
@@ -9,6 +9,8 @@ STATE_DIR="$XDG_STATE_HOME/ags"
|
||||
|
||||
if [ "$1" == "--pick" ]; then
|
||||
color=$(hyprpicker --no-fancy)
|
||||
elif [[ "$1" = "#"* ]]; then # this is a color
|
||||
color=$1
|
||||
else
|
||||
color=$(cut -f1 "$STATE_DIR/user/color.txt")
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user