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,19 +35,12 @@ in {
enable = true;
settings = {
layout = {
bar.layouts = {
"*" = {
"left" = [
"dashboard"
"workspaces"
"windowtitle"
];
"middle" = [
"media"
"cava"
];
"right" = [
left = [ "dashboard" "workspaces" "windowtitle" ];
middle = [ "media" "cava" ];
right = [
"systray"
"volume"
"bluetooth"
@@ -58,7 +51,6 @@ in {
];
};
};
};
theme.font.name = font;
theme.font.size = fontSizeForHyprpanel;