Modules/Niri: Update noctalia config after update
This commit is contained in:
@ -129,6 +129,7 @@
|
||||
visualizerQuality = "high";
|
||||
mprisBlacklist = [];
|
||||
preferredPlayer = "";
|
||||
externalMixer = "kitty --title=Ncpamixer ncpamixer";
|
||||
};
|
||||
|
||||
nightLight = {
|
||||
@ -211,17 +212,36 @@
|
||||
}
|
||||
];
|
||||
right = [
|
||||
{
|
||||
id = "SystemMonitor";
|
||||
usePrimaryColor = true;
|
||||
showCpuUsage = true;
|
||||
showCpuTemp = false;
|
||||
showMemoryUsage = true;
|
||||
showMemoryAsPercent = false;
|
||||
showNetworkStats = true;
|
||||
showDiskUsage = true;
|
||||
diskPath = "/";
|
||||
}
|
||||
{
|
||||
id = "Volume";
|
||||
displayMode = "alwaysShow";
|
||||
}
|
||||
{
|
||||
id = "Microphone";
|
||||
}
|
||||
{
|
||||
id = "WiFi";
|
||||
displayMode = "alwaysShow";
|
||||
}
|
||||
{
|
||||
id = "Bluetooth";
|
||||
displayMode = "alwaysShow";
|
||||
}
|
||||
{
|
||||
id = "WiFi";
|
||||
displayMode = "alwaysShow";
|
||||
}
|
||||
{
|
||||
id = "VPN";
|
||||
displayMode = "alwaysShow";
|
||||
}
|
||||
{
|
||||
id = "Tray";
|
||||
|
||||
Reference in New Issue
Block a user