repos / dotfiles

my dotfiles

commit
4f4353d
parent
5b94849
author
Eric Bower
date
2026-01-29 22:57:31 -0500 EST
chore: limit window title
1 files changed,  +5, -0
M dot_config/waybar/config
+5, -0
 1@@ -3,6 +3,11 @@
 2   "position": "bottom",
 3 	"modules-left": ["river/tags", "river/layout"],
 4 	"modules-center": ["river/window"],
 5+	"river/window": {
 6+		"tooltip-format": "{title}",
 7+		"max-length": 50,
 8+		"format": "<span title='{title}'>{title}</span>"
 9+	},
10 	"modules-right": ["battery", "backlight", "pulseaudio", "network", "clock"],
11 
12 	"pulseaudio": {