Some minor polybar tweaks
authorAmin Bandali <amin@aminb.org>
Fri, 28 Apr 2017 00:42:01 +0000 (20:42 -0400)
committerAmin Bandali <amin@aminb.org>
Fri, 28 Apr 2017 00:42:01 +0000 (20:42 -0400)
bspwm/.config/bspwm/bspwmrc
polybar/.config/polybar/config

index e90c6f4..f52142d 100755 (executable)
@@ -13,7 +13,7 @@ bspc monitor HDMI-1 -d VI VII VIII IX X
 bspc config border_width         2
 bspc config window_gap           8
 
-bspc config top_padding 28
+#bspc config top_padding 20
 
 bspc config split_ratio          0.52
 bspc config borderless_monocle   true
index 2e5855f..62c27f6 100644 (file)
@@ -25,7 +25,7 @@ height = 27
 ;offset-x = 1%
 ;offset-y = 1%
 radius = 3.0
-fixed-center = false
+fixed-center = true
 
 background = ${colors.background}
 foreground = ${colors.foreground}
@@ -39,7 +39,7 @@ border-color = #00000000
 padding-left = 0
 padding-right = 2
 
-module-margin-left = 1
+module-margin-left = 2
 module-margin-right = 2
 
 font-0 = Ubuntu:fontformat=truetype:antialias=true:pixelsize=9;1
@@ -47,8 +47,8 @@ font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
 font-2 = Wuncon Siji:pixelsize=10;1
 font-3 = FontAwesome:pixelsize=10;1
 
-modules-left = bspwm
-modules-center = xwindow
+modules-left = bspwm xwindow
+modules-center = 
 modules-right = volume filesystem mail xkeyboard memory cpu battery temperature date powermenu
 
 tray-position = right
@@ -371,7 +371,7 @@ screenchange-reload = true
 ;compositing-border = over
 
 [global/wm]
-margin-top = 5
+margin-top = 0
 margin-bottom = 0
 
 ; vim:ft=dosini