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/config.jsonc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'dot-config/waybar/config.jsonc') diff --git a/dot-config/waybar/config.jsonc b/dot-config/waybar/config.jsonc index a7a8f5b..de07775 100644 --- a/dot-config/waybar/config.jsonc +++ b/dot-config/waybar/config.jsonc @@ -14,7 +14,7 @@ "network", "pulseaudio", "battery", - "image#separator", + "custom/separator", "clock", "custom/swaync", ], @@ -47,9 +47,10 @@ "escape": true }, - "image#separator": { - "path": "/home/jose/.config/waybar/assets/panel-separator.png", - }, + "custom/separator": { + "format": "𜱄", + "tooltip": false, + }, "clock": { // "timezone": "America/New_York", -- cgit v1.3