waybar: move hyprland/window back to left module group

This commit is contained in:
Evie Litherland-Smith 2024-04-11 11:19:52 +01:00
parent f15cfde53c
commit 89c7dfed5d

View file

@ -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";