From 96ebd7508f82211391de6708659672c9b6b52bb2 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 16 Aug 2022 18:39:14 -0400 Subject: [PATCH] Move polybar to bottom --- config/bspwm/bspwmrc | 4 ++-- config/polybar/config.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/bspwm/bspwmrc b/config/bspwm/bspwmrc index 729ec32..4cc2787 100755 --- a/config/bspwm/bspwmrc +++ b/config/bspwm/bspwmrc @@ -4,8 +4,8 @@ bspc monitor DP-0 -d 1 2 3 4 5 6 7 8 9 10 bspc config border_width 2 bspc config window_gap 5 -bspc config top_padding 32 -bspc config bottom_padding 0 +bspc config top_padding 0 +bspc config bottom_padding 32 bspc config split_ratio 0.50 bspc config borderless_monocle true bspc config gapless_monocle true diff --git a/config/polybar/config.ini b/config/polybar/config.ini index b4ece30..3c4aa55 100644 --- a/config/polybar/config.ini +++ b/config/polybar/config.ini @@ -13,7 +13,7 @@ monitor-fallback = monitor-strict = false enable-ipc = true override-redirect = true -bottom = false +bottom = true fixed-center = true width = 100% height = 32