changes
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
@@ -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) &
|
||||
|
||||
Reference in New Issue
Block a user