From 7398926a7ab04ca3ac952e8eb999f4f815f6fffe Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Fri, 22 Sep 2023 15:49:37 +0000 Subject: [PATCH 1/3] 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 9f498f9..d5e4e93 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -18,8 +18,8 @@ env = WLR_RENDERER_ALLOW_SOFTWARE, 1 # Monitor Setup # See https://wiki.hyprland.org/Configuring/Monitors/ # ----------------------------------------------------- -monitor=,2560x1440@120,auto,1 -# monitor=,preferred,auto,1 +# monitor=,2560x1440@120,auto,1 +monitor=,preferred,auto,1 # monitor=,1920x1080,auto,1 # ----------------------------------------------------- From fdb298ea4b7e9ac2bfc1c7d921feb9959efffc8c Mon Sep 17 00:00:00 2001 From: hasecilu Date: Sat, 23 Sep 2023 13:22:15 -0600 Subject: [PATCH 2/3] Fix typo: hiberate -> hibernate. --- wlogout/icons/{hiberate.png => hibernate.png} | Bin wlogout/style.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename wlogout/icons/{hiberate.png => hibernate.png} (100%) diff --git a/wlogout/icons/hiberate.png b/wlogout/icons/hibernate.png similarity index 100% rename from wlogout/icons/hiberate.png rename to wlogout/icons/hibernate.png diff --git a/wlogout/style.css b/wlogout/style.css index 0f68c0d..d66e2dd 100644 --- a/wlogout/style.css +++ b/wlogout/style.css @@ -79,7 +79,7 @@ Buttons #hibernate { margin: 10px; border-radius: 20px; - background-image: image(url("icons/hiberate.png")); + background-image: image(url("icons/hibernate.png")); } #shutdown { From 0d262c187ed0deaa735f5481348cab941dd1cf23 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Mon, 25 Sep 2023 12:16:36 +0000 Subject: [PATCH 3/3] Add pywal initiation to the script --- 3-dotfiles.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/3-dotfiles.sh b/3-dotfiles.sh index f1514aa..54df80d 100755 --- a/3-dotfiles.sh +++ b/3-dotfiles.sh @@ -78,7 +78,9 @@ _installSymLink starship ~/.config/starship.toml ~/dotfiles/starship/starship.to _installSymLink rofi ~/.config/rofi ~/dotfiles/rofi/ ~/.config _installSymLink dunst ~/.config/dunst ~/dotfiles/dunst/ ~/.config _installSymLink wal ~/.config/wal ~/dotfiles/wal/ ~/.config - +wal -i screenshots/ +echo "Pywal templates initiated!" +echo "" echo "-------------------------------------" echo "-> Install GTK dotfiles" echo "-------------------------------------"