Commit 162e02a
Changed files (1)
modules
desktop
desktop-environment
discrete
shell
noctalia
modules/desktop/desktop-environment/discrete/shell/noctalia/bar.nix
@@ -1,8 +1,12 @@
{
- flake.modules.homeManager.de-shell-noctalia = {config, ...}: {
+ flake.modules.homeManager.de-shell-noctalia = {
+ config,
+ osConfig,
+ ...
+ }: {
programs.noctalia-shell.settings.bar = {
backgroundOpacity = config.stylix.opacity.desktop;
- density = "comfortable";
+ density = "default";
floating = true;
marginHorizontal = 0.4;
marginVertical = 0.4;
@@ -42,11 +46,15 @@
{
id = "Battery";
showNoctaliaPerformance = true;
+ showPowerProfiles = true;
}
{
id = "Clock";
- formatHorizontal = "yyyy年M月d日 HH:mm";
- formatVertical = "yyyy年M月d日 dddd-AP HH:mm:ss";
+ formatHorizontal = "yyyy-MM-dd HH:mm";
+ formatVertical = "yy MM dd ── HH mm";
+ tooltipFormat = "yyyy年M月d日 dddd HH:mm:ss";
+ useCustomFont = true;
+ customFont = osConfig.stylix.fonts.monospace.name;
}
{
id = "ControlCenter";