From cb4805565d87278f29b2abe25c5c92a587144680 Mon Sep 17 00:00:00 2001 From: Abdulmujeeb Raji Date: Sat, 8 Apr 2023 12:33:41 +0100 Subject: [PATCH] Move mako config to seperate file --- .config/hypr/hyprland.conf | 2 +- .config/mako/config | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .config/mako/config diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index e935c69..d105a05 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -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) diff --git a/.config/mako/config b/.config/mako/config new file mode 100644 index 0000000..085618e --- /dev/null +++ b/.config/mako/config @@ -0,0 +1,3 @@ +background-color=#282c34 +border-color=#61afef +default-timeout=4000