diff options
author | Amin Bandali <amin@aminb.org> | 2017-05-06 23:38:34 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2017-05-06 23:38:34 -0400 |
commit | 30e96536cc0ed732a1b851edd3339454e0617073 (patch) | |
tree | 1857590d6f140a3ad9bc2d7e0683409491182032 | |
parent | 7313bf57470652337319d215ddf22afe8ce5b349 (diff) | |
download | configs-30e96536cc0ed732a1b851edd3339454e0617073.tar.gz configs-30e96536cc0ed732a1b851edd3339454e0617073.tar.xz configs-30e96536cc0ed732a1b851edd3339454e0617073.zip |
Put powermenu back
Oddly enough, with powermenu disabled, now part of the date widget
disappears. Looks like something's wrong with that area. It may be due to the
tray?
-rw-r--r-- | polybar/.config/polybar/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 2493cfe..2b0798d 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -49,10 +49,10 @@ font-3 = FontAwesome:pixelsize=10;1 modules-left = bspwm xwindow modules-center = -modules-right = volume filesystem mail xkeyboard memory cpu temperature date +modules-right = volume filesystem mail xkeyboard memory cpu temperature date powermenu tray-position = right -;tray-padding = 2 +tray-padding = 1 ;tray-transparent = true ;tray-background = #0063ff tray-maxsize = 18 |