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