aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/config.jsonc
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-24 00:27:55 +0300
committerawy <awy@awy.one>2025-08-24 00:27:55 +0300
commit4a5cabaf43320be0ae67dc8a594983ce08484eba (patch)
tree94196d6bf3587010dd0e8e6850f0a4c5482e9fcd /.config/waybar/config.jsonc
parent26b98532c8f918645873775b6e75f0c038359012 (diff)
downloadhyprdots-4a5cabaf43320be0ae67dc8a594983ce08484eba.tar.gz
fixes
Diffstat (limited to '.config/waybar/config.jsonc')
-rw-r--r--.config/waybar/config.jsonc9
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,