From 9d51ae41e2630044097a4a5952bf8f40b69f3464 Mon Sep 17 00:00:00 2001 From: Benjamin Morrison Date: Fri, 28 Jan 2022 00:47:07 -0500 Subject: moved battery to end of polybar, fixed tray --- .config/polybar/material/config.ini | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.config/polybar/material/config.ini') diff --git a/.config/polybar/material/config.ini b/.config/polybar/material/config.ini index 76e1145..18ff58e 100644 --- a/.config/polybar/material/config.ini +++ b/.config/polybar/material/config.ini @@ -67,8 +67,8 @@ height = 20 ; the percentage can optionally be extended with a pixel offset like so: ; 50%:-10, this will result in an offset in the x or y direction ; of 50% minus 10 pixels -offset-x = 5% -offset-y = 2% +offset-x = +offset-y = ; Background ARGB color (e.g. #f00, #ff992a, #ddff1023) background = ${color.background} @@ -145,7 +145,7 @@ modules-left = workspaces modules-center = date ;modules-center = temperature cpu memory filesystem ;modules-right = updates alsa battery network date sysmenu -modules-right = temperature cpu memory filesystem pulseaudio battery wired-network network +modules-right = temperature cpu memory filesystem pulseaudio wired-network network battery ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ @@ -163,7 +163,7 @@ wm-name = ; Locale used to localize various module data (e.g. date) ; Expects a valid libc locale, for example: sv_SE.UTF-8 -locale = +locale = en_US.UTF-8 ; Position of the system tray window ; If empty or undefined, tray support will be disabled @@ -174,7 +174,7 @@ locale = ; center ; right ; none -tray-position = none +tray-position = right ; If true, the bar will not shift its ; contents when the tray changes @@ -194,7 +194,7 @@ tray-offset-x = 0 tray-offset-y = 0 ; Pad the sides of each tray icon -tray-padding = 0 +tray-padding = 1 ; Scale factor for tray clients tray-scale = 1.0 @@ -271,7 +271,7 @@ throttle-output-for = 10 ;throttle-input-for = 30 ; Reload upon receiving XCB_RANDR_SCREEN_CHANGE_NOTIFY events -screenchange-reload = false +screenchange-reload = true ; Compositing operators ; @see: https://www.cairographics.org/manual/cairo-cairo-t.html#cairo-operator-t -- cgit 1.4.1