From 20a112ca924e00cb328a01e643a7d806db1f1782 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Tue, 22 Dec 2020 13:33:22 -0700 Subject: Separate bars and make common config for bars --- .config/polybar/main.ini | 42 +----------------------------------------- 1 file changed, 1 insertion(+), 41 deletions(-) (limited to '.config/polybar/main.ini') diff --git a/.config/polybar/main.ini b/.config/polybar/main.ini index c02134c..a30f346 100644 --- a/.config/polybar/main.ini +++ b/.config/polybar/main.ini @@ -1,32 +1,6 @@ [bar/main] +inherit = bar/common monitor = ${env:MAINMON:HDMI-0} -width = 100% -height = 24 -offset-x = 0% -offset-y = 0% -radius = 0.0 -fixed-center = false - -font-0 = Noto Sans Mono:pixelsize=10;1 -font-1 = Noto Color Emoji:scale=10;1 -font-2 = Font Awesome 5 Free:pixelsize=10;1 -font-3 = Font Awesome 5 Free Solid:pixelsize=10;1 -font-4 = Font Awesome 5 Brands:pixelsize=10;1 - -background = ${colors.background} -foreground = ${colors.blue} - -line-size = 2 -line-color = ${colors.blue} - -border-size = 0 -border-color = ${colors.black} - -padding-left = 0 -padding-right = 0 - -module-margin-left = 1 -module-margin-right = 1 modules-left=bspwm modules-center=xwindow @@ -35,17 +9,3 @@ modules-right=date pulseaudio powermenu tray-position = right tray-padding = 2 # tray-background = ${colors.cyan} - -override-redirect = true - -wm-restack = bspwm -# wm-restack = i3 - -# scroll-up = bspwm-desknext -# scroll-down = bspwm-deskprev - -# scroll-up = i3wm-wsnext -# scroll-down = i3wm-wsprev - -cursor-click = pointer -cursor-scroll = ns-resize -- cgit v1.2.3-54-g00ecf