This commit is contained in:
h
2024-01-24 15:57:42 -05:00
parent 1f7bc08bbe
commit 9d9fea48b9
7 changed files with 42 additions and 7 deletions
+2 -2
View File
@@ -65,7 +65,7 @@ font-3 = Noto Sans CJK JP:size=10:antialias=true;0
modules-left = bspwm
; modules-center = winname
modules-right = xwindow spotify pulseaudio cpu cputemp date
modules-right = xwindow spotify pulseaudio cpu filesystem cputemp date
;override-redirect = true
@@ -112,7 +112,7 @@ font-3 = Noto Sans CJK JP:size=10:antialias=true;0
modules-left = bspwm_small
; modules-center = winname
modules-right = xwindow spotify pulseaudio battery wlan cpu cputemp date
modules-right = xwindow spotify pulseaudio battery wlan cpu filesystem cputemp date
;wm-restack = bspwm
+2
View File
@@ -1,3 +1,5 @@
#!/bin/bash
if type "xrandr"; then
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
MONITOR=$m polybar --reload $(cat /etc/hostname) &