mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 11:51:55 -05:00
mako: added transparency
This commit is contained in:
parent
390e676e62
commit
06713a2e7c
|
@ -21,7 +21,7 @@
|
|||
services.mako = {
|
||||
enable = true;
|
||||
font = "DroidSansM Nerd Font Mono 11";
|
||||
backgroundColor = "#000000";
|
||||
backgroundColor = "#00000080";
|
||||
textColor = "#FFFFFF";
|
||||
borderRadius = 10;
|
||||
defaultTimeout = 10000;
|
||||
|
|
Loading…
Reference in a new issue