mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-19 04:06:00 +02:00
added second mon
This commit is contained in:
@@ -41,6 +41,29 @@ tray-background = ${root.background}
|
||||
tray-scale = 1.0
|
||||
enable-ipc = true
|
||||
|
||||
[bar/landscape_second]
|
||||
|
||||
; not used: songname menu-media xbacklightbuttons
|
||||
modules-left =
|
||||
modules-center = i3
|
||||
modules-right = date
|
||||
|
||||
monitor = ${env:MONITOR:HDMI1}
|
||||
width = 100%
|
||||
height = 20
|
||||
fixed-center = true
|
||||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
line-size = 3
|
||||
line-color = #000
|
||||
separator =|
|
||||
module-margin-left = 1
|
||||
module-margin-right = 1
|
||||
padding-right= 2
|
||||
font-0 = Hack Nerd Font:fontformat=truetype:pixelsize=10;1
|
||||
font-1 = Font Awesome 5 Free:fontformat=truetype:pixelsize=10:antialias=true;0
|
||||
enable-ipc = true
|
||||
|
||||
[bar/portrait]
|
||||
; not used: songname menu-media update disk eth
|
||||
modules-left = i3touchmenu xbacklightbuttons ovpn nvpn usbmodem1 usbmodem2 usbmodem3 wlanshort
|
||||
|
||||
@@ -8,6 +8,7 @@ while pgrep -x polybar >/dev/null; do sleep 1; done
|
||||
|
||||
# Launch
|
||||
polybar landscape -r &
|
||||
polybar landscape_second -r &
|
||||
|
||||
#insync
|
||||
echo "Bar launched..."
|
||||
|
||||
Reference in New Issue
Block a user