waybar: move hyprland/window back to left module group
This commit is contained in:
parent
f15cfde53c
commit
89c7dfed5d
|
@ -18,9 +18,9 @@
|
|||
# Layout
|
||||
"modules-left" = [
|
||||
"hyprland/workspaces"
|
||||
"hyprland/window"
|
||||
];
|
||||
"modules-center" = [
|
||||
"hyprland/window"
|
||||
"mpris"
|
||||
];
|
||||
"modules-right" = [
|
||||
|
@ -37,7 +37,7 @@
|
|||
];
|
||||
# Module config
|
||||
"hyprland/window" = {
|
||||
"format" = "{title}";
|
||||
"format" = "| {title}";
|
||||
"rewrite" = {
|
||||
"(.*) - GNU Emacs at (.*)" = " $1 [$2]";
|
||||
"(Alacritty.*)" = " $1";
|
||||
|
|
Loading…
Reference in a new issue