noctalia-shell: inited
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
parent
09767f9812
commit
dda9670322
1 changed files with 55 additions and 0 deletions
55
hand7s/programs/noctalia.nix
Normal file
55
hand7s/programs/noctalia.nix
Normal 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 {};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue