1

Modules/Niri: Update noctalia config after update

This commit is contained in:
2025-11-24 17:05:49 +01:00
parent a03410bee7
commit 517dd2c077

View File

@ -129,6 +129,7 @@
visualizerQuality = "high"; visualizerQuality = "high";
mprisBlacklist = []; mprisBlacklist = [];
preferredPlayer = ""; preferredPlayer = "";
externalMixer = "kitty --title=Ncpamixer ncpamixer";
}; };
nightLight = { nightLight = {
@ -211,17 +212,36 @@
} }
]; ];
right = [ right = [
{
id = "SystemMonitor";
usePrimaryColor = true;
showCpuUsage = true;
showCpuTemp = false;
showMemoryUsage = true;
showMemoryAsPercent = false;
showNetworkStats = true;
showDiskUsage = true;
diskPath = "/";
}
{ {
id = "Volume"; id = "Volume";
displayMode = "alwaysShow";
} }
{ {
id = "Microphone"; id = "Microphone";
} displayMode = "alwaysShow";
{
id = "WiFi";
} }
{ {
id = "Bluetooth"; id = "Bluetooth";
displayMode = "alwaysShow";
}
{
id = "WiFi";
displayMode = "alwaysShow";
}
{
id = "VPN";
displayMode = "alwaysShow";
} }
{ {
id = "Tray"; id = "Tray";