Add window name display to waybar

This commit is contained in:
2024-09-17 01:39:06 -05:00
parent 3755c324fd
commit 76bb8e1aa3
2 changed files with 19 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
"margin-top": 16,
"margin-left": 16,
"margin-right": 16,
"modules-left": ["hyprland/workspaces", "sway/mode"],
"modules-left": ["hyprland/workspaces", "hyprland/window", "sway/mode"],
"modules-right": ["tray"],
"hyprland/workspaces": {
"all-outputs": false,
@@ -18,6 +18,7 @@
}
},
"hyprland/window": {
"separate-outputs": true,
"format": "{}"
},
"tray": {