From 307d2babe26f8e7a370a6a3bf2ea6dc9859ee07e Mon Sep 17 00:00:00 2001 From: KingLouis0420 Date: Fri, 28 Jun 2024 06:14:16 -0500 Subject: [PATCH 1/4] Update for the new Hyprland Config changes Fixed the annoying red config errors plus some spelling errors in the install script with this update --- HyprV/hypr/hyprland.conf | 15 +++++++++------ set-hypr | 7 ++++--- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/HyprV/hypr/hyprland.conf b/HyprV/hypr/hyprland.conf index c645a905..c666d1c7 100644 --- a/HyprV/hypr/hyprland.conf +++ b/HyprV/hypr/hyprland.conf @@ -97,22 +97,25 @@ dwindle { preserve_split = yes # you probably want this } -master { - # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_is_master = true +# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more +master { + new_status = master } -gestures { - # See https://wiki.hyprland.org/Configuring/Variables/ for more +# See https://wiki.hyprland.org/Configuring/Variables/ for more +gestures { workspace_swipe = off } # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more -device:epic mouse V1 { + +device { + name = epic-mouse-v1 sensitivity = -0.5 } + # Example windowrule v1 #windowrule = float, ^(kitty)$ windowrule = float,^(pavucontrol)$ diff --git a/set-hypr b/set-hypr index 3399236d..0c12874e 100755 --- a/set-hypr +++ b/set-hypr @@ -3,11 +3,12 @@ # HyprV4 By SolDoesTech - https://www.youtube.com/@SolDoesTech # License..? - You may copy, edit and ditribute this script any way you like, enjoy! :) -# The follwoing will attempt to install all needed packages to run Hyprland +# The following will attempt to install all needed packages to run Hyprland # This is a quick and dirty script there are some error checking # IMPORTANT - This script is meant to run on a clean fresh Arch install on physical hardware -# Define the software that would be inbstalled +# Define the software that would be installed + #Need some prep work prep_stage=( qt5-wayland @@ -389,4 +390,4 @@ if [[ $HYP == "Y" || $HYP == "y" ]]; then exec sudo systemctl start sddm &>> $INSTLOG else exit -fi \ No newline at end of file +fi From fecd99c2641fae117fdc1a0510c221f9fbc73166 Mon Sep 17 00:00:00 2001 From: KingLouis0420 Date: Fri, 28 Jun 2024 06:26:04 -0500 Subject: [PATCH 2/4] Fond one another typo --- set-hypr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/set-hypr b/set-hypr index 0c12874e..5df8a578 100755 --- a/set-hypr +++ b/set-hypr @@ -187,7 +187,7 @@ fi #### Check for package manager #### if [ ! -f /sbin/yay ]; then - echo -en "$CNT - Configuering yay." + echo -en "$CNT - Configuring yay." git clone https://aur.archlinux.org/yay.git &>> $INSTLOG cd yay makepkg -si --noconfirm &>> ../$INSTLOG & From abd26e2a298c4cbf38e669b8e6990e28ad1c8bec Mon Sep 17 00:00:00 2001 From: King Louis <50590708+KingLouis0420@users.noreply.github.com> Date: Mon, 12 Aug 2024 03:32:34 -0500 Subject: [PATCH 3/4] fix for nwg-look-bin error fix for nwg-look-bin not found error replaced with nwg-look --- set-hypr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/set-hypr b/set-hypr index 5df8a578..ffc7b8e0 100755 --- a/set-hypr +++ b/set-hypr @@ -72,7 +72,7 @@ install_stage=( noto-fonts-emoji lxappearance xfce4-settings - nwg-look-bin + nwg-look sddm ) From 8cdc9adcb6ff1395dc5b7963274f30b9393e7073 Mon Sep 17 00:00:00 2001 From: King Louis <50590708+KingLouis0420@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:41:27 -0600 Subject: [PATCH 4/4] Fix --- HyprV/hypr/hyprland.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/HyprV/hypr/hyprland.conf b/HyprV/hypr/hyprland.conf index c666d1c7..3eede3b8 100644 --- a/HyprV/hypr/hyprland.conf +++ b/HyprV/hypr/hyprland.conf @@ -72,11 +72,12 @@ decoration { blurls = lockscreen - drop_shadow = yes - shadow_range = 4 - shadow_render_power = 3 - col.shadow = rgba(1a1a1aee) -} + shadow { + enabled = true + range = 4 + render_power = 3 + color = rgba(1a1a1aee) + } animations { enabled = yes