From 0ac42801c9a2e532d8914b97ad200e1c654bea7c Mon Sep 17 00:00:00 2001 From: John Mertz Date: Thu, 1 Feb 2024 09:36:05 -0700 Subject: [PATCH] Don't overwrite active and urgent windows They are already highlighted with CSS and overwriting makes it impossible to know what actual number they are. --- waybar/config.template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/waybar/config.template b/waybar/config.template index d9764c5a8..a1df28c89 100644 --- a/waybar/config.template +++ b/waybar/config.template @@ -46,10 +46,10 @@ "C7": "C7", "C8": "C8", "C9": "C9", - "grave": "", - "urgent": "!", - "focused": "", - "default": "" + //"default": "", + //"urgent": "!", + //"focused": "", + "grave": "" } }, //"mpd": {