home/noctalia bar things

This commit is contained in:
tulg 2025-10-24 18:09:31 +03:00
parent 0df33dc8e7
commit 4a7335198a

View file

@ -1,10 +1,12 @@
{ pkgs, inputs, ... }:
{
pkgs,
inputs,
...
}: {
imports = [
#inputs.noctalia.homeModules.default
];
programs.noctalia-shell = {
enable = true;
settings = {
@ -18,27 +20,28 @@
left = [
{id = "Workspace";}
{id = "ActiveWindow";}
];
center = [
{ hideUnoccupied = false; id = "Workspace"; labelMode = "none"; }
];
right = [
{id = "Tray";}
{ alwaysShowPercentage = false; id = "Battery"; warningThreshold = 30; }
{
alwaysShowPercentage = false;
id = "Battery";
warningThreshold = 30;
}
{
formatHorizontal = "HH:mm";
formatVertical = "HH mm";
id = "Clock";
useMonospacedFont = true;
usePrimaryColor = true;
}
{ id = "SidePanelToggle"; useDistroLogo = true; }
{
id = "SidePanelToggle";
useDistroLogo = true;
}
];
};
};