Feat: add mako for notification
This commit is contained in:
parent
f0a1460022
commit
9d85245129
23
sway/.config/mako/config
Normal file
23
sway/.config/mako/config
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
sort=-time
|
||||||
|
layer=overlay
|
||||||
|
background-color=#282828
|
||||||
|
width=300
|
||||||
|
height=110
|
||||||
|
border-size=2
|
||||||
|
border-color=#88c0d0
|
||||||
|
border-radius=5
|
||||||
|
icons=0
|
||||||
|
max-icon-size=64
|
||||||
|
default-timeout=5000
|
||||||
|
ignore-timeout=1
|
||||||
|
font=monospace 10
|
||||||
|
|
||||||
|
[urgency=low]
|
||||||
|
border-color=#ebdbb2
|
||||||
|
|
||||||
|
[urgency=normal]
|
||||||
|
border-color=#d65d0e
|
||||||
|
|
||||||
|
[urgency=high]
|
||||||
|
border-color=#cc241d
|
||||||
|
default-timeout=0
|
@ -2,6 +2,7 @@ exec_always blueman-applet
|
|||||||
exec_always /usr/bin/nm-applet --indicator
|
exec_always /usr/bin/nm-applet --indicator
|
||||||
exec_always nextcloud
|
exec_always nextcloud
|
||||||
exec_always /usr/libexec/goa-daemon --replace
|
exec_always /usr/libexec/goa-daemon --replace
|
||||||
|
exec mako
|
||||||
|
|
||||||
exec swaymsg "workspace $ws1; exec firefox;"
|
exec swaymsg "workspace $ws1; exec firefox;"
|
||||||
exec swaymsg "workspace $ws2; exec thunderbird;"
|
exec swaymsg "workspace $ws2; exec thunderbird;"
|
||||||
|
Loading…
Reference in New Issue
Block a user