Change module layout for alt waybar

This commit is contained in:
Evie Litherland-Smith 2024-06-15 09:59:00 +01:00
parent 8f179c9f6b
commit 16914a2fa7

View file

@ -42,9 +42,9 @@
inherit (config.programs.waybar.settings.main) layer position "sway/workspaces";
name = "alt";
output = ["HDMI-A-1"];
"modules-left" = [];
"modules-center" = ["sway/workspaces"];
"modules-right" = [];
"modules-left" = ["sway/workspaces"];
"modules-center" = [];
"modules-right" = ["clock"];
};
};
}