services/wayneko: add catppuccin theming
This commit is contained in:
parent
c0aa4f2f8f
commit
2cf1b03685
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue