]> Freerunner's - dotfiles.git/commitdiff
mako: customize theme
authorAndre Ramnitz <tux.rising@gmail.com>
Mon, 21 Jul 2025 00:54:18 +0000 (02:54 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Mon, 21 Jul 2025 01:08:56 +0000 (03:08 +0200)
dot-config/mako/config

index 173f99ff5d15e6fa04385da733f8087fd4629201..6946c8d6d92fde37af95d1b366ab31ebe0deb47b 100644 (file)
@@ -1,7 +1,7 @@
 ## Mako configuration file
 
 # GLOBAL CONFIGURATION OPTIONS
-max-history=100
+max-history=50
 sort=-time
 
 # BINDING OPTIONS
@@ -15,10 +15,10 @@ on-notify=exec mpv /usr/share/sounds/freedesktop/stereo/message.oga
 font=ZedMono NFM 15
 width=500
 height=132
-margin=10
+margin=20
 padding=15
 border-size=2
-border-radius=6
+border-radius=5
 icons=1
 max-icon-size=128
 icon-location=left
@@ -26,31 +26,31 @@ markup=1
 actions=1
 history=1
 text-alignment=left
-default-timeout=5000
+default-timeout=6000
 ignore-timeout=0
 max-visible=5
 layer=overlay
 anchor=top-right
 
 # Start flavours
-## Base16 Default Dark
-# Author: Chris Kempson (http://chriskempson.com)
+## Base16 Catppuccin Mocha
+# Author: https://github.com/catppuccin/catppuccin
 #
 # You can use these variables anywhere in the mako configuration file.
 
-background-color=#181818
-text-color=#d8d8d8
-border-color=#86c1b9
+background-color=#181825aa
+text-color=#cdd6f4
+border-color=#94e2d5
 
 [urgency=low]
-background-color=#181818
-text-color=#f7ca88
-border-color=#86c1b9
+background-color=#181825aa
+text-color=#f9e2af
+border-color=#94e2d5
 
 [urgency=high]
-background-color=#181818
-text-color=#ab4642
-border-color=#86c1b9
+background-color=#181825aa
+text-color=#f38ba8
+border-color=#94e2d5
 # End flavours
 
 [mode=do-not-disturb]