Move mako config to seperate file

This commit is contained in:
Abdulmujeeb Raji 2023-04-08 12:33:41 +01:00
parent 22a994c132
commit cb4805565d
2 changed files with 4 additions and 1 deletions

View file

@ -6,7 +6,7 @@ monitor=,preferred,auto,auto
exec-once = hybrid-bar
exec-once = hyprpaper
exec-once = swayidle -w
exec-once = mako --background-color "#282c34" --border-color "#61afef" --default-timeout 4000
exec-once = mako
exec-once = udiskie
# Source a file (multi-file configs)

3
.config/mako/config Normal file
View file

@ -0,0 +1,3 @@
background-color=#282c34
border-color=#61afef
default-timeout=4000