Merge pull request #43 from romek-codes/fix-hyprpanel-layouts

This commit is contained in:
Hadi
2025-08-09 19:36:16 +02:00
committed by GitHub

View File

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