From f4b8970c45e9d051d4c211299599c69dbf85f13c Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Mon, 9 Feb 2026 21:43:54 +0100 Subject: [PATCH] sets noctalia schem --- modules/wm/noctalia/default.nix | 60 +++++++++++++++++++++++++++++++-- 1 file changed, 57 insertions(+), 3 deletions(-) diff --git a/modules/wm/noctalia/default.nix b/modules/wm/noctalia/default.nix index 4e56e6c..bebd3dd 100644 --- a/modules/wm/noctalia/default.nix +++ b/modules/wm/noctalia/default.nix @@ -4,6 +4,24 @@ programs.noctalia-shell = { 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 = { # configure noctalia here bar = { @@ -22,9 +40,7 @@ usePrimaryColor = true; } { - id = "ControlCenter"; - useDistroLogo = false; - colorize = true; + id = "SystemMonitor"; } ]; center = [ @@ -44,6 +60,11 @@ { id = "Tray"; } + { + id = "ControlCenter"; + useDistroLogo = false; + colorize = true; + } ]; }; }; @@ -59,11 +80,44 @@ general = { avatarImage = "/home/drfoobar/.face"; radiusRatio = 0.2; + enableShadows = false; }; location = { monthBeforeDay = true; 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; + } + ]; }; };