finishes up niri + noctalia
This commit is contained in:
parent
463e9368e7
commit
743971d1f9
2 changed files with 16 additions and 10 deletions
|
|
@ -5,8 +5,8 @@
|
|||
enable = true;
|
||||
systemd.enable = true;
|
||||
colors = {
|
||||
mError = "#67182f";
|
||||
mOnError = "#ff6a7a";
|
||||
mError = "#ff6a7a";
|
||||
mOnError = "#ffffff";
|
||||
mOnPrimary = "#0f0b15";
|
||||
mOnSecondary = "#331531";
|
||||
mOnSurface = "#ffffff";
|
||||
|
|
@ -39,6 +39,9 @@
|
|||
useMonospacedFont = true;
|
||||
usePrimaryColor = true;
|
||||
}
|
||||
{
|
||||
id = "SystemMonitor";
|
||||
}
|
||||
{
|
||||
id = "ControlCenter";
|
||||
useDistroLogo = false;
|
||||
|
|
@ -62,9 +65,6 @@
|
|||
{
|
||||
id = "Tray";
|
||||
}
|
||||
{
|
||||
id = "SystemMonitor";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
@ -89,7 +89,8 @@
|
|||
enableClipboardHistory = true;
|
||||
autoPasteClipboard = true;
|
||||
terminalCommand = "ghostty -e";
|
||||
iconMode = "native";
|
||||
iconMode = "tabler";
|
||||
showIconBackground = true;
|
||||
};
|
||||
systemMonitor = {
|
||||
enableDgpuMonitoring = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue