Modules/Niri: Update noctalia config after update
This commit is contained in:
@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user