| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge branch 'development' into feature/waybarcava-hardening | Donald Williams | 2025-09-20 | -35/+57 |
| |\ | ||||
| | * | fix(wallust): make theme regeneration deterministic on wallpaper change | Don Williams | 2025-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 | |||
| | * | fix: gestures for hyprland 0.51.0 | brockar | 2025-09-11 | -2/+1 |
| | | | ||||
| * | | WaybarCava: safer single-instance handling, cleanup, and robustness improvements | Don Williams | 2025-09-03 | -19/+32 |
| |/ | ||||
| * | restoring development branch changes? | JaKooLit | 2025-08-09 | -28/+125 |
| | | ||||
| * | UserSettings.conf increase ANR Threshold | Donald Williams | 2025-08-05 | -1/+3 |
| | | | | | enable_anr_dialog = true # Application not Responding (ANR) anr_missed_pings = 15 # ANR Threshold default 1 is too low | |||
| * | minor update | JaKooLit | 2025-07-31 | -1/+1 |
| | | ||||
| * | Update UserSettings.conf | Ja.KooLit | 2025-07-31 | -1/+1 |
| | | ||||
| * | Merge pull request #779 from Mewlkor/fix-qs-alignment | Ja.KooLit | 2025-07-27 | -0/+0 |
| |\ | | | | | fix: fix qs overview window alignment | |||
| | * | updated follow mouse to 1 (as per wiki) | JaKooLit | 2025-07-26 | -1/+1 |
| | | | ||||
| | * | implemented sddm wallpaper v2 | JaKooLit | 2025-07-26 | -88/+32 |
| | | | ||||
| | * | added ags in refresh.sh and refreshnowaybar.sh | JaKooLit | 2025-07-26 | -0/+6 |
| | | | ||||
| * | | Moved Autodispatch script to the UserScripts directory; | tak0dan | 2025-07-26 | -0/+90 |
| | | | ||||
| * | | Small technical additions for keyboard layout and app dispatch fixesSmall ↵ | tak0dan | 2025-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) | JaKooLit | 2025-07-26 | -1/+1 |
| | | | ||||
| * | | implemented sddm wallpaper v2 | JaKooLit | 2025-07-26 | -88/+32 |
| | | | ||||
| * | | added ags in refresh.sh and refreshnowaybar.sh | JaKooLit | 2025-07-26 | -0/+6 |
| |/ | ||||
| * | Merge pull request #774 from jteijema/Waybar-selection-Highlighting | Ja.KooLit | 2025-07-25 | -4/+6 |
| |\ | | | | | fix: resolve emoji removal in waybar scripts | |||
| | * | fix: resolve emoji removal | jteijema | 2025-07-25 | -4/+6 |
| | | | ||||
| * | | Merge pull request #773 from JaKooLit/main | Ja.KooLit | 2025-07-25 | -35/+63 |
| |\| | | | | | Main to development | |||
| | * | Update WaybarStyles.sh | Ja.KooLit | 2025-07-25 | -1/+1 |
| | | | ||||
| | * | Update WaybarLayout.sh | Ja.KooLit | 2025-07-25 | -1/+1 |
| | | | ||||
| | * | revert: removal of NOTE | Jelle Teijema | 2025-07-23 | -0/+1 |
| | | | ||||
| | * | feat: Add selected config highlighting for waybar | jteijema | 2025-07-23 | -36/+63 |
| | | | ||||
| * | | updated sddm-wallpaper script | JaKooLit | 2025-07-22 | -13/+13 |
| | | | ||||
| * | | added env = GSK_RENDERER,ngl for nvidia | JaKooLit | 2025-07-22 | -0/+1 |
| | | | ||||
| * | | updated copy.sh to work with simple_sddm_2 and updated wallpaper_sddm script | JaKooLit | 2025-07-22 | -44/+38 |
| | | | ||||
| * | | uploaded new script for the new sddm theme | JaKooLit | 2025-07-21 | -0/+82 |
| | | | ||||
| * | | minor UserSettings update | JaKooLit | 2025-07-20 | -3/+4 |
| | | | ||||
| * | | Merge pull request #741 from tnfru/main | Ja.KooLit | 2025-07-20 | -60/+139 |
| |\ \ | | | | | | | add: better rofi theme selector | |||
| | * | | Update RofiThemeSelector.sh | Ja.KooLit | 2025-07-20 | -2/+2 |
| | | | | | | | | | | updated to sort numerically and also added exclamation on message for better visibility | |||
| | * | | Update RofiThemeSelector.sh | Ja.KooLit | 2025-07-20 | -1/+1 |
| | | | | ||||
| | * | | add: message to rofi theme selector | Lars Müller | 2025-07-19 | -1/+1 |
| | | | | ||||
| | * | | add: better rofi theme selector | Lars Müller | 2025-06-12 | -60/+139 |
| | | | | ||||
| * | | | updated copy.sh and still added ags | JaKooLit | 2025-07-19 | -2/+4 |
| | | | | ||||
| * | | | integrated wallust colors into simple_sddm_2 SDDM theme | JaKooLit | 2025-07-17 | -11/+63 |
| | | | | ||||
| * | | | remove ags from startup | JaKooLit | 2025-07-16 | -2/+1 |
| | | | | ||||
| * | | | Merge pull request #759 from brockar/development | Ja.KooLit | 2025-07-15 | -1/+1 |
| |\ \ \ | | | | | | | | | fix: update Element (Matrix) on WindowRules.conf | |||
| | * | | | fix: update Element (Matrix) on WindowRules.conf | brockar | 2025-07-09 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | - Add `Element` class recognizer - Include both classes in the `im` tag | |||
| * | | | | Merge branch 'development' into fix-slow-brightness | Ja.KooLit | 2025-07-15 | -18/+347 |
| |\ \ \ \ | ||||
| | * | | | | Introducing QuickShell | JaKooLit | 2025-07-15 | -5/+3 |
| | | | | | | ||||
| | * | | | | Merge pull request #760 from JaKooLit/main | Ja.KooLit | 2025-07-15 | -2/+2 |
| | |\ \ \ \ | | | |_|/ | | |/| | | disabled explicit sync | |||
| | * | | | | quickshell startup | Kiran George | 2025-06-09 | -0/+1 |
| | | | | | | ||||
| | * | | | | Overview v2 | Kiran George | 2025-06-09 | -1/+5 |
| | | |/ / | |/| | | ||||
| | * | | | Merge pull request #734 from JaKooLit/main | Ja.KooLit | 2025-06-09 | -11/+10 |
| | |\ \ \ | | | |/ | | |/| | main to development | |||
| | * | | | Merge pull request #730 from JaKooLit/main | Ja.KooLit | 2025-06-06 | -9/+9 |
| | |\ \ \ | | | | | | | | | | | Update Polkit.sh | |||
| | * \ \ \ | Merge pull request #725 from SherLock707/swaync_bypass_dnd | Ja.KooLit | 2025-06-01 | -9/+9 |
| | |\ \ \ \ | | | | | | | | | | | | | SwayNC DND bypass for volume and brightness notification | |||
| | | * | | | | SwayNC DND bypass for volume and brightness notification | Kiran George | 2025-06-01 | -9/+9 |
| | | | | | | | ||||
| | * | | | | | Fixed drop down terminal focus | Kiran George | 2025-06-01 | -1/+1 |
| | |/ / / / | ||||
| | * | | | | Revert "Revert "Dropdown terminal improvements - Round 2"" | Ja.KooLit | 2025-05-31 | -13/+23 |
| | | | | | | ||||
