aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* fix(copy.sh): Correct variable for resetting color in functionRubberJones2025-06-25-1/+1
| | | | | | | | | | | | Replace the undefined variable $CLEAR with the correct variable $RESET. The function attempted to reset the text color using the $CLEAR variable, which, however, was not defined anywhere in the script. This resulted in the color output not being reset after the function call. This change ensures that the correct, already defined $RESET variable is used to reset the terminal to its default state.
* refactor(copy.sh): Remove duplicate print_color functionRubberJones2025-06-25-5/+0
|
* Merge pull request #736 from JaKooLit/mainJa.KooLit2025-06-09-20/+15
|\ | | | | synchronize the readme
| * Update README.de.mdJa.KooLit2025-06-09-1/+1
| |
| * Update README.uk.mdJa.KooLit2025-06-09-2/+2
| |
| * Update README.ru.mdJa.KooLit2025-06-09-2/+2
| |
| * Update README.ro.mdJa.KooLit2025-06-09-2/+2
| |
| * Update README.jp.mdJa.KooLit2025-06-09-1/+1
| |
| * some minor readme updateJaKooLit2025-06-09-473/+11
| |
| * readme updateJaKooLit2025-06-09-1/+1
| |
| * updatedJaKooLit2025-06-09-2/+1
| |
* | Merge pull request #735 from JaKooLit/translationsJa.KooLit2025-06-09-7/+422
|\ \ | | | | | | updated readme. added Readme translations
| * \ Merge branch 'development' into translationsJa.KooLit2025-06-09-470/+726
| |\ \ | |/ / |/| / | |/
* | Merge pull request #729 from CristianSw/devJa.KooLit2025-06-09-0/+582
|\ \ | | | | | | Added Romanian, Russian and Ukrainian translation for Readme file
| * | Added additional translation to cover all region languagesCristianSw2025-06-06-0/+388
| | | | | | | | | | | | | | | | | | Added: - Russian Translation - Ukrainian Translation
| * | Created i18n folderCristianSw2025-06-06-0/+0
| | | | | | | | | | | | proposal for better structure for i18n files store translated READ.me files in dedicated folder
| * | Fixed romanian translate and reverted main READ.me fileCristianSw2025-06-06-84/+292
| | |
| * | Merge branch 'JaKooLit:main' into devCristianSw2025-06-06-9/+9
| |\ \
| * | | Added Romanian translation for Readme fileCristianSw2025-06-05-98/+84
| | | |
* | | | Merge pull request #734 from JaKooLit/mainJa.KooLit2025-06-09-11/+10
|\ \ \ \ | | | | | | | | | | main to development
* \ \ \ \ Merge pull request #730 from JaKooLit/mainJa.KooLit2025-06-06-9/+9
|\ \ \ \ \ | | |_|/ / | |/| | | Update Polkit.sh
* | | | | Merge pull request #725 from SherLock707/swaync_bypass_dndJa.KooLit2025-06-01-9/+9
|\ \ \ \ \ | | | | | | | | | | | | SwayNC DND bypass for volume and brightness notification
| * | | | | SwayNC DND bypass for volume and brightness notificationKiran George2025-06-01-9/+9
| | | | | |
* | | | | | Merge pull request #724 from SherLock707/dropdown_terminalJa.KooLit2025-06-01-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fixed drop down terminal focus
| * | | | | Fixed drop down terminal focusKiran George2025-06-01-1/+1
|/ / / / /
* | | | | Merge pull request #721 from JaKooLit/revert-720-revert-717-developmentJa.KooLit2025-05-31-13/+23
|\ \ \ \ \ | | | | | | | | | | | | Revert "Revert "Dropdown terminal improvements - Round 2""
| * | | | | Revert "Revert "Dropdown terminal improvements - Round 2""Ja.KooLit2025-05-31-13/+23
|/ / / / /
* | | | | Merge pull request #720 from JaKooLit/revert-717-developmentJa.KooLit2025-05-31-23/+13
|\ \ \ \ \ | | | | | | | | | | | | Revert "Dropdown terminal improvements - Round 2"
| * | | | | Revert "Dropdown terminal improvements - Round 2"Ja.KooLit2025-05-31-23/+13
|/ / / / /
* | | | | Merge pull request #717 from SherLock707/developmentJa.KooLit2025-05-31-13/+23
|\ \ \ \ \ | | | | | | | | | | | | Dropdown terminal improvements - Round 2
| * | | | | Dropdown terminal improvements - Round 2Kiran George2025-05-31-13/+23
|/ / / / /
* | | | | Merge pull request #713 from SherLock707/developmentJa.KooLit2025-05-27-1/+284
|\ \ \ \ \ | | | | | | | | | | | | Improved Dropdown terminal
| * | | | | Added animation similar to pyprlandKiran George2025-05-27-28/+168
| | | | | |
| * | | | | Updated dropdown terminal script to use addressed based window tracking ↵Kiran George2025-05-27-31/+109
| | | | | | | | | | | | | | | | | | | | | | | | instead of class
| * | | | | Improved Dropdown terminalKiran George2025-05-25-1/+66
| | | | | |
* | | | | | Merge pull request #715 from Humblemonk/patch-1Ja.KooLit2025-05-27-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove trailing whitespace from WindowRules.conf
| * | | | | | Remove trailing whitespace from WindowRules.confHumblemonk2025-05-27-2/+2
| | |_|_|/ / | |/| | | | | | | | | | Noticed a trailing whitespace in the latest WindowRules.conf.
* | | | | | updated hyprlock 1080pJaKooLit2025-05-27-1/+1
| | | | | |
* | | | | | updated Power.sh, renamed to Battery.sh since it is about battery informationJaKooLit2025-05-27-3/+15
| | | | | |
* | | | | | Merge pull request #705 from aditya-an1l/power-display-hyprlockJa.KooLit2025-05-25-0/+21
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | feat: Display battery level and power status on lock screen
| * | | | | Merge branch 'main' into power-display-hyprlockAditya An1l2025-05-24-2/+2
| |\ \ \ \ \
| * | | | | | feat: Add Power Info (level and status) in Hyprlock Windowaditya-an1l2025-05-22-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Display current power level (battery percentage) and power status (full, charging, discharging) at the bottom right section of Hyprlock - This feature allows laptop user to view the power info when their device are locked, especially if the device is getting discharged.
* | | | | | | updated version for developmentJaKooLit2025-05-25-0/+0
| | | | | | |
| | | | | | * updated readme. added Readme translationsJaKooLit2025-06-09-5/+1072
| | | | | |/
| | | | | * Merge pull request #733 from JaKooLit/dev-sddmJa.KooLit2025-06-09-11/+10
| | | | |/| | | | | | | | | | | | | Updated for new SDDM theme
| | | | | * Update WallpaperEffects.shJa.KooLit2025-06-08-5/+5
| | | | | |
| | | | | * Update WallpaperSelect.shJa.KooLit2025-06-08-6/+5
| | | | |/
| | | | * Update Polkit.shJa.KooLit2025-06-06-9/+9
| | | |/ | | | | | | | | ensuring a file
| | | * Merge pull request #712 from JaKooLit/developmentJa.KooLit2025-05-25-1/+1
| | | |\ | |_|_|/ |/| | | Development to Main
* | | | Merge pull request #711 from JaKooLit/mainJa.KooLit2025-05-25-32/+33
|\ \ \ \ | | |_|/ | |/| | Main to Development
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage