From e4cd0241606517a14bcec1b54906833760f4e33c Mon Sep 17 00:00:00 2001 From: RealStickman Date: Thu, 13 Feb 2020 20:59:17 +0000 Subject: [PATCH] Removed kernel version module showing, increased volume bar width. --- arch-config/.config/polybar/i3config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch-config/.config/polybar/i3config b/arch-config/.config/polybar/i3config index 22aa7194..4fb533ed 100644 --- a/arch-config/.config/polybar/i3config +++ b/arch-config/.config/polybar/i3config @@ -121,7 +121,7 @@ font-2 = "Noto Sans:size=10;0" font-3 = "Noto Sans Mono:size=10;0" modules-left = i3 xwindow -modules-center = cpu1 memory2 kernel +modules-center = cpu1 memory2 modules-right = battery backlight date volume wired-network wireless-network separator = | @@ -1082,7 +1082,7 @@ label-volume = " " label-volume-foreground = #40ad4b label-muted = muted -bar-volume-width = 10 +bar-volume-width = 15 bar-volume-foreground-0 = #40ad4b bar-volume-foreground-1 = #40ad4b bar-volume-foreground-2 = #40ad4b @@ -1104,6 +1104,7 @@ format-muted-prefix = "  " format-muted-prefix-foreground = "#ff0000" format-muted-foreground = ${colors.foreground} format-muted-background = ${colors.background} +;      ################################################################################