feat: add window title to waybar
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user