Merge branch 'main' of github.com:anotherhadi/nixy

This commit is contained in:
Hadi
2025-08-09 19:37:01 +02:00

View File

@@ -35,28 +35,20 @@ in {
enable = true;
settings = {
layout = {
bar.layouts = {
"*" = {
"left" = [
"dashboard"
"workspaces"
"windowtitle"
];
"middle" = [
"media"
"cava"
];
"right" = [
"systray"
"volume"
"bluetooth"
"battery"
"network"
"clock"
"notifications"
];
};
bar.layouts = {
"*" = {
left = [ "dashboard" "workspaces" "windowtitle" ];
middle = [ "media" "cava" ];
right = [
"systray"
"volume"
"bluetooth"
"battery"
"network"
"clock"
"notifications"
];
};
};