Compare commits
No commits in common. "166e3a2490df78a5c7beb9e2122ea9ea1286c86f" and "fa4af6e2a0ae3ea605c7c0898f933798b39644ee" have entirely different histories.
166e3a2490
...
fa4af6e2a0
3
config
3
config
|
@ -23,19 +23,16 @@ font-1 = fixed:pixelsize=10;1
|
||||||
font-2 = unifont:fontformat=truetype:size=8:antialias=false;0
|
font-2 = unifont:fontformat=truetype:size=8:antialias=false;0
|
||||||
modules-left = bspwm
|
modules-left = bspwm
|
||||||
modules-right = xwindow
|
modules-right = xwindow
|
||||||
|
|
||||||
;wm-restack = bspwm
|
;wm-restack = bspwm
|
||||||
override-redirect = true
|
override-redirect = true
|
||||||
|
|
||||||
[bar/HDMI-0]
|
[bar/HDMI-0]
|
||||||
inherit = bar/base
|
inherit = bar/base
|
||||||
monitor = ${env:MONITOR:HDMI-0}
|
monitor = ${env:MONITOR:HDMI-0}
|
||||||
override-redirect = true
|
|
||||||
|
|
||||||
[bar/DVI-0]
|
[bar/DVI-0]
|
||||||
inherit = bar/base
|
inherit = bar/base
|
||||||
monitor = ${env:MONITOR:DVI-0}
|
monitor = ${env:MONITOR:DVI-0}
|
||||||
override-redirect = true
|
|
||||||
|
|
||||||
[bar/eDP-1-1]
|
[bar/eDP-1-1]
|
||||||
inherit = bar/base
|
inherit = bar/base
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
_duration="$1"
|
|
||||||
|
|
||||||
killall polybar
|
|
||||||
|
|
||||||
_host=$(hostname)
|
|
||||||
case "$_host" in
|
|
||||||
Patricia)
|
|
||||||
polybar HDMI-0 &
|
|
||||||
polybar DVI-0 &
|
|
||||||
;;
|
|
||||||
Pamela)
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
if [ -n "$_duration" ]; then
|
|
||||||
sleep 1
|
|
||||||
killall polybar
|
|
||||||
fi
|
|
Loading…
Reference in New Issue