feat: add window title to waybar

This commit is contained in:
Guz
2025-06-02 22:16:25 -03:00
parent 95fb9d7032
commit ea20d50a13

View File

@@ -136,6 +136,7 @@
modules-left = [
"hyprland/workspaces"
"hyprland/window"
];
"hyprland/workspaces" = {
@@ -153,6 +154,11 @@
active = "";
};
};
"hyprland/window" = {
format = "{title}";
};
modules-center = [
"clock"
];
@@ -176,10 +182,6 @@
};
};
"hyprland/window" = {
format = "{title}";
};
modules-right = [
"pulseaudio"
"cpu"