noctalia-shell: inited

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-10-18 13:59:07 +03:00
parent 09767f9812
commit dda9670322
No known key found for this signature in database

View file

@ -0,0 +1,55 @@
{lib,config,...}: {
programs = if (config.home.gui.sessionType == "Hyprland") then {
noctalia-shell = {
enable = true;
settings = {
bar = {
density = "compact";
position = "right";
showCapsule = false;
widgets = {
left = [
{
id = "SidePanelToggle";
useDistroLogo = true;
}
{
id = "Workspace";
}
{
id = "MediaMini";
}
];
center = [
{
formatHorizontal = "HH:mm";
formatVertical = "HH mm";
id = "Clock";
useMonospacedFont = true;
usePrimaryColor = true;
}
];
right = [
{
id = "Volume";
}
{
id = "Tray";
}
{
id = "NotificationHistory";
}
];
};
};
};
};
} else {};
}