Added positional categories
This commit is contained in:
parent
250ac571c7
commit
bd1b33e11d
1 changed files with 32 additions and 1 deletions
33
config/mako
33
config/mako
|
@ -2,11 +2,15 @@
|
||||||
# ~/.config/mako/config
|
# ~/.config/mako/config
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Default
|
||||||
|
|
||||||
anchor=bottom-right
|
anchor=bottom-right
|
||||||
background-color=#171717c3
|
background-color=#171717c3
|
||||||
default-timeout=4000
|
default-timeout=4000
|
||||||
font=Letter
|
font=Letter
|
||||||
|
|
||||||
|
# Ugency
|
||||||
|
|
||||||
[urgency=low]
|
[urgency=low]
|
||||||
border-color=#e3e3e3
|
border-color=#e3e3e3
|
||||||
|
|
||||||
|
@ -17,5 +21,32 @@ border-color=#cccccc
|
||||||
border-color=#bf616a
|
border-color=#bf616a
|
||||||
default-timeout=0
|
default-timeout=0
|
||||||
|
|
||||||
[category=byMe]
|
[mode=do-not-disturb]
|
||||||
|
invisible=1
|
||||||
|
|
||||||
|
# Positional
|
||||||
|
|
||||||
|
[category=top-right]
|
||||||
|
anchor=top-right
|
||||||
|
|
||||||
|
[category=top-center]
|
||||||
anchor=top-center
|
anchor=top-center
|
||||||
|
|
||||||
|
[category=top-left]
|
||||||
|
anchor=top-left
|
||||||
|
|
||||||
|
[category=bottom-right]
|
||||||
|
anchor=bottom-right
|
||||||
|
|
||||||
|
[category=bottom-center]
|
||||||
|
anchor=bottom-center
|
||||||
|
|
||||||
|
[category=bottom-left]
|
||||||
|
anchor=bottom-left
|
||||||
|
|
||||||
|
[category=center-right]
|
||||||
|
anchor=center-right
|
||||||
|
|
||||||
|
[category=center]
|
||||||
|
anchor=center
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue