sway: update host specific config
This commit is contained in:
parent
4b255f1d2f
commit
bf7988853e
3 changed files with 216 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue