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

@ -68,16 +68,25 @@
tray-position = none
[bar/laptop-primary]
[bar/laptop-base]
inherit = bar/base
monitor = eDP-1
modules-left = bspwm
modules-center =
modules-center = mpd
modules-right = pulseaudio battery xbacklight memory cpu temperature wlan eth check-arch-updates date powermenu
eth-interface = enp2s0f1
wlan-interface = wlp3s0
[bar/laptop-primary]
inherit = bar/laptop-base
monitor = eDP-1
[bar/laptop-secondary]
inherit = bar/laptop-base
monitor = HDMI-2
tray-position = none
; vim: ft=dosini

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