diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-02-25 19:05:45 +0000 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-02-25 19:05:45 +0000 |
| commit | 53e5314d5a039002c47a28e97f2b4fe3ce2101b4 (patch) | |
| tree | 5196f10dedf0b11bd68cac0eb5d8f3d985da2e7d /.config/bspwm | |
| parent | 8bf46238a010679aeed2e3c6765a08835272fcf7 (diff) | |
Changed bar naming for bspwm
Diffstat (limited to '.config/bspwm')
| -rwxr-xr-x | .config/bspwm/bspwmrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 7a1ce04..39140a1 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -9,10 +9,10 @@ if cmd_exist polybar ; then # Open Polybar on all found monitors if type "xrandr"; then for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do - MONITOR=$m polybar --reload herbstluftwm & + MONITOR=$m polybar --reload bspwm & done else - polybar --reload herbstluftwm & + polybar --reload bspwm & fi fi |
