From 30e96536cc0ed732a1b851edd3339454e0617073 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 6 May 2017 23:38:34 -0400 Subject: [PATCH] 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? --- polybar/.config/polybar/config | 4 ++-- 1 file 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 -- 2.20.1