From 848d6678cf13065061237489be5be28453e35a92 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Tue, 23 Aug 2022 13:54:19 -0600 Subject: [PATCH] 'apt' module generalized for 'pkg' --- waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/style.css b/waybar/style.css index 85a9d499c..23ddcc444 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -66,7 +66,7 @@ window#waybar { /* Tray */ -#tray, #custom-todo, #custom-osk, #custom-apt, #custom-bar, #idle_inhibitor, #custom-clock, #custom-power { +#tray, #custom-todo, #custom-osk, #custom-pkg, #custom-bar, #idle_inhibitor, #custom-clock, #custom-power { color: @bluehi; }