From 687d96ed4c9e7405221becbc11b852bf6db47c67 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 17 Jul 2023 02:12:54 +0530 Subject: added cgit.css --- .config/polybar/config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/polybar') diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 638ba9a..503560d 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -279,7 +279,7 @@ type = custom/script click-left = module_toggle interval = 100 exec = "uptime | awk -F, '{sub(".*up ",x,$1);sub(" min","",$1);sub(":","H ",$1);print $1"M"}'" -label = "/ UP:%output% " +label = "/ UP: %output% " hidden = true format-foreground = ${colors.uptime-fg} -- cgit v1.2.3