This commit is contained in:
Miguel Palhas
2025-01-07 17:53:15 +00:00
parent ddfbc62844
commit 371fda20a2
2 changed files with 44 additions and 47 deletions
@@ -5,5 +5,49 @@
}:
{
programs.hyprpanel = {
enable = true;
systemd.enable = true;
overwrite.enable = true;
layout = {
"bar.layouts" = {
"0" = {
"left" = [
"dashboard"
"workspaces"
"windowtitle"
];
"middle" = [ "media" ];
"right" = [
"volume"
"network"
"bluetooth"
"systray"
"clock"
"notifications"
];
};
"1" = {
"left" = [ ];
"middle" = [ ];
"right" = [ ];
};
"2" = {
"left" = [ ];
"middle" = [ ];
"right" = [ ];
};
};
};
settings = {
theme.bar.transparent = true;
theme.font = {
name = "Fira Code Nerd Font";
size = "14px";
};
};
};
}