Add border colors and switch them on launch.

This commit is contained in:
2021-05-26 18:38:45 -07:00
parent 4f0cd11643
commit cf230f8463
3 changed files with 10 additions and 3 deletions

View File

@@ -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

View File

@@ -1 +1 @@
cf5fb4
436394