services/wayneko: add catppuccin theming

This commit is contained in:
Bloxx12 2025-07-08 22:58:09 +02:00
commit 2cf1b03685
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -28,7 +28,13 @@ in {
after = ["graphical-session.target"];
serviceConfig = {
ExecStart = "${getExe custom-wayneko} --layer top --type striped";
ExecStart = ''
${getExe custom-wayneko}\
--layer top\
--type striped\
--background-colour 0xb4befe\
--outline-colour 0x1e1e2e
'';
Restart = "on-failure";
RestartSec = 1;
TimeoutStopSec = 10;