From 526ea6348ffdc9a7d03299fedf54affc6e21a4e0 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 31 Jul 2017 02:50:53 -0500 Subject: [PATCH] Moved polybar elements around, added brightness indicator --- .config/polybar/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index 44c928e3..c21cd915 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -103,9 +103,9 @@ font-1 = ${bar/top.font-1} ;font-2 = siji:pixelsize=10;1 font-2 = ${bar/top.font-2} -modules-left = cpu memory +modules-left = temperature eth wlan separator cpu memory modules-center = mpd -modules-right = battery volume separator wlan eth temperature +modules-right = xbacklight volume battery ;tray-position = right ;tray-padding = 2 @@ -276,8 +276,8 @@ bar-empty-foreground = ${colors.background-alt} [module/xbacklight] type = internal/xbacklight inherit = module/bartemplate -label = BL -bar-fill-foreground = ${xrdb:color11:#fabd2f} +label = BRI +bar-fill-foreground = ${colors.primary} [module/backlight-acpi] inherit = module/xbacklight