From 98bd6afba690c6013ba26182eb6b5347af2745d5 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 12 Mar 2025 22:14:52 +0900 Subject: this is ajoke --- config/hypr/UserConfigs/Startup_Apps.conf | 3 --- config/hypr/pyprland.toml | 14 -------------- config/hypr/v2.3.13 | 5 ----- copy.sh | 7 ------- 4 files changed, 29 deletions(-) delete mode 100644 config/hypr/pyprland.toml delete mode 100644 config/hypr/v2.3.13 diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index e5fa2bae..473723fc 100644 --- a/config/hypr/UserConfigs/Startup_Apps.conf +++ b/config/hypr/UserConfigs/Startup_Apps.conf @@ -37,9 +37,6 @@ exec-once = $UserScripts/RainbowBorders.sh # Starting hypridle to start hyprlock exec-once = hypridle -# Start pyprland daemon -exec-once = pypr & - # Here are list of features available but disabled by default # exec-once = swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper diff --git a/config/hypr/pyprland.toml b/config/hypr/pyprland.toml deleted file mode 100644 index 731a8093..00000000 --- a/config/hypr/pyprland.toml +++ /dev/null @@ -1,14 +0,0 @@ -# /* ----------- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ -------- */ # - -[pyprland] - -plugins = [ - "scratchpads", - "magnify", -] - -[scratchpads.term] -animation = "fromTop" -command = "kitty --class kitty-dropterm" -class = "kitty-dropterm" -size = "75% 60%" diff --git a/config/hypr/v2.3.13 b/config/hypr/v2.3.13 deleted file mode 100644 index 31b3414d..00000000 --- a/config/hypr/v2.3.13 +++ /dev/null @@ -1,5 +0,0 @@ -### https://github.com/JaKooLit ### -## https://github.com/JaKooLit/Hyprland-Dots -## This is to have a reference of which version would be - -## note that this will always be higher than the released versions \ No newline at end of file diff --git a/copy.sh b/copy.sh index 2e61e9c6..5de95000 100755 --- a/copy.sh +++ b/copy.sh @@ -115,13 +115,6 @@ if hostnamectl | grep -q 'Operating System: NixOS'; then sed -i '/^exec-once = \$scriptsDir\/Polkit\.sh$/ s/^#*/#/' config/hypr/UserConfigs/Startup_Apps.conf fi -# to check if Debian or Ubuntu or based distros -if grep -iq '^\(ID_LIKE\|ID\)=.*\(debian\|ubuntu\)' /etc/os-release >/dev/null 2>&1; then - echo "${INFO} Debian/Ubuntu based distro. Disabling pyprland since it does not work properly" 2>&1 | tee -a "$LOG" || true - # disabling pyprland as causing issues - sed -i '/^\s*exec-once = pypr &\s*/ s/^/#/' config/hypr/UserConfigs/Startup_Apps.conf -fi - # activating hyprcursor on env by checking if the directory ~/.icons/Bibata-Modern-Ice/hyprcursors exists if [ -d "$HOME/.icons/Bibata-Modern-Ice/hyprcursors" ]; then HYPRCURSOR_ENV_FILE="config/hypr/UserConfigs/ENVariables.conf" -- cgit v1.2.3 From 244914235cf24ba3cc17e320b4b7cc890d0b6d31 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 12 Mar 2025 23:23:22 +0900 Subject: increased and center the YAD sddm settings background --- config/hypr/UserConfigs/WindowRules.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 3eafedbe..67592fee 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -142,7 +142,8 @@ windowrulev2 = center, title:^(Add Folder to Workspace)$ windowrulev2 = float, initialTitle:(Open Files) windowrulev2 = size 70% 60%, initialTitle:(Open Files) windowrulev2 = float, title:^(SDDM Background)$ #KooL's Dots YAD for setting SDDM background -windowrulev2 = size 15% 10%, title:^(SDDM Background)$ #KooL's Dots YAD for setting SDDM background +windowrulev2 = center, title:^(SDDM Background)$ #KooL's Dots YAD for setting SDDM background +windowrulev2 = size 16% 12%, title:^(SDDM Background)$ #KooL's Dots YAD for setting SDDM background # OPACITY windowrulev2 = opacity 0.9 0.7, tag:browser* -- cgit v1.2.3 From 6cc2115f6721e4b1e3d6f3da5205620d02c0b6b3 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 13 Mar 2025 00:09:11 +0900 Subject: minor wlogout style update --- config/wlogout/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/wlogout/style.css b/config/wlogout/style.css index ce227160..f1c12456 100644 --- a/config/wlogout/style.css +++ b/config/wlogout/style.css @@ -19,11 +19,13 @@ button { transition: all 0.3s cubic-bezier(.55, 0.0, .28, 1.682), box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out; border-radius: 80px; border:0px; + outline-style: none; } button:focus { background-size: 50%; border: 0px; + outline-style: none; } @@ -33,6 +35,7 @@ button:hover { background-size: 50%; margin: 30px; border-radius: 80px; + outline-style: none; } -- cgit v1.2.3 From 6bc08c10042e4d8f08946c9885878b5c6b22d375 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 13 Mar 2025 19:22:21 +0900 Subject: updated discord links --- CONTRIBUTING.md | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 982420df..1113a8c9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,4 +67,4 @@ Thank you for your interest in contributing to Community Standards! We welcome a ## Contact -If you have any questions, feel free to contact via [GitHub Discussions](https://github.com/JaKooLit/Hyprland-Dots/discussions) or [Through Discord Server](https://discord.gg/V2SJ92vbEN) +If you have any questions, feel free to contact via [GitHub Discussions](https://github.com/JaKooLit/Hyprland-Dots/discussions) or [Through Discord Server](https://discord.gg/kool-tech-world) diff --git a/README.md b/README.md index 28751042..65dceaac 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ โ€ƒ
โ€ƒDiscussionsโ€ƒ
โ€ƒ
   โ€ƒ
โ€ƒKeybindsโ€ƒ
โ€ƒ
   โ€ƒ
โ€ƒFAQโ€ƒ
โ€ƒ
   - โ€ƒ
โ€ƒDiscordโ€ƒ
โ€ƒ
+ โ€ƒ
โ€ƒDiscordโ€ƒ
โ€ƒ

-![GitHub Repo stars](https://img.shields.io/github/stars/JaKooLit/Hyprland-Dots?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/JaKooLit/Hyprland-Dots?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/JaKooLit/Hyprland-Dots?style=for-the-badge&color=cba6f7) +![GitHub Repo stars](https://img.shields.io/github/stars/JaKooLit/Hyprland-Dots?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/JaKooLit/Hyprland-Dots?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/JaKooLit/Hyprland-Dots?style=for-the-badge&color=cba6f7)
@@ -177,7 +177,7 @@ chmod +x upgrade.sh #### ๐Ÿ”ฎ Discord Server -- kindly join my [Discord](https://discord.com/invite/9JEgZsfhex) +- kindly join my [Discord](https://discord.com/invite/kool-tech-world) ### ๐Ÿ’– Support -- cgit v1.2.3 From d35e893d3008d768eebd3e6ddca394ad845a7d34 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 13 Mar 2025 19:29:15 +0900 Subject: updated ENVariables.conf --- config/hypr/UserConfigs/ENVariables.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/hypr/UserConfigs/ENVariables.conf b/config/hypr/UserConfigs/ENVariables.conf index 3ab9e94e..43d41a1e 100644 --- a/config/hypr/UserConfigs/ENVariables.conf +++ b/config/hypr/UserConfigs/ENVariables.conf @@ -1,10 +1,7 @@ # /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ # # Environment variables. See https://wiki.hyprland.org/Configuring/Environment-variables/ -# Set your defaults here -#env = EDITOR,vim #default editor -# NOTE: v2.3.13 - this is moved to ~/.config/hypr/UserConfigs/01-UserDefaults.conf -# This line will be removed in v2.3.14 +# Set your defaults editor through ENV in ~/.config/hypr/UserConfigs/01-UserDefaults.con # environment-variables # Toolkit Backend Variables -- cgit v1.2.3 From 2cf856542f5b742b06ac20ff7f2e299b89f51448 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 13 Mar 2025 19:37:46 +0900 Subject: updated some wordings --- README.md | 2 +- config/hypr/scripts/DarkLight.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65dceaac..42430242 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ curl -sL https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distro-Hy ### ๐Ÿ’ฅ Copying / Installation / Update instructions ๐Ÿ’ฅ - [`MORE INFO HERE`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update) > [!Note] -> The auto copy script "copy.sh" will create backups of intended folders to be copied. However, still a good idea to manually backup just incase script failed to backup! +> The auto copy script "copy.sh" will create backups of intended directories to be copied. However, still a good idea to manually backup just incase script failed to backup! - clone this repo by using git. Change directory, make executable and run the script > to download from Master branch diff --git a/config/hypr/scripts/DarkLight.sh b/config/hypr/scripts/DarkLight.sh index 96d43fa7..90c44e97 100755 --- a/config/hypr/scripts/DarkLight.sh +++ b/config/hypr/scripts/DarkLight.sh @@ -1,7 +1,7 @@ #!/bin/bash ## /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## # For Dark and Light switching -# Note: Scripts are looking for keywords Light or Dark except for wallpapers as the are in a separate folders +# Note: Scripts are looking for keywords Light or Dark except for wallpapers as the are in a separate directories # Paths wallpaper_base_path="$HOME/Pictures/wallpapers/Dynamic-Wallpapers" -- cgit v1.2.3 From dac72e079c34ee92faeda12ebf70acf4cb3def45 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 13 Mar 2025 19:54:34 +0900 Subject: updated KooL_quick-Settings.sh - Added User Defaults --- config/hypr/scripts/Kool_Quick_Settings.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/hypr/scripts/Kool_Quick_Settings.sh b/config/hypr/scripts/Kool_Quick_Settings.sh index b26f5beb..d6949007 100755 --- a/config/hypr/scripts/Kool_Quick_Settings.sh +++ b/config/hypr/scripts/Kool_Quick_Settings.sh @@ -22,6 +22,7 @@ UserScripts="$HOME/.config/hypr/UserScripts" # Function to display the menu options without numbers menu() { cat < /dev/null; then pkill rofi fi -main +main \ No newline at end of file -- cgit v1.2.3 From df0358f59e99b0f084ea784ae17ae875b7a5ac33 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 13 Mar 2025 20:15:27 +0900 Subject: updated copy.sh --- copy.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/copy.sh b/copy.sh index 5de95000..f037e476 100755 --- a/copy.sh +++ b/copy.sh @@ -677,7 +677,7 @@ if [ -d "$BACKUP_HYPR_PATH" ]; then done # Restore files automatically - FILE_B=("monitors.conf" "workspaces.conf" "pyprland.toml") + FILE_B=("monitors.conf" "workspaces.conf") for FILE_RESTORE in "${FILE_B[@]}"; do BACKUP_FILE="$BACKUP_HYPR_PATH/$FILE_RESTORE" @@ -732,7 +732,7 @@ if [ -d "$BACKUP_DIR_PATH" ]; then echo "${ERROR} - Failed to restore $FILE_NAME!" 2>&1 | tee -a "$LOG" fi else - echo "${NOTE} - Skipped restoring $FILE_NAME." + echo "${NOTE} - Skipped restoring $FILE_NAME." 2>&1 | tee -a "$LOG" fi fi done @@ -767,7 +767,7 @@ if [ -d "$BACKUP_DIR_PATH_S" ]; then echo "${ERROR} - Failed to restore $SCRIPT_NAME!" 2>&1 | tee -a "$LOG" fi else - echo "${NOTE} - Skipped restoring $SCRIPT_NAME." + echo "${NOTE} - Skipped restoring $SCRIPT_NAME." 2>&1 | tee -a "$LOG" fi fi done @@ -803,7 +803,7 @@ if [ -d "$BACKUP_DIR_PATH_F" ]; then echo "${ERROR} - Failed to restore $FILE_RESTORE!" 2>&1 | tee -a "$LOG" fi else - echo "${NOTE} - Skipped restoring $FILE_RESTORE." + echo "${NOTE} - Skipped restoring $FILE_RESTORE." 2>&1 | tee -a "$LOG" fi else echo "${ERROR} - Backup file $BACKUP_FILE does not exist." -- cgit v1.2.3 From c8ad766d20fe68a3073b2f7d352cab5acf940837 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 13 Mar 2025 20:24:28 +0900 Subject: disabled blank issue template --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..ec4bb386 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false \ No newline at end of file -- cgit v1.2.3 From ea9faf8d25fed76c32bb667430c6dfd7dfaff729 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 13 Mar 2025 20:38:30 +0900 Subject: updated windowrules.conf --- config/hypr/UserConfigs/WindowRules.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 67592fee..d15d4d00 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -13,6 +13,7 @@ windowrulev2 = tag +browser, class:^(Brave-browser(-beta|-dev|-unstable)?)$ windowrulev2 = tag +browser, class:^([Tt]horium-browser|[Cc]achy-browser)$ windowrulev2 = tag +browser, class:^(zen-alpha|zen)$ windowrulev2 = tag +notif, class:^(swaync-control-center|swaync-notification-window|swaync-client|class)$ +windowrulev2 = tag +KooL_Cheat, title:^(KooL Quick Cheat Sheet)$ windowrulev2 = tag +KooL_Settings, title:^(KooL Hyprland Settings)$ windowrulev2 = tag +KooL-Settings, class:^(nwg-displays|nwg-look)$ @@ -81,7 +82,7 @@ windowrulev2 = tag +viewer, class:^(eog|org.gnome.Loupe)$ # image viewer # POSITION # windowrulev2 = center,floating:1 # warning, it cause even the menu to float and center. -windowrulev2 = center, title:^(KooL Quick Cheat Sheet)$ +windowrulev2 = center, tag:KooL_Cheat* windowrulev2 = center, class:([Tt]hunar), title:negative:(.*[Tt]hunar.*) windowrulev2 = center, title:^(ROG Control)$ windowrulev2 = center, tag:KooL-Settings* @@ -113,7 +114,7 @@ windowrulev2 = workspace 6 silent, class:^(.virt-manager-wrapped)$ windowrulev2 = workspace 9 silent, tag:multimedia* # FLOAT -windowrulev2 = float, title:^(KooL Quick Cheat Sheet)$ +windowrulev2 = float, tag:KooL_Cheat* windowrulev2 = float, tag:wallpaper* windowrulev2 = float, tag:settings* windowrulev2 = float, tag:viewer* @@ -163,7 +164,7 @@ windowrulev2 = opacity 0.95 0.75, title:^(Picture-in-Picture)$ # SIZE -windowrulev2 = size 65% 90%, title:^(KooL Quick Cheat Sheet)$ +windowrulev2 = size 65% 90%, tag:KooL_Cheat* windowrulev2 = size 70% 70%, tag:wallpaper* windowrulev2 = size 70% 70%, tag:settings* windowrulev2 = size 60% 70%, class:^([Ww]hatsapp-for-linux|ZapZap|com.rtosta.zapzap)$ @@ -200,4 +201,4 @@ layerrule = ignorezero, notifications #layerrule = ignorezero, #layerrule = ignorezero, overview -#layerrule = blur, overview +#layerrule = blur, overview \ No newline at end of file -- cgit v1.2.3 From 4dcf1e307cdbefbcc3c00b7812c7c56a25380f6f Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 13 Mar 2025 20:59:30 +0900 Subject: updated copy.sh highlighting about restoring old configs --- copy.sh | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/copy.sh b/copy.sh index f037e476..ac834ec0 100755 --- a/copy.sh +++ b/copy.sh @@ -715,9 +715,17 @@ if [ -z "$BACKUP_DIR" ]; then fi if [ -d "$BACKUP_DIR_PATH" ]; then - echo -e "${NOTE} Restoring previous ${MAGENTA}User-Configs${RESET}... " - echo -e "${WARN} ${WARNING}If you decide to restore the old configs, make sure to handle the updates or changes manually${RESET}." - echo -e "${INFO} Kindly Visit and check KooL's Hyprland-Dots GitHub page for the history of commits." + echo -e "${NOTE} Restoring previous ${MAGENTA}User-Configs${RESET}... " + print_color $WARNING " + โ–ˆโ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–ˆ + NOTES for RESTORING PREVIOUS CONFIGS + โ–ˆโ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–„โ–ˆ + + If you decide to restore your old configs, make sure to + handle the updates or changes manually !!! + " + echo -e "${MAGENTA}Kindly Visit and check KooL's Hyprland-Dots GitHub page for the history of commits.${RESET}" + for FILE_NAME in "${FILES_TO_RESTORE[@]}"; do BACKUP_FILE="$BACKUP_DIR_PATH/$FILE_NAME" -- cgit v1.2.3 From 704b5311eff50605362f532378efe7a988bb2e17 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 13 Mar 2025 23:05:51 +0900 Subject: edited Dark-Light.sh to not close kitty during theme switch --- config/hypr/scripts/DarkLight.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/hypr/scripts/DarkLight.sh b/config/hypr/scripts/DarkLight.sh index 90c44e97..1bc1602f 100755 --- a/config/hypr/scripts/DarkLight.sh +++ b/config/hypr/scripts/DarkLight.sh @@ -21,7 +21,7 @@ pallete_dark="dark16" pallete_light="light16" # intial kill process -for pid in kitty waybar rofi swaync ags swaybg; do +for pid in waybar rofi swaync ags swaybg; do killall -SIGUSR1 "$pid" done @@ -115,6 +115,10 @@ else sed -i '/^cursor /s/^cursor .*/cursor #000000/' "${kitty_conf}" fi +for pid_kitty in $(pidof kitty); do + kill -SIGUSR1 "$pid_kitty" +done + # Set Dynamic Wallpaper for Dark or Light Mode if [ "$next_mode" = "Dark" ]; then next_wallpaper="$(find -L "${dark_wallpapers}" -type f \( -iname "*.jpg" -o -iname "*.png" \) -print0 | shuf -n1 -z | xargs -0)" @@ -235,7 +239,7 @@ ${SCRIPTSDIR}/WallustSwww.sh && sleep 2 # kill process -for pid1 in kitty waybar rofi swaync ags swaybg; do +for pid1 in waybar rofi swaync ags swaybg; do killall "$pid1" done -- cgit v1.2.3 From fca00ebf28c85a93a66e414aff78263868a22388 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 13 Mar 2025 23:22:50 +0900 Subject: replaced folders//folder with directories/directory --- config/hypr/UserConfigs/00-Readme | 4 ++-- config/hypr/UserScripts/00-Readme | 4 ++-- config/hypr/UserScripts/RofiBeats.sh | 6 +++--- config/hypr/scripts/RofiEmoji.sh | 4 ++-- copy.sh | 2 +- upgrade.sh | 34 +++++++++++++++++----------------- 6 files changed, 27 insertions(+), 27 deletions(-) diff --git a/config/hypr/UserConfigs/00-Readme b/config/hypr/UserConfigs/00-Readme index 1a20de3c..e989d2bb 100644 --- a/config/hypr/UserConfigs/00-Readme +++ b/config/hypr/UserConfigs/00-Readme @@ -2,9 +2,9 @@ KooL's Hyprland-Dots -1.) Suggest not to rename any files in this folder. As this is connected and being sourced from hyprland.conf in ~/.config/hypr +1.) Suggest not to rename any files in this directory. As this is connected and being sourced from hyprland.conf in ~/.config/hypr -2.) This folder, along with UserScripts folder will NOT be touch when running upgrade.sh +2.) This directory, along with UserScripts directory will NOT be touch when running upgrade.sh 3.) However, if hyprland has a big change in settings, i.e., blur section is moved into another group, you should managed the change yourself. diff --git a/config/hypr/UserScripts/00-Readme b/config/hypr/UserScripts/00-Readme index 7dcd9881..091bac85 100755 --- a/config/hypr/UserScripts/00-Readme +++ b/config/hypr/UserScripts/00-Readme @@ -1,5 +1,5 @@ # /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ # # Place your new scripts here. -# If you need to edit a script from main script (~/.config/hypr/scripts), copy it on this folder, and edit. -# Make sure to update as well the keybinds in ~/.config/hypr/UserConfigs folder if any script is linked to it \ No newline at end of file +# If you need to edit a script from main script (~/.config/hypr/scripts), copy it on this directory, and edit. +# Make sure to update as well the keybinds in ~/.config/hypr/UserConfigs directory if any script is linked to it \ No newline at end of file diff --git a/config/hypr/UserScripts/RofiBeats.sh b/config/hypr/UserScripts/RofiBeats.sh index 4587e720..b134c8a2 100755 --- a/config/hypr/UserScripts/RofiBeats.sh +++ b/config/hypr/UserScripts/RofiBeats.sh @@ -106,16 +106,16 @@ fi # Prompt the user to choose between local and online music -user_choice=$(printf "Play from Online Stations\nPlay from Music Folder\nShuffle Play from Music Folder" | rofi -dmenu -config $rofi_theme_1) +user_choice=$(printf "Play from Online Stations\nPlay from Music directory\nShuffle Play from Music directory" | rofi -dmenu -config $rofi_theme_1) case "$user_choice" in - "Play from Music Folder") + "Play from Music directory") play_local_music ;; "Play from Online Stations") play_online_music ;; - "Shuffle Play from Music Folder") + "Shuffle Play from Music directory") shuffle_local_music ;; *) diff --git a/config/hypr/scripts/RofiEmoji.sh b/config/hypr/scripts/RofiEmoji.sh index da9da61f..4570831e 100755 --- a/config/hypr/scripts/RofiEmoji.sh +++ b/config/hypr/scripts/RofiEmoji.sh @@ -1192,8 +1192,8 @@ exit ๐Ÿ–๏ธ crayon drawing creativity ๐Ÿ“ memo write documents stationery pencil paper writing legal exam quiz test study compose ๐Ÿ’ผ briefcase business documents work law legal job career -๐Ÿ“ file folder documents business office -๐Ÿ“‚ open file folder documents load +๐Ÿ“ file directory documents business office +๐Ÿ“‚ open file directory documents load ๐Ÿ—‚๏ธ card index dividers organizing business stationery ๐Ÿ“… calendar calendar schedule ๐Ÿ“† tear off calendar schedule date planning diff --git a/copy.sh b/copy.sh index ac834ec0..54f6109b 100755 --- a/copy.sh +++ b/copy.sh @@ -83,7 +83,7 @@ print_color() { # Set the name of the log file to include the current date and time LOG="Copy-Logs/install-$(date +%d-%H%M%S)_dotfiles.log" -# update home folders +# update home directories xdg-user-dirs-update 2>&1 | tee -a "$LOG" || true # setting up for nvidia diff --git a/upgrade.sh b/upgrade.sh index 0039cee6..034d7a2c 100755 --- a/upgrade.sh +++ b/upgrade.sh @@ -133,39 +133,39 @@ if version_gt "$latest_version" "$stored_version"; then read -r answer if [[ "$answer" =~ ^[Yy]$ ]]; then # Loop through directories for comparison - for source_folder in "${!directories[@]}"; do - target_folder="${directories[$source_folder]}" - echo "$YELLOW Comparing directories: $source_folder and $target_folder" $RESET - # Compare source and target folders - comparison=$(compare_directories "$source_folder" "$target_folder") + for source_directory in "${!directories[@]}"; do + target_directory="${directories[$source_directory]}" + echo "$YELLOW Comparing directories: $source_directory and $target_directory" $RESET + # Compare source and target directories + comparison=$(compare_directories "$source_directory" "$target_directory") if [ -n "$comparison" ]; then - echo "$NOTE Here are difference of $source_folder and $target_folder:" + echo "$NOTE Here are difference of $source_directory and $target_directory:" echo "$comparison" printf "\n%.0s" {1..2} # Prompt user for action - echo "$CAT Do you want to copy files and folders from $source_folder to $target_folder? (Y/N)" + echo "$CAT Do you want to copy files and directories from $source_directory to $target_directory? (Y/N)" read -r answer if [[ "$answer" =~ ^[Yy]$ ]]; then - # Creating backup of the target folder - create_backup "$target_folder" + # Creating backup of the target directory + create_backup "$target_directory" printf "\n%.0s" {1..2} - # Copy differences from source folder to target folder - rsync -av --delete ${exclusions[$source_folder]} "$source_folder" "$target_folder" - echo "$NOTE Differences of "$target_folder" copied successfully." 2>&1 | tee -a "$LOG" + # Copy differences from source directory to target directory + rsync -av --delete ${exclusions[$source_directory]} "$source_directory" "$target_directory" + echo "$NOTE Differences of "$target_directory" copied successfully." 2>&1 | tee -a "$LOG" printf "\n%.0s" {1..2} else - echo "$NOTE No changes were made for $target_folder" 2>&1 | tee -a "$LOG" + echo "$NOTE No changes were made for $target_directory" 2>&1 | tee -a "$LOG" fi else - echo "$OK No differences found between $source_folder and $target_folder" 2>&1 | tee -a "$LOG" + echo "$OK No differences found between $source_directory and $target_directory" 2>&1 | tee -a "$LOG" fi done printf "\n%.0s" {1..2} - echo "$NOTE Files or Folders updated successfully to version $latest_version" 2>&1 | tee -a "$LOG" + echo "$NOTE Files or directories updated successfully to version $latest_version" 2>&1 | tee -a "$LOG" # Set some files as executable chmod +x "$HOME/.config/hypr/scripts/"* 2>&1 | tee -a "$LOG" @@ -173,7 +173,7 @@ if version_gt "$latest_version" "$stored_version"; then # Set executable for initial-boot.sh chmod +x "$HOME/.config/hypr/initial-boot.sh" 2>&1 | tee -a "$LOG" else - echo "$MAGENTA Upgrade declined. No files or folders changed" 2>&1 | tee -a "$LOG" + echo "$MAGENTA Upgrade declined. No files or directories changed" 2>&1 | tee -a "$LOG" fi else echo "$OK ๐Ÿ‘Œ No upgrade found. The installed version ${MAGENTA}($stored_version)${RESET} is up to date with the KooL Hyprland-Dots version ${YELLOW}($latest_version)${RESET}" 2>&1 | tee -a "$LOG" @@ -181,7 +181,7 @@ fi printf "\n%.0s" {1..3} echo "$(tput bold)$(tput setaf 3)ATTENTION!!!! VERY IMPORTANT NOTICE!!!! $(tput sgr0)" -echo "$(tput bold)$(tput setaf 7)If you updated waybar folder, and you have your own waybar layout and styles $(tput sgr0)" +echo "$(tput bold)$(tput setaf 7)If you updated waybar directory, and you have your own waybar layout and styles $(tput sgr0)" echo "$(tput bold)$(tput setaf 7)Copy those files from the created backup ~/.config/waybar-b4-upgrade $(tput sgr0)" echo "$(tput bold)$(tput setaf 7)Make sure to set your waybar and style before logout or reboot $(tput sgr0)" echo "$(tput bold)$(tput setaf 7)SUPER CTRL B for Waybar Styles and SUPER ALT B for Waybar Layout $(tput sgr0)" -- cgit v1.2.3 From 65f7b0869b895594c3875c7a14cf3281d0111ac5 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 14 Mar 2025 00:17:01 +0900 Subject: updated defaultt rofi style --- config/rofi/config.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 0a75c1f6..781e44cb 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -20,4 +20,4 @@ /* You can manually change here or you can use rofi theme selector SUPER SHIFT E */ -@theme "~/.config/rofi/themes/KooL_style-9.rasi" +@theme "~/.config/rofi/themes/KooL_style-4.rasi" -- cgit v1.2.3 From f84061e037ac69c0bfeb7dd3833448262926fa33 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 14 Mar 2025 00:47:17 +0900 Subject: added tooltip on mpris, updated waybar 0-ja-0 layout --- config/waybar/Modules | 2 ++ config/waybar/configs/[TOP] 0-Ja-0 | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config/waybar/Modules b/config/waybar/Modules index 8055736d..4fec766e 100644 --- a/config/waybar/Modules +++ b/config/waybar/Modules @@ -246,6 +246,8 @@ "on-scroll-up": "$HOME/.config/hypr/scripts/Volume.sh --inc", "on-scroll-down": "$HOME/.config/hypr/scripts/Volume.sh --dec", "smooth-scrolling-threshold": 1, + "tooltip": true, + "tooltip-format": "{status_icon} {dynamic}\nLeft Click: previous\nMid Click: Pause\nRight Click: Next", "player-icons": { "chromium": "๏‰จ", "default": "๏€", diff --git a/config/waybar/configs/[TOP] 0-Ja-0 b/config/waybar/configs/[TOP] 0-Ja-0 index 7c91497c..5c9393ff 100644 --- a/config/waybar/configs/[TOP] 0-Ja-0 +++ b/config/waybar/configs/[TOP] 0-Ja-0 @@ -27,7 +27,8 @@ "tray", "custom/separator#blank", "clock", - "custom/playerctl", + "custom/separator#blank_2", + "mpris", "custom/separator#blank_2", "hyprland/window", ], -- cgit v1.2.3 From 97df1982e5b55a2bfd58e10ffba0900dd9896f76 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 14 Mar 2025 01:04:14 +0900 Subject: updated color background - message Rofi Style 4 --- config/rofi/themes/KooL_style-4.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rofi/themes/KooL_style-4.rasi b/config/rofi/themes/KooL_style-4.rasi index 7c34d61e..ea7b1977 100644 --- a/config/rofi/themes/KooL_style-4.rasi +++ b/config/rofi/themes/KooL_style-4.rasi @@ -305,7 +305,7 @@ textbox { border: 0px solid; border-radius: 8px; border-color: @border-color; - background-color: @alternate-background; + background-color: @color0; text-color: @foreground-color; vertical-align: 0.5; horizontal-align: 0.5; -- cgit v1.2.3