mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 03:20:26 +10:00
Adding dtos color dmenu script and new alacritty.
This commit is contained in:
@@ -32,6 +32,11 @@ if [ "$choice" ]; then
|
||||
sed -i "s/import Colors.*/import Colors.$choice/g" "$HOME"/.xmonad/README.org || echo "Cannot modify README.org"
|
||||
sed -i "s/import Colors.*/import Colors.$choice/g" "$HOME"/.xmonad/xmonad.hs || echo "Cannot modify xmonad.hs"
|
||||
xmonad --restart
|
||||
|
||||
sed -i "s/^colors: .*/colors: \*$choice/g" "$HOME"/.config/alacritty/alacritty.yml
|
||||
|
||||
# DOOM EMACS
|
||||
|
||||
# What to do if we just escape without choosing anything.
|
||||
else
|
||||
echo "Program terminated." && exit 0
|
||||
|
||||
Reference in New Issue
Block a user