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;
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;