From 0ce0849551f3f828a0c10a5c4fb40fbb77f4cb7d Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Tue, 3 Oct 2023 18:40:18 +0000 Subject: [PATCH 1/7] Update hyprland.conf --- hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 238836d..fa700d8 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -11,8 +11,8 @@ # ----------------------------------------------------- # Keyboard Layout # ----------------------------------------------------- -$keyboardlayout=de -# $keyboardlayout = us +# $keyboardlayout=de +$keyboardlayout = us # ----------------------------------------------------- # Monitor Setup From 9ec30a5630b3a1f047cff77cccf2ccfcf5a7a692 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 4 Oct 2023 09:31:23 +0000 Subject: [PATCH 2/7] Update layout --- wlogout/layout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wlogout/layout b/wlogout/layout index 568bc3d..50891a8 100644 --- a/wlogout/layout +++ b/wlogout/layout @@ -12,7 +12,7 @@ } { "label" : "logout", - "action" : "sleep 1; hyprctl dispatch exit", + "action" : "sleep 1; loginctl terminate-user $USER", "text" : "Logout", "keybind" : "e" } From 48393688c56f8f32342218091ed0c4604d5a76ed Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 4 Oct 2023 12:39:45 +0000 Subject: [PATCH 3/7] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ff805d2..1208cfc 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,13 @@ Included is a pywal configuration that changes the color scheme based on a rando ## Screenshots & Video -Click to watch on YouTube +Click to watch on YouTube -Click to watch on YouTube +Click to watch on YouTube -Click to watch on YouTube +Click to watch on YouTube -Watch on YouTube +Watch on YouTube You can find more screenshots here. From 898e380479f57359687e251001ad538e8efd045a Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 4 Oct 2023 15:06:38 +0000 Subject: [PATCH 4/7] Hotfix darktheme for GTK applications --- hypr/conf/environment.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/hypr/conf/environment.conf b/hypr/conf/environment.conf index 9109f47..1820232 100644 --- a/hypr/conf/environment.conf +++ b/hypr/conf/environment.conf @@ -5,3 +5,4 @@ env = WLR_NO_HARDWARE_CURSORS, 1 env = WLR_RENDERER_ALLOW_SOFTWARE, 1 env = XCURSOR_SIZE,24 +env = GTK_THEME,Adwaita:dark From 09a64254fc99aef169c68ee25393417d92689f65 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 4 Oct 2023 17:39:24 +0000 Subject: [PATCH 5/7] Update lockscreentime.sh idle times doubled. --- scripts/lockscreentime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lockscreentime.sh b/scripts/lockscreentime.sh index 9ef3445..ae732e2 100755 --- a/scripts/lockscreentime.sh +++ b/scripts/lockscreentime.sh @@ -2,7 +2,7 @@ if [ -f "/usr/bin/swayidle" ]; then echo "swayidle is installed." - swayidle -w timeout 300 'swaylock -f' timeout 360 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' + swayidle -w timeout 600 'swaylock -f' timeout 660 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' else echo "swayidle not installed." fi; From 8493bac4a65b3dbbd05ab1a902cf6a44a8599e10 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 11 Oct 2023 11:27:20 +0000 Subject: [PATCH 6/7] Update hyprland.conf --- hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index fa700d8..f11aaf0 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -20,7 +20,7 @@ $keyboardlayout = us # ----------------------------------------------------- monitor=,preferred,auto,1 # monitor=,2560x1440@120,auto,1 -# monitor=,1920x1080@120,auto,1 +# monitor=,1920x1080,auto,1 # ----------------------------------------------------- # Autostart & Environment From 9c5a45efa4bbbffd1df9363dbe54aa8339bc1ee5 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Tue, 17 Oct 2023 19:53:37 +0000 Subject: [PATCH 7/7] Add base devel to ensure yay installation --- 1-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/1-install.sh b/1-install.sh index 76b4eb0..268038f 100755 --- a/1-install.sh +++ b/1-install.sh @@ -32,6 +32,7 @@ if sudo pacman -Qs yay > /dev/null ; then echo "yay is installed. You can proceed with the installation" else echo "yay is not installed. Will be installed now!" + _installPackagesPacman "base-devel" git clone https://aur.archlinux.org/yay-git.git ~/yay-git cd ~/yay-git makepkg -si