| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
geolocation, and config options
Conflicts:
config/hypr/UserScripts/Weather.py
interactive rebase in progress; onto ce07268
Last command done (1 command done):
pick 2a5a7c5 # Weather.py: switch to Open-Meteo; add caching, reverse geocoding, robust geolocation, and config options
No commands remaining.
You are currently rebasing branch 'development' on 'ce07268'.
Changes to be committed:
modified: config/hypr/UserScripts/Weather.py
|
| |
|
| |
Yuni asked me to add this to prevent Lockscreen crashes when resuming from suspend/hibernate
|
| |
|
|
| |
Changed index to resolve "index out of range error"
Fix provided by mio-dokuhaki tested and verified
|
| |\
| |
| | |
WaybarCava: safer single-instance handling, cleanup, and robustness
|
| | |\
| |/
|/| |
|
| |\ \
| | |
| | | |
Fix/wallust refresh race condition
|
| | |\ \ |
|
| | | |\ \
| | | | |
| | | | | |
change the "when available" to "when-available"
|
| | | |/ / |
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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
|
| |/ / / |
|
| | |/
|/| |
|
| |/ |
|
| |\
| |
| | |
UserSettings.conf increase ANR Threshold
|
| |/
|
|
| |
enable_anr_dialog = true # Application not Responding (ANR)
anr_missed_pings = 15 # ANR Threshold default 1 is too low
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| | |
Development to main
|
| | |\
| | |
| | | |
Fix: Fix qs alignment scale
|
| | |/
| |
| |
| | |
on monitors with non 1.0 scale
|
| | |\
| | |
| | | |
fix: fix qs overview window alignment
|
| | |/
|/| |
|
| | | |
|
| | | |
|
| | | |
|
| | |\
| | |
| | | |
Add plex to waybar icons
|
| | |/
|/| |
|
| |\ \
| | |
| | | |
Development to main
|
| | | |\
| | | |
| | | | |
QoL scripts (Autodispatch, Keyboard layout switch)
|
| | | | | |
|
| | | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | | |
|
| | | | |
|
| | |/ |
|
| | |\
| | |
| | | |
fix: resolve emoji removal in waybar scripts
|
| | |/
|/| |
|
| | | |
|
| | |\
| |/
|/| |
Main to development
|
| |\ \
| | |
| | | |
feat: Add selected config highlighting for waybar
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ / |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|