diff options
author | Benjamin Morrison <ben@gbmor.org> | 2022-01-28 00:47:07 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2022-01-28 00:47:07 -0500 |
commit | 9d51ae41e2630044097a4a5952bf8f40b69f3464 (patch) | |
tree | a56a5a99899c98afea63bb4d314e27a3abcdd7eb /.config/polybar | |
parent | 9d07d247913c74b793f84bc280e819cb3e6ce145 (diff) | |
download | dogfiles-9d51ae41e2630044097a4a5952bf8f40b69f3464.tar.gz |
moved battery to end of polybar, fixed tray
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/material/config.ini | 14 |
1 files changed, 7 insertions, 7 deletions
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 |