fix hyprpanel bar layout config

This commit is contained in:
romek
2025-08-08 23:34:38 +02:00
parent d61b5989c0
commit e1f03b2909

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"
];
};
};