diff options
author | awy <awy@awy.one> | 2025-08-24 00:27:55 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-24 00:27:55 +0300 |
commit | 4a5cabaf43320be0ae67dc8a594983ce08484eba (patch) | |
tree | 94196d6bf3587010dd0e8e6850f0a4c5482e9fcd | |
parent | 26b98532c8f918645873775b6e75f0c038359012 (diff) | |
download | hyprdots-4a5cabaf43320be0ae67dc8a594983ce08484eba.tar.gz |
fixes
-rw-r--r-- | .config/waybar/config.jsonc | 9 |
1 files changed, 8 insertions, 1 deletions
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, |