Commit fc9539b
Changed files (1)
modules
desktop
shell
niri
modules/desktop/shell/niri/noctalia.nix
@@ -13,7 +13,7 @@
defaultWallpaper = "${inputs.wallpapers}/default_wallpaper";
};
appLauncher = {
- backgroundOpacity = 0.9;
+ backgroundOpacity = 0.8;
enableClipboardHistory = true;
terminalCommand = "ghostty -e";
};
@@ -34,24 +34,32 @@
}
];
left = [
+ {
+ id = "ControlCenter";
+ useDistroLogo = true;
+ }
{id = "SystemMonitor";}
{id = "ActiveWindow";}
{
id = "MediaMini";
autoHide = true;
+ showAlbumArt = true;
+ showVisualizer = true;
+ visualizerType = "linear";
}
];
right = [
{id = "ScreenRecorder";}
{
id = "Tray";
- blacklist = ["Bluetooth *"]; # Bluetooth applets tend to be buggy
+ blacklist = ["Bluetooth *"]; # I don't want double bluetooth applet.
}
{
id = "NotificationHistory";
hideWhenZero = true;
showUnreadBadge = true;
}
+ {id = "WiFi";}
{id = "Bluetooth";}
{id = "Volume";}
{id = "Brightness";}
@@ -61,10 +69,6 @@
formatHorizontal = "yyyy年M月d日 HH:mm";
formatVertical = "yyyy年M月d日 dddd-AP HH:mm:ss";
}
- {
- id = "ControlCenter";
- useDistroLogo = true;
- }
];
};
};