aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-01-13 09:37:38 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-01-13 09:37:38 +0900
commit8c430cb1c39b08bc63f6ce831a92d76c3a8ec211 (patch)
tree859d654ed6308ce80bbb41da1080aef23ece4a7d
parentb8d9b73aaad1b00410e1b2b8468f4b33021408e7 (diff)
added blueman-applet on startup (if installed) and minor tweak on wlogout for resolutions between >2.5 <4k
-rwxr-xr-xconfig/hypr/scripts/Wlogout.sh4
-rwxr-xr-xcopy.sh5
2 files changed, 7 insertions, 2 deletions
diff --git a/config/hypr/scripts/Wlogout.sh b/config/hypr/scripts/Wlogout.sh
index b7cc220d..ed3606c5 100755
--- a/config/hypr/scripts/Wlogout.sh
+++ b/config/hypr/scripts/Wlogout.sh
@@ -6,8 +6,8 @@
# i.e 2160 means 2160p
A_2160=700
B_2160=700
-A_1600=480
-B_1600=480
+A_1600=650
+B_1600=650
A_1440=450
B_1440=450
A_1080=350
diff --git a/copy.sh b/copy.sh
index b365dee6..fe65332b 100755
--- a/copy.sh
+++ b/copy.sh
@@ -203,6 +203,11 @@ if command -v asusctl >/dev/null 2>&1; then
sed -i '/exec-once = rog-control-center &/s/^#//' config/hypr/UserConfigs/Startup_Apps.conf
fi
+# Check if blueman-applet is installed and add blueman-applet on Startup
+if command -v blueman-applet >/dev/null 2>&1; then
+ sed -i '/exec-once = blueman-applet &/s/^#//' config/hypr/UserConfigs/Startup_Apps.conf
+fi
+
printf "\n"
# Checking if neovim or vim is installed and offer user if they want to make as default editor
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage