Add border colors and switch them on launch.
This commit is contained in:
@@ -4,4 +4,6 @@ FILENAME=$(basename $(ls *.jpg | sort -R | head -n 1) .jpg)
|
||||
SUB="s/^primary = #[a-z0-9]*/primary = #${FILENAME}/"
|
||||
echo $FILENAME > color
|
||||
sed -i "$SUB" ~/.config/polybar/config
|
||||
SUB="s/^client.focused .*/client.focused #${FILENAME} #${FILENAME} #${FILENAME} #${FILENAME} #${FILENAME}/"
|
||||
sed -i "$SUB" ~/.config/i3/config
|
||||
${0%/*}/refresh.sh
|
||||
|
||||
@@ -1 +1 @@
|
||||
cf5fb4
|
||||
436394
|
||||
|
||||
Reference in New Issue
Block a user