Add mako configuration
This commit is contained in:
parent
867c5b2c38
commit
026e009166
2 changed files with 22 additions and 0 deletions
10
mako/config
Normal file
10
mako/config
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
default-timeout=20000
|
||||||
|
font=monospace 9
|
||||||
|
background-color=#333333CC
|
||||||
|
border-color=#000000
|
||||||
|
|
||||||
|
[urgency=high]
|
||||||
|
border-color=#CC0000
|
||||||
|
|
||||||
|
[urgency=low]
|
||||||
|
border-color=#FFFFFF
|
12
systemd/user/mako.service
Normal file
12
systemd/user/mako.service
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[Unit]
|
||||||
|
Description=A lightweight Wayland notification daemon
|
||||||
|
Documentation=man:mako(1)
|
||||||
|
PartOf=graphical-session.target
|
||||||
|
Conflicts=dunst.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/usr/bin/mako
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=sway-session.target
|
Loading…
Add table
Reference in a new issue