From 4a5cabaf43320be0ae67dc8a594983ce08484eba Mon Sep 17 00:00:00 2001 From: awy Date: Sun, 24 Aug 2025 00:27:55 +0300 Subject: fixes --- .config/waybar/config.jsonc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index dc6a662..d1c535f 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -18,6 +18,7 @@ "cpu#usage", // "cpu#bars", "custom/memory", + "custom/leftsep", "custom/rainchance", "custom/weather", "custom/mailbox", @@ -181,11 +182,17 @@ "on-click-backward": "BLOCK_BUTTON=8 sb-doppler" }, + "custom/leftsep" : { + "cursor": false, + "tooltip": false, + "format": "[ " + }, + "custom/rainchance" : { "cursor": false, "tooltip": false, "hide-empty-text": true, - "format": "[ {}", + "format": "{}", "signal": 5, "exec" : "sb-weather rain", "interval" : 18000, -- cgit v1.2.3