| Commit message (Expand) | Author | Age | Lines |
| * | fix(hypr): source UserConfigs/Startup_Apps.conf and WindowRules.conf again\n\... | Don Williams | 2025-11-05 | -5/+2 |
| * | fix(qs): Edit Startup Apps opens full vendor defaults (configs/Startup_Apps.c... | Don Williams | 2025-11-05 | -1/+1 |
| * | fix(startup): preserve KeybindsLayoutInit in composed Startup_Apps; harden hy... | Don Williams | 2025-11-05 | -5/+21 |
| * | fix(copy): always add KeybindsLayoutInit.sh to UserConfigs/Startup_Apps overl... | Don Williams | 2025-11-05 | -0/+8 |
| * | feat(hypr): source composed generated/Startup_Apps.conf and WindowRules.conf\... | Don Williams | 2025-11-05 | -2/+5 |
| * | feat(hypr): align SUPER+J/K binds to current layout on startup\n\n- Add scrip... | Don Williams | 2025-11-05 | -0/+31 |
| * | scripts is config/hypr/scripts weren't executable | Don Williams | 2025-11-03 | -14/+23 |
| * | Merge pull request #856 from albersonmiranda/hotfix-nightlight | mio-dokuhaki | 2025-11-03 | -2/+0 |
| |\ |
|
| | * | hotfix: remove hypersunset from status group. | Alberson Miranda | 2025-11-02 | -2/+0 |
| * | | feat: Add smart AGS/Quickshell fallback with OverviewToggle wrapper | Don Williams | 2025-11-02 | -14/+36 |
| * | | SWWW v0.11.2 uses swww-daemon --format argb now | Don Williams | 2025-10-31 | -1/+2 |
| * | | Small decription changes | Don Williams | 2025-10-30 | -10/+10 |
| * | | refactor(keybinds): use bindd with descriptions across configs | Don Williams | 2025-10-30 | -152/+203 |
| * | | Added icons for alacritty and nwg-displays | Don Williams | 2025-10-29 | -1/+2 |
| * | | Added more appl icons for waybars that use them | Don Williams | 2025-10-29 | -5/+33 |
| * | | Added message about AI wallpaper download | Don Williams | 2025-10-29 | -25/+29 |
| * | | Updated CHANGELOG.md | Don Williams | 2025-10-28 | -3/+14 |
| * | | The variable for UserConfig dir was hard coded | Don Williams | 2025-10-28 | -3/+1 |
| * | | Fixed path issue on Startup and Window Rules | Don Williams | 2025-10-28 | -3/+3 |
| * | | Changed /usr/bin/bash to /usr/bin/env bash | Don Williams | 2025-10-28 | -69/+544 |
| * | | Merge pull request #854 from prabinpanta0/development | Martin Guzman | 2025-10-28 | -211/+805 |
| |\ \ |
|
| | * | | fix: waybar: now use WeatherWrap.sh | brockar | 2025-10-28 | -2/+3 |
| | * | | weatherWrap.sh -> WeatherWrap.sh | brockar | 2025-10-28 | -4/+5 |
| | * | | Merge pull request #11 from prabinpanta0/development-weather | Prabin Panta | 2025-10-28 | -8/+16 |
| | |\ \ |
|
| | | * | | feat(weather): prioritize MANUAL_PLACE for geocoding and skip reverse lookup ... | prabinpanta0 | 2025-10-28 | -8/+16 |
| | * | | | Merge pull request #10 from prabinpanta0/development-weather | Prabin Panta | 2025-10-28 | -1/+3 |
| | |\| | |
|
| | | * | | revert back to original | prabinpanta0 | 2025-10-28 | -1/+3 |
| | |/ / |
|
| | * | | Merge pull request #9 from prabinpanta0/development-weather | Prabin Panta | 2025-10-28 | -20/+291 |
| | |\ \ |
|
| | | * | | feat(weather): URL-encode city, harden file handling, and produce safe JSON/c... | prabinpanta0 | 2025-10-28 | -17/+44 |
| | | * | | chore(hypridle): remove synchronous weatherWrap invocation from lock_cmd and ... | prabinpanta0 | 2025-10-28 | -4/+2 |
| | | * | | feat(weatherWrap): add Python‑first entrypoint with Bash fallback | prabinpanta0 | 2025-10-28 | -1/+34 |
| | | * | | chore(lock): prime weather cache before locking session | prabinpanta0 | 2025-10-28 | -0/+3 |
| | | * | | chore(hypridle): refresh weather cache synchronously on lock | prabinpanta0 | 2025-10-28 | -1/+1 |
| | | * | | feat(weather): forward geocode MANUAL_PLACE/WEATHER_PLACE to lat/lon | prabinpanta0 | 2025-10-28 | -7/+50 |
| | | * | | feat(weather): prefer structured wttr.in format, harden cache and icons | prabinpanta0 | 2025-10-28 | -9/+176 |
| | * | | | Merge pull request #8 from prabinpanta0/development-weather | Prabin Panta | 2025-10-27 | -97/+36 |
| | |\| | |
|
| | | * | | config(hypr): preserve valid zero values for is_day and weather_code by using... | prabinpanta0 | 2025-10-27 | -2/+4 |
| | | * | | config(hypr): preserve fetched/cached place and stop preemptive MANUAL/ENV ov... | prabinpanta0 | 2025-10-27 | -7/+5 |
| | | * | | Update config/hypr/UserScripts/Weather.py | Prabin Panta | 2025-10-27 | -1/+1 |
| | | * | | config(hypr): preserve empty place strings & prefer MANUAL/ENV place; use exp... | prabinpanta0 | 2025-10-27 | -8/+9 |
| | | * | | config(hypr): skip empty place parts and simplify place selection using or-ch... | prabinpanta0 | 2025-10-27 | -6/+6 |
| | | * | | config(hypr): preserve empty place strings and use explicit None checks | prabinpanta0 | 2025-10-27 | -6/+7 |
| | | * | | config(hypr): add python3 availability check, forward args and propagate exit... | prabinpanta0 | 2025-10-27 | -1/+11 |
| | | * | | config(hypr): run Weather.sh at startup; lower weather cache TTL to 5 minutes | prabinpanta0 | 2025-10-27 | -1/+4 |
| | | * | | config(hypr): disable tooltip markup by default, refine place handling & simp... | prabinpanta0 | 2025-10-27 | -95/+19 |
| | * | | | Merge pull request #2 from prabinpanta0/development-weather | Prabin Panta | 2025-10-26 | -178/+550 |
| |/| | |
| |/ / |
|
| | * | | config(hypr): relax out_data typing in Weather.py to Dict[str, Any] | prabinpanta0 | 2025-10-26 | -1/+1 |
| | * | | config(hypr): improve numeric coercion and add ensure_* warnings | prabinpanta0 | 2025-10-26 | -2/+12 |
| | * | | config(hypr): refactor Weather.py — pathlib, typing, safer parsing & modula... | prabinpanta0 | 2025-10-26 | -178/+500 |
| | * | | gitignore: add ignores for Python artifacts, virtualenvs, test/coverage, lint... | prabinpanta0 | 2025-10-26 | -0/+40 |
| |/ / |
|