sway: add mako

This commit is contained in:
Casper V. Kristensen 2024-02-25 02:31:09 +01:00
parent 6815379c71
commit 4479468c0c

View file

@ -246,6 +246,14 @@
{ timeout = 60 * 60 * 3; command = suspend; } { timeout = 60 * 60 * 3; command = suspend; }
]; ];
}; };
# https://github.com/emersion/mako
services.mako = {
enable = true;
backgroundColor = "#31447f";
borderColor = "#31447f";
progressColor = "#3bacf0";
};
}; };
# Don't shut down the system when the power key is pressed # Don't shut down the system when the power key is pressed