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