From 6a4e7886ec472f73dc7c55d510b03dd7706da2a8 Mon Sep 17 00:00:00 2001 From: Logan G Date: Sat, 8 Apr 2023 03:41:12 -0600 Subject: [PATCH] Added wallpaper --- .config/hypr/.gitignore | 1 + .config/hypr/hyprland.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/.config/hypr/.gitignore b/.config/hypr/.gitignore index 1b002f1..8be2a5f 100644 --- a/.config/hypr/.gitignore +++ b/.config/hypr/.gitignore @@ -1 +1,2 @@ conf.d/custom.conf +hyprpaper.conf diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index b51be19..2cc3706 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -166,5 +166,6 @@ exec-once=waybar -c ~/.config/waybar/hyprland exec-once = wl-paste --type text --watch cliphist store #Stores only text data exec-once = wl-paste --type image --watch cliphist store #Stores only image data exec-once = lxqt-policykit-agent +exec-once = hyprpaper source=~/.config/hypr/conf.d/custom.conf