nix/home-manager/common/desktops/hyprland/themes/gruvbox/mako-conf.nix

31 lines
451 B
Nix
Raw Normal View History

2023-08-17 08:00:55 +02:00
{ ... }: {
home.file.".config/mako/config".text = ''
max-history=5
sort=+time
on-button-left=dismiss
on-button-right=dismiss-all
2023-08-29 07:47:41 +02:00
font=JetbrainsMono Regular
2023-08-17 08:00:55 +02:00
background-color=#252423
2023-08-26 14:31:14 +02:00
border-color=#d5c4a1bb
2023-08-17 08:00:55 +02:00
text-color=#e2cca9
2023-08-17 08:26:02 +02:00
width=300
2023-08-17 08:00:55 +02:00
height=100
margin=10
padding=15
2023-08-26 14:31:14 +02:00
border-size=3
border-radius=15
2023-08-17 08:00:55 +02:00
icons=1
max-icon-size=128
icon-location=left
markup=1
actions=1
history=1
text-alignment=left
default-timeout=15000
layer=top
2023-08-17 08:22:56 +02:00
anchor=top-right
2023-08-17 08:00:55 +02:00
'';
2023-08-26 14:31:14 +02:00
}