sets noctalia schem
This commit is contained in:
parent
641c8b6e28
commit
f4b8970c45
1 changed files with 57 additions and 3 deletions
|
|
@ -4,6 +4,24 @@
|
||||||
programs.noctalia-shell = {
|
programs.noctalia-shell = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
|
colors = {
|
||||||
|
mError = "#67182f";
|
||||||
|
mOnError = "#ff6a7a";
|
||||||
|
mOnPrimary = "#c57faf";
|
||||||
|
mOnSecondary = "#af85ea";
|
||||||
|
mOnSurface = "#ffffff";
|
||||||
|
mOnSurfaceVariant = "#bf8a9f";
|
||||||
|
mOnTertiary = "#35afbf";
|
||||||
|
mOnHover = "#ffffff";
|
||||||
|
mOutline = "#807c9f";
|
||||||
|
mPrimary = "#572454";
|
||||||
|
mSecondary = "#331531";
|
||||||
|
mShadow = "#000000";
|
||||||
|
mSurface = "#0f0b15";
|
||||||
|
mHover = "#d369af";
|
||||||
|
mSurfaceVariant = "#1d202f";
|
||||||
|
mTertiary = "#133d56";
|
||||||
|
};
|
||||||
settings = {
|
settings = {
|
||||||
# configure noctalia here
|
# configure noctalia here
|
||||||
bar = {
|
bar = {
|
||||||
|
|
@ -22,9 +40,7 @@
|
||||||
usePrimaryColor = true;
|
usePrimaryColor = true;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
id = "ControlCenter";
|
id = "SystemMonitor";
|
||||||
useDistroLogo = false;
|
|
||||||
colorize = true;
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
center = [
|
center = [
|
||||||
|
|
@ -44,6 +60,11 @@
|
||||||
{
|
{
|
||||||
id = "Tray";
|
id = "Tray";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
id = "ControlCenter";
|
||||||
|
useDistroLogo = false;
|
||||||
|
colorize = true;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -59,11 +80,44 @@
|
||||||
general = {
|
general = {
|
||||||
avatarImage = "/home/drfoobar/.face";
|
avatarImage = "/home/drfoobar/.face";
|
||||||
radiusRatio = 0.2;
|
radiusRatio = 0.2;
|
||||||
|
enableShadows = false;
|
||||||
};
|
};
|
||||||
location = {
|
location = {
|
||||||
monthBeforeDay = true;
|
monthBeforeDay = true;
|
||||||
name = "Munich, Germany";
|
name = "Munich, Germany";
|
||||||
};
|
};
|
||||||
|
appLauncher = {
|
||||||
|
enableClipboardHistory = true;
|
||||||
|
autoPasteClipboard = true;
|
||||||
|
terminalCommand = "ghostty -e";
|
||||||
|
iconMode = "native";
|
||||||
|
};
|
||||||
|
sessionMenu = {
|
||||||
|
enableCountdown = true;
|
||||||
|
countdownDuration = 4000;
|
||||||
|
};
|
||||||
|
powerOptions = [
|
||||||
|
{
|
||||||
|
action = "lock";
|
||||||
|
enabled = true;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
action = "suspend";
|
||||||
|
enabled = true;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
action = "reboot";
|
||||||
|
enabled = true;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
action = "logout";
|
||||||
|
enabled = true;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
action = "shutdown";
|
||||||
|
enabled = true;
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue