Add better laptop configs

This commit is contained in:
Tobias Reisinger 2021-04-07 12:39:01 +02:00
parent 9ca659dbe7
commit e3392c682a
5 changed files with 44 additions and 14 deletions

View file

@ -12,6 +12,7 @@ if [[ $host_name == "portalo" ]]; then
polybar portalo-secondary &
elif [[ $host_name == *"laptop"* ]]; then
polybar laptop-primary &
polybar laptop-secondary &
else
polybar laptop-primary & # TODO
polybar base &
fi