diff options
author | Botond Hende <nettingman@gmail.com> | 2024-11-25 00:30:29 +0100 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-11-25 00:30:29 +0100 |
commit | ffc0fd9e89a44e25b1c2e352b5584f09b9997ea1 (patch) | |
tree | a1825f7b78a950e649d551a58bd0b2d7789daf83 | |
parent | f9d4d2115cb34bb3d83f79d7890a9897d23ec89d (diff) |
added mako config for hestia
-rw-r--r-- | home/.config/mako/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/home/.config/mako/config b/home/.config/mako/config new file mode 100644 index 0000000..2f3a263 --- /dev/null +++ b/home/.config/mako/config @@ -0,0 +1,10 @@ +[app-name=hestia] +background-color=#A945B9FF +border-color=#9C27B0FF + +text-alignment=center +icon-location=top + +max-icon-size=280 +height=800 +width=300 |