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