This commit is contained in:
Miguel Palhas
2025-01-23 11:33:07 +00:00
parent dd4120304f
commit 7badc1d419
4 changed files with 38 additions and 36 deletions
+28 -26
View File
@@ -13,32 +13,34 @@
overwrite.enable = true;
layout = {
"bar.layouts" = {
"1" = {
"left" = [
"dashboard"
"workspaces"
"windowtitle"
];
"middle" = [ "media" ];
"right" = [
"volume"
"network"
"bluetooth"
"systray"
"clock"
"notifications"
];
};
"0" = {
"left" = [ ];
"middle" = [ ];
"right" = [ ];
};
"2" = {
"left" = [ ];
"middle" = [ ];
"right" = [ ];
bar = {
layouts = {
"1" = {
"left" = [
"dashboard"
"workspaces"
"windowtitle"
];
"middle" = [ "media" ];
"right" = [
"volume"
"network"
"bluetooth"
"systray"
"clock"
"notifications"
];
};
"0" = {
"left" = [ ];
"middle" = [ ];
"right" = [ ];
};
"2" = {
"left" = [ ];
"middle" = [ ];
"right" = [ ];
};
};
};
};