summaryrefslogtreecommitdiff
path: root/.config/waybar/modules.json
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2025-03-30 01:00:51 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2025-03-30 01:00:51 -0400
commitf4c4550e327d9090c82a735d39d104d0bedb602d (patch)
treefcfa762512155c132a66d3adbb56067ca2d5d61b /.config/waybar/modules.json
parent43dbb32d741e11f8e06341f515944ec757d4578f (diff)
Loads of laptop shit
Diffstat (limited to '.config/waybar/modules.json')
-rw-r--r--.config/waybar/modules.json34
1 files changed, 25 insertions, 9 deletions
diff --git a/.config/waybar/modules.json b/.config/waybar/modules.json
index 6902c6b..618806b 100644
--- a/.config/waybar/modules.json
+++ b/.config/waybar/modules.json
@@ -1,17 +1,26 @@
{
+ "river/layout": {
+ "format": " <tt>{}</tt> ",
+ "min-length": 4,
+ "align": "right"
+ },
+ "river/window": {
+ "format": "{}",
+ },
+ "river/tags": {
+ "num-tags": 9,
+ "set-tags": [
+ 1, 2, 4, 8, 16, 32, 64, 128, 256
+ ],
+ "tag-labels": [
+ "1", "2", "3", "4", "5", "6", "7", "8", "9"
+ ],
+ },
"dwl/tags": {
"num-tags": 9,
"disable-click": true,
"tag-labels": [
- "1",
- "2",
- "3",
- "4",
- "5",
- "6",
- "7",
- "8",
- "9"
+ "1", "2", "3", "4", "5", "6", "7", "8", "9"
],
},
"dwl/window": {
@@ -33,6 +42,13 @@
"interval": 3600,
"signal": 7,
},
+ "custom/layout": {
+ "format": "<tt>{}</tt>",
+ "return-type": "json",
+ "exec": "/home/master/.local/bin/dwmbar/dwmb-layout",
+ "interval": 3600,
+ "signal": 4,
+ },
"custom/mail": {
"format": "<tt>{}</tt>",
"return-type": "json",