From 288f9c41275288a2bd0193986f22206c81c2b5cf Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Wed, 25 Mar 2026 21:04:54 -0700 Subject: replace separator image with an icon the image was KILLING my battery. Having the image maintained a constant CPU pressure. Maybe a waybar bug? I couldn't find anything in the GitHub issues. --- dot-config/waybar/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dot-config/waybar/style.css') diff --git a/dot-config/waybar/style.css b/dot-config/waybar/style.css index 4b6a6ee..a7237b4 100644 --- a/dot-config/waybar/style.css +++ b/dot-config/waybar/style.css @@ -65,3 +65,7 @@ tooltip label { animation-iteration-count: infinite; animation-direction: alternate; } + +#custom-separator { + margin: 0px 8px 0px 8px; +} -- cgit v1.3