update hyprpanel config

This commit is contained in:
Hadi
2025-04-05 14:21:55 +02:00
parent 0398d077e5
commit 36248551d9

View File

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