config: add basic configuration for sway and waybar

This commit is contained in:
Thomas Preisner 2021-01-22 03:14:34 +01:00
parent 6984c5f047
commit 6059f7c564
4 changed files with 568 additions and 0 deletions

View file

@ -135,6 +135,16 @@ if installed i3; then
link config/i3status/config ~/.config/i3status/config
fi
if installed sway; then
echo "Setting up sway:"
mkdir -p ~/.config/sway
link config/sway/config ~/.config/sway/config
# it is assumed that waybar is installed
mkdir -p ~/.config/waybar
link config/waybar/config ~/.config/waybar/config
fi
if installed redshift; then
echo "Setting up redshift:"