Migrate repo installation from custom script to dotinstall
This commit is contained in:
parent
a8adfb8ff9
commit
4f5de50fb9
12 changed files with 9 additions and 46 deletions
31
config/mako/config
Normal file
31
config/mako/config
Normal file
|
@ -0,0 +1,31 @@
|
|||
|
||||
markup=1
|
||||
actions=1
|
||||
anchor=top-right
|
||||
|
||||
# Format
|
||||
font=Fira Code 10
|
||||
border-color=#1cd180
|
||||
border-size=2
|
||||
background-color=#353535ff
|
||||
text-color=#fdfdfd
|
||||
format=<b>%s</b> <span color="#93a1a1">(%a)</span>\n%b
|
||||
|
||||
# icons
|
||||
icon-path=/usr/share/icons/Papirus
|
||||
|
||||
# Hidden format
|
||||
[hidden]
|
||||
format=Hidden: %h [%t]
|
||||
|
||||
[urgency=low]
|
||||
|
||||
[urgency=low actionable]
|
||||
|
||||
[urgency=normal actionable]
|
||||
|
||||
[urgency=high]
|
||||
border-color=#f268b3
|
||||
|
||||
[urgency=high actionable]
|
||||
border-color=#6c71c4
|
Reference in a new issue