Configure Mako
This commit is contained in:
parent
df86bf411d
commit
35adf2d88e
1 changed files with 43 additions and 0 deletions
43
group_vars/all/mako.yml
Normal file
43
group_vars/all/mako.yml
Normal file
|
@ -0,0 +1,43 @@
|
|||
---
|
||||
mako_options:
|
||||
max-history: 5
|
||||
sort: -time
|
||||
on-button-left:
|
||||
on-button-middle:
|
||||
on-button-right:
|
||||
on-touch:
|
||||
on-notify:
|
||||
font: Fira Code 10
|
||||
background-color: '#353535FF'
|
||||
text-color: '#FDFDFD'
|
||||
width: 300
|
||||
height: 100
|
||||
outer-margin: 10
|
||||
padding: 5
|
||||
border-size: 2
|
||||
border-color: '#1CD180'
|
||||
border-radius: 0
|
||||
progress-color: 'over #5588AAFF'
|
||||
icons: 1
|
||||
max-icon-size: 64
|
||||
icon-path:
|
||||
icon-location: left
|
||||
markup: 1
|
||||
actions: 1
|
||||
history: 1
|
||||
format: '<b>%s</b>\n%b'
|
||||
text-alignment: left
|
||||
default-timeout: 0
|
||||
ignore-timeout: 0
|
||||
group-by: urgency,app-name,app-icon
|
||||
max-visible: 5
|
||||
output:
|
||||
layer: top
|
||||
anchor: top-right
|
||||
|
||||
mako_rules:
|
||||
- criterias:
|
||||
- field: urgency
|
||||
value: high
|
||||
options:
|
||||
border-color: '#F268b3'
|
Loading…
Add table
Add a link
Reference in a new issue