sway: update host specific config

This commit is contained in:
Konstantin Koslowski 2021-06-24 15:33:56 +02:00
parent 4b255f1d2f
commit bf7988853e
3 changed files with 216 additions and 4 deletions

View file

@ -4,7 +4,7 @@ CONFIG_DIR=$HOME/.config/sway/waybar.d
CONFIG=$CONFIG_DIR/config
CONFIG_HOST=$CONFIG_DIR/config_$(hostname)
if [ -f $CONFIG_HOST ]; then
CONFIG=$CONFIG_HOST
CONFIG=$CONFIG_HOST
fi
STYLE=$CONFIG_DIR/style.css