aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts
Commit message (Collapse)AuthorAgeLines
* Merge branch 'development' into feature/waybarcava-hardeningDonald Williams2025-09-20-30/+50
|\
| * fix(wallust): make theme regeneration deterministic on wallpaper changeDon Williams2025-09-20-30/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | WaybarCava: safer single-instance handling, cleanup, and robustness improvementsDon Williams2025-09-03-19/+32
|/
* restoring development branch changes?JaKooLit2025-08-09-27/+114
|
* minor updateJaKooLit2025-07-31-1/+1
|
* Merge pull request #779 from Mewlkor/fix-qs-alignmentJa.KooLit2025-07-27-0/+0
|\ | | | | fix: fix qs overview window alignment
| * implemented sddm wallpaper v2JaKooLit2025-07-26-88/+32
| |
| * added ags in refresh.sh and refreshnowaybar.shJaKooLit2025-07-26-0/+6
| |
* | Small technical additions for keyboard layout and app dispatch fixesSmall ↵tak0dan2025-07-26-0/+213
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | 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
| |
* | Merge pull request #773 from JaKooLit/mainJa.KooLit2025-07-25-35/+63
|\| | | | | Main to development
| * 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
| |
* | updated sddm-wallpaper scriptJaKooLit2025-07-22-13/+13
| |
* | updated copy.sh to work with simple_sddm_2 and updated wallpaper_sddm scriptJaKooLit2025-07-22-44/+38
| |
* | uploaded new script for the new sddm themeJaKooLit2025-07-21-0/+82
| |
* | Merge pull request #741 from tnfru/mainJa.KooLit2025-07-20-60/+139
|\ \ | | | | | | add: better rofi theme selector
| * | Update RofiThemeSelector.shJa.KooLit2025-07-20-2/+2
| | | | | | | | | updated to sort numerically and also added exclamation on message for better visibility
| * | Update RofiThemeSelector.shJa.KooLit2025-07-20-1/+1
| | |
| * | add: message to rofi theme selectorLars Müller2025-07-19-1/+1
| | |
| * | add: better rofi theme selectorLars Müller2025-06-12-60/+139
| |/
* | integrated wallust colors into simple_sddm_2 SDDM themeJaKooLit2025-07-17-0/+56
| |
* | Merge branch 'development' into fix-slow-brightnessJa.KooLit2025-07-15-12/+314
|\ \
| * | Introducing QuickShellJaKooLit2025-07-15-3/+3
| | |
| * | 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
| | | |
| * | | Fixed drop down terminal focusKiran George2025-06-01-1/+1
| |/ /
| * | Revert "Revert "Dropdown terminal improvements - Round 2""Ja.KooLit2025-05-31-13/+23
| | |
| * | Revert "Dropdown terminal improvements - Round 2"Ja.KooLit2025-05-31-23/+13
| | |
| * | Dropdown terminal improvements - Round 2Kiran George2025-05-31-13/+23
| | |
| * | Merge pull request #713 from SherLock707/developmentJa.KooLit2025-05-27-0/+283
| |\ \ | | | | | | | | 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-0/+65
| | | |
| * | | updated Power.sh, renamed to Battery.sh since it is about battery informationJaKooLit2025-05-27-1/+1
| | | |
| * | | Merge pull request #705 from aditya-an1l/power-display-hyprlockJa.KooLit2025-05-25-0/+9
| |\ \ \ | | |/ / | |/| | feat: Display battery level and power status on lock screen
| | * | feat: Add Power Info (level and status) in Hyprlock Windowaditya-an1l2025-05-22-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | | | Update Brightness.shJa.KooLit2025-07-15-3/+3
| | | | | | | | | | | | fixes upper case as it does not work
* | | | fix brightnessloner2025-06-25-53/+48
| |_|/ |/| | | | | | | | The brightness adjustment response is slow
* | | Update Polkit.shJa.KooLit2025-06-06-9/+9
|/ / | | | | ensuring a file
* | Merge branch 'development' into merge-fixJa.KooLit2025-05-20-1/+1
|\ \ | |/ |/|
| * some minor fixes on the user defaultJaKooLit2025-05-21-0/+3
| |
| * fix: Fix ScreenShot.sh to check xdg-user-dir PICTURESMichelleDB2025-04-30-1/+1
| |
* | some minor fixes on the user defaultsJaKooLit2025-05-21-1/+4
| |
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage