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