From bf8ccc69c6acab2b0b1ba72fcdc01e0495a97a6a Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 6 Nov 2023 20:00:12 -0500 Subject: updated hyprland, new wallpaper app, color picker, etc --- home-config/hypr/autostart.sh | 8 +++++++- home-config/hypr/hyprland.conf | 4 ++++ home-config/hypr/kanshi.conf | 4 ++++ home-config/hypr/wallpaper.sh | 6 ++++++ 4 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 home-config/hypr/kanshi.conf create mode 100755 home-config/hypr/wallpaper.sh (limited to 'home-config/hypr') diff --git a/home-config/hypr/autostart.sh b/home-config/hypr/autostart.sh index c53aeee..b05b71d 100755 --- a/home-config/hypr/autostart.sh +++ b/home-config/hypr/autostart.sh @@ -6,8 +6,14 @@ waybar & mako & -swaybg -i ~/.config/hypr/Wallpapers/above-clouds.jpg & +#swaybg -i ~/.config/hypr/Wallpapers/above-clouds.jpg & + +swww init & swayidle -w timeout 300 'swaylock --screenshots --clock --indicator --grace 3 --fade-in 1 --effect-blur 7x5 --effect-greyscale' timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f -c 000000' & syncthing serve --no-browser & + +wl-clip-persist -c regular & + +kanshi -c ~/.config/hypr/kanshi.conf diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf index 7367d6c..a3545b8 100644 --- a/home-config/hypr/hyprland.conf +++ b/home-config/hypr/hyprland.conf @@ -197,6 +197,9 @@ bind = $mainMod SHIFT, Print, exec, grimblast edit area bind = $mainMod, N, exec, makoctl dismiss bind = $mainMod SHIFT, N, exec, makoctl dismiss -a +# Color picker +bind = $mainMod SHIFT, C, exec, hyprpicker -a + # Window Rules # Firefox PiP @@ -222,4 +225,5 @@ exec-once = ~/.config/hypr/autostart.sh misc { disable_hyprland_logo = true + force_default_wallpaper = 0 } diff --git a/home-config/hypr/kanshi.conf b/home-config/hypr/kanshi.conf new file mode 100644 index 0000000..6a2cbfe --- /dev/null +++ b/home-config/hypr/kanshi.conf @@ -0,0 +1,4 @@ +profile { + output * enable + exec ~/.config/hypr/wallpaper.sh +} diff --git a/home-config/hypr/wallpaper.sh b/home-config/hypr/wallpaper.sh new file mode 100755 index 0000000..7d9ea21 --- /dev/null +++ b/home-config/hypr/wallpaper.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +# Eventually allow for multiple animated backgrounds to be rotated. +# Right now just reset the current image for when outputs are changed + +swww img ~/.config/hypr/Wallpapers/above-clouds.jpg -- cgit v1.2.3