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