Files
garandos/modules/home/noctalia/settings/bar/widgets/right.nix
2026-02-04 10:17:43 +01:00

64 lines
1.3 KiB
Nix

{username, ...}: {
right = [
{
id = "Tray";
blacklist = [
"nm-applet"
];
colorizeIcons = false;
drawerEnabled = false;
hidePassive = false;
pinned = [];
}
{
id = "plugin:keybind-cheatsheet";
}
{
id = "plugin:timer";
defaultSettings = {
compactMode = true;
defaultDuration = 0;
};
}
{
id = "NotificationHistory";
hideWhenZero = false;
hideWhenZeroUnread = false;
showUnreadBadge = true;
unreadBadgeColor = "primary";
}
{
id = "Bluetooth";
displayMode = "onhover";
}
{
id = "Battery";
deviceNativePath = "__default__";
displayMode = "alwaysShow";
hideIfIdle = false;
hideIfNotDetected = true;
showNoctaliaPerformance = true;
showPowerProfiles = true;
warningThreshold = 30;
}
{
id = "Volume";
displayMode = "alwaysShow";
middleClickCommand = "pwvucontrol || pavucontrol";
}
{
id = "Network";
displayMode = "onhover";
}
{
id = "ControlCenter";
colorizeDistroLogo = false;
colorizeSystemIcon = "none";
customIconPath = "/home/${username}/garandos/GarandOS.svg";
enableColorization = false;
icon = "noctalia";
useDistroLogo = false;
}
];
}