diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-02-26 09:25:51 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-02-26 09:25:51 +0000 |
commit | 6963428f61a5b1154e829edc1ae287c3cacc5beb (patch) | |
tree | 69c8f35d870854803ea4dd368e9e8e9bc97f1b43 /mako | |
parent | 77ecf96870db83e62c2d6b3b773e6647350de6ca (diff) |
added wayland configs
Diffstat (limited to 'mako')
-rw-r--r-- | mako/.config/mako/config | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mako/.config/mako/config b/mako/.config/mako/config new file mode 100644 index 0000000..67d20d1 --- /dev/null +++ b/mako/.config/mako/config | |||
@@ -0,0 +1,24 @@ | |||
1 | font=SF Mono 10 | ||
2 | |||
3 | background-color=#2c2c2c | ||
4 | |||
5 | width=270 | ||
6 | height=500 | ||
7 | |||
8 | margin=20 | ||
9 | padding=15 | ||
10 | |||
11 | border-size=6 | ||
12 | border-color=#9f9f9f | ||
13 | |||
14 | default-timeout=10000 | ||
15 | |||
16 | [urgency=low] | ||
17 | text-color=#b8b48a | ||
18 | |||
19 | [urgency=normal] | ||
20 | text-color=#e5dbd0 | ||
21 | |||
22 | [urgency=high] | ||
23 | text-color=#dfa883 | ||
24 | default-timeout=0 | ||