32 lines
No EOL
487 B
Nix
32 lines
No EOL
487 B
Nix
{ ... }: {
|
|
home.file.".config/mako/config".text = ''
|
|
# Global configuration options
|
|
max-history=5
|
|
sort=+time
|
|
|
|
# Binding options
|
|
on-button-left=dismiss
|
|
on-button-right=dismiss-all
|
|
|
|
# Style options
|
|
font=Cantarell 10
|
|
background-color=#252423
|
|
text-color=#e2cca9
|
|
width=300
|
|
height=100
|
|
margin=10
|
|
padding=15
|
|
border-size=0
|
|
border-radius=5
|
|
icons=1
|
|
max-icon-size=128
|
|
icon-location=left
|
|
markup=1
|
|
actions=1
|
|
history=1
|
|
text-alignment=left
|
|
default-timeout=15000
|
|
layer=top
|
|
anchor=bottom-right
|
|
'';
|
|
} |