aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge pull request #811 from dwilliam62/feature/waybarcava-hardeningDonald Williams2025-09-20-19/+32
|\ | | | | WaybarCava: safer single-instance handling, cleanup, and robustness
| * Merge branch 'development' into feature/waybarcava-hardeningDonald Williams2025-09-20-37/+59
| |\ | |/ |/|
* | Merge pull request #818 from JaKooLit/fix/wallust-refresh-raceDonald Williams2025-09-20-35/+58
|\ \ | | | | | | Fix/wallust refresh race condition
| * \ Merge branch 'main' into fix/wallust-refresh-raceDonald Williams2025-09-20-2/+2
| |\ \
| | * \ Merge pull request #803 from ahmad9059/mainJa.KooLit2025-08-16-2/+2
| | |\ \ | | | | | | | | | | change the "when available" to "when-available"
| | | * | change the "when available" to "when-available"Ahmad Hassan2025-08-15-2/+2
| | |/ /
| * / / fix(wallust): make theme regeneration deterministic on wallpaper changeDon Williams2025-09-20-33/+56
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Accept explicit image path in WallustSwww.sh; retry swww cache briefly if not provided - Pass selected image path from WallpaperSelect.sh to WallustSwww.sh - Run WallustSwww.sh synchronously in RefreshNoWaybar.sh to ensure colors are ready before reload - Update WallpaperAutoChange.sh to call WallustSwww.sh with each rotated image This eliminates races against swww’s cache and ensures Wallust updates waybar/rofi/kitty/hypr colors immediately after changing wallpapers. Test plan: - Select a wallpaper (SUPER+W): observe updated files in ~/.config/{waybar,rofi,kitty}/ and immediate border color changes; waybar reloads with new palette - Enable auto-rotate (WallpaperAutoChange.sh): colors now update on each rotation without manual intervention Tested-by: KalebNH
* | | Merge pull request #812 from brockar/developmentDonald Williams2025-09-11-2/+1
|\ \ \ | | | | | | | | fix: gestures for hyprland 0.51.0
| * | | fix: gestures for hyprland 0.51.0brockar2025-09-11-2/+1
|/ / /
| | * WaybarCava: safer single-instance handling, cleanup, and robustness improvementsDon Williams2025-09-03-19/+32
| |/ |/|
* | restoring development branch changes?JaKooLit2025-08-09-29/+126
|/
* Merge pull request #790 from JaKooLit/dwilliam62-patch-1Ja.KooLit2025-08-05-1/+3
|\ | | | | UserSettings.conf increase ANR Threshold
| * UserSettings.conf increase ANR ThresholdDonald Williams2025-08-05-1/+3
|/ | | | enable_anr_dialog = true # Application not Responding (ANR) anr_missed_pings = 15 # ANR Threshold default 1 is too low
* updated copy.shJaKooLit2025-08-03-3/+0
|
* minor updateJaKooLit2025-07-31-9/+9
|
* updated readme Ukranian language button from uk to uaJaKooLit2025-07-31-393/+5
|
* Update UserSettings.confJa.KooLit2025-07-31-1/+1
|
* Merge pull request #781 from JaKooLit/developmentJa.KooLit2025-07-29-8/+313
|\ | | | | Development to main
| * Merge pull request #780 from Mewlkor/fix-qs-alignment-scaleJa.KooLit2025-07-28-2/+2
| |\ | | | | | | Fix: Fix qs alignment scale
| | * fix: fix window position not using correct monitor, fix scaling of windows ↵Mewlkor2025-07-27-2/+2
| |/ | | | | | | on monitors with non 1.0 scale
| * Merge pull request #779 from Mewlkor/fix-qs-alignmentJa.KooLit2025-07-27-4/+4
| |\ | | | | | | fix: fix qs overview window alignment
| | * fix: fix qs overview window alignmentMewlkor2025-07-26-4/+4
| |/ |/|
* | updated follow mouse to 1 (as per wiki)JaKooLit2025-07-26-1/+1
| |
* | implemented sddm wallpaper v2JaKooLit2025-07-26-88/+32
| |
* | added ags in refresh.sh and refreshnowaybar.shJaKooLit2025-07-26-0/+6
| |
| * Merge pull request #776 from jteijema/patch-2Ja.KooLit2025-07-27-1/+2
| |\ | | | | | | Add plex to waybar icons
| | * Add plex to waybar iconsJelle Teijema2025-07-25-1/+2
| |/ |/|
* | Merge pull request #775 from JaKooLit/developmentJa.KooLit2025-07-25-179/+5371
|\ \ | | | | | | Development to main
| | * Merge pull request #778 from tak0dan/Tak0-scriptsJa.KooLit2025-07-27-1/+305
| | |\ | | | | | | | | QoL scripts (Autodispatch, Keyboard layout switch)
| | | * Moved Autodispatch script to the UserScripts directory;tak0dan2025-07-26-0/+90
| | | |
| | | * Small technical additions for keyboard layout and app dispatch fixesSmall ↵tak0dan2025-07-26-1/+215
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | technical additions for keyboard layout and app dispatch fixes This commit introduces two minor but useful scripts aimed at solving specific edge cases in Hyprland usage: 1. Tak0-Per-Window-Switch.sh: Enables per-window keyboard layout switching. This is useful for multilingual workflows where the global layout model becomes inconvenient. The script listens to window focus events and restores the last-used layout for that specific window. 2. Tak0-Autodispatch.sh: Fixes a recurring issue where startup applications are dispatched to incorrect monitors or workspaces, especially in dynamic multi-monitor environments (e.g., a laptop that gets docked/undocked). The original dispatch rules sometimes fail due to race conditions or child process spawning out of focus. This script re-applies correct dispatching logic after startup, reducing manual corrections. Also: - Updated UserKeybinds.conf to run the per-window layout script at startup. - All changes are additive. No existing configs or behavior were overridden or broken. These changes don't introduce any core structural modifications — just small utilities to improve the overall experience when using Hyprland in daily workflows.
| | * updated follow mouse to 1 (as per wiki)JaKooLit2025-07-26-1/+1
| | |
| | * implemented sddm wallpaper v2JaKooLit2025-07-26-88/+32
| | |
| | * added ags in refresh.sh and refreshnowaybar.shJaKooLit2025-07-26-0/+6
| |/
| * Merge pull request #774 from jteijema/Waybar-selection-HighlightingJa.KooLit2025-07-25-4/+6
| |\ | | | | | | fix: resolve emoji removal in waybar scripts
| | * fix: resolve emoji removaljteijema2025-07-25-4/+6
| |/ |/|
| * added power profiles daemon on most configsJaKooLit2025-07-25-5/+15
| |
| * Merge pull request #773 from JaKooLit/mainJa.KooLit2025-07-25-35/+63
| |\ | |/ |/| Main to development
* | Merge pull request #771 from jteijema/Waybar-selection-HighlightingJa.KooLit2025-07-25-35/+63
|\ \ | | | | | | feat: Add selected config highlighting for waybar
| * | Update WaybarStyles.shJa.KooLit2025-07-25-1/+1
| | |
| * | Update WaybarLayout.shJa.KooLit2025-07-25-1/+1
| | |
| * | revert: removal of NOTEJelle Teijema2025-07-23-0/+1
| | |
| * | feat: Add selected config highlighting for waybarjteijema2025-07-23-36/+63
|/ /
| * Added Colorful Waybar Stolen StyleJaKooLit2025-07-22-0/+348
| |
| * updated sddm-wallpaper scriptJaKooLit2025-07-22-13/+13
| |
| * added env = GSK_RENDERER,ngl for nvidiaJaKooLit2025-07-22-0/+3
| |
| * updated copy.sh to work with simple_sddm_2 and updated wallpaper_sddm scriptJaKooLit2025-07-22-45/+39
| |
| * uploaded new script for the new sddm themeJaKooLit2025-07-21-0/+82
| |
| * updated readme. remove of AGSJaKooLit2025-07-20-5/+0
| |
| * minor UserSettings updateJaKooLit2025-07-20-3/+4
| |
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage