Cleanup some stuff

This commit is contained in:
Tobias Reisinger 2023-01-29 00:57:35 +00:00
parent f2e9a4061f
commit ccd4c85027
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 46 additions and 45 deletions

View file

@ -16,5 +16,7 @@ elif [[ $host_name == *"laptop"* ]]; then
polybar laptop-primary &
polybar laptop-secondary &
else
polybar base &
#polybar base &
polybar laptop-primary &
polybar laptop-secondary &
fi