Add separator bars to left waybar modules

This commit is contained in:
Evie Litherland-Smith 2024-03-26 16:31:11 +00:00
parent 55c7f64bdf
commit dca956ccdc

View file

@ -34,7 +34,7 @@
];
# Module config
"hyprland/window" = {
"format" = "{title}";
"format" = "| {title}";
"rewrite" = {
"(.*) - GNU Emacs at (.*)" = " $1 [$2]";
"(Alacritty.*)" = " $1";
@ -83,7 +83,7 @@
};
};
mpris = {
"format" = "{player_icon} {player}";
"format" = "| {player_icon} {player}";
"tooltip-format" = "{player_icon} ({player}) {dynamic}";
"interval" = 1;
"dynamic-order" = ["album" "artist" "title" "position" "length"];