From 3d5a85da87de6cf58a46dad5f5afe277f567dd89 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 15 Dec 2017 23:50:34 -0500 Subject: [PATCH] Update polybar config with new colors and date change --- dotfiles/.config/polybar/config | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/dotfiles/.config/polybar/config b/dotfiles/.config/polybar/config index 4c50b00d..2bfb2f80 100644 --- a/dotfiles/.config/polybar/config +++ b/dotfiles/.config/polybar/config @@ -24,24 +24,26 @@ modules-center = cmus modules-right = cpu ram volume date time monitor = VGA-1 -foreground = #AF80AC -background = #FF1C1E21 +#foreground = #AF80AC +foreground = #8a7f8f +background = #EE1C1E21 font-0 = "Fira Mono:size=22" font-1 = "Noto Sans CJK JP:size=22" height = 88 -underline-size = 7.5 padding-left = 2 +#underline-size = 5 padding-right = 2 module-margin = 1 [module/i3] type = internal/i3 -label-focused-background = #4f2c4c +#label-focused-background = #AA4f2c4c label-focused-underline = #B894B0 -label-focused-foreground = #c16772 +label-focused-foreground = #AF80AC +#label-focused-foreground = #c16772 label-unfocused-foreground = #8a7f8f label-urgent-foreground = #e4b226 label-visible-foreground = #f2f2f2 @@ -72,7 +74,8 @@ label = RAM: %gb_used% [module/date] type = internal/date -date = %-d.%-m.%y +date = %d.%m.%y +#date = %B %d, %Y [module/time] type = internal/date