aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr
Commit message (Collapse)AuthorAgeLines
* Added basic install script for uvDon Williams2026-01-31-0/+2
| | | | | | | | | | I will expand on it later, needed for testing On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: config/hypr/scripts/install-uv.sh
* Added to copy.sh not startupDon Williams2026-01-29-2/+0
| | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/Startup_Apps.conf modified: copy.sh
* Default wallpaper wasn't setDon Williams2026-01-29-0/+2
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/Startup_Apps.conf
* Updated wallpaper and default waybar/styleDon Williams2026-01-29-0/+0
| | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/wallpaper_effects/.wallpaper_current modified: copy.sh
* Broke out kitty config for softdark16 and dark16 elsewhereDon Williams2026-01-29-0/+17
| | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/WallustSwww.sh new file: config/wallust/wallust-kitty.toml modified: config/wallust/wallust.toml
* Removed redundant kitty theme optionsDon Williams2026-01-29-1/+1
|
* Fixing delay in preview loopDon Williams2026-01-29-2/+4
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Kitty_themes.sh
* Fixed when hitting enter the kitty theme menuDon Williams2026-01-29-0/+1
| | | | | | | | | | Enter previews theme and loops menu again. Until ESC or CTRL-S to set On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Kitty_themes.sh
* Removed pre-applying theme caused huge delay in startupDon Williams2026-01-29-18/+18
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Kitty_themes.sh
* Changing wallust color theme to softdark vs darkDon Williams2026-01-29-0/+14
| | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/WallustSwww.sh modified: config/wallust/wallust.toml
* Fixed wallpaper based color themes so text is readableDon Williams2026-01-29-1/+1
| | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Kitty_themes.sh modified: config/kitty/kitty.conf
* Added restore kitty wallpaper and should reload on color changeDon Williams2026-01-29-5/+21
| | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Kitty_themes.sh modified: config/kitty/kitty.conf
* fix: update windowrules-v3 to follow windowrules configbrockar2026-01-27-62/+44
|
* fix: reorder windowrules to center floating onesbrockar2026-01-27-27/+29
|
* fix: windowrules with multiple regexbrockar2026-01-27-35/+22
|
* Updated version to 2.3.21 for development branchDon Williams2026-01-26-1/+1
| | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: configs/ENVariables.conf renamed: v2.3.20 -> v2.3.21
* fix: WindowRules fix zapzap groupbrockar2026-01-24-1/+1
|
* fix: remove non-english commentsbrockar2026-01-23-209/+85
|
* Moved version to v2.3.20Don Williams2026-01-22-1/+1
| | | | | | | | | | | On branch development Your branch is ahead of 'origin/development' by 1 commit. (use "git push" to publish your local commits) Changes to be committed: modified: CHANGELOG.md modified: config/hypr/configs/ENVariables.conf renamed: config/hypr/v2.3.19 -> config/hypr/v2.3.20
* Refactor Tak0-Autodispatch.sh with improved logic (#929)tak0dan2026-01-22-66/+295
|
* The update scripts were missing `-e` after kittyDon Williams2026-01-21-6/+12
| | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: ../hypr/scripts/Distro_update.sh modified: ../hypr/scripts/KooLsDotsUpdate.sh
* Removed two redundant Window rulesDon Williams2026-01-21-3/+0
|
* Merge branch 'main' into developmentDonald Williams2026-01-21-16/+27
|\
| * Moved the 0.53 spec WindowRules file to default WindowRules.confDon Williams2026-01-08-168/+348
| | | | | | | | | | | | | | | | | | | | | | | | There are more distros on 0.53.1 vs. earlier. This will cut down on the number of support cases We'll only have to deal with the few distros not yet updated On branch patch-windowrules Changes to be committed: modified: CHANGELOG.md new file: config/hypr/configs/WindowRules-pre-53.conf modified: config/hypr/configs/WindowRules.conf
| * Fixed more rules. Like yad for SDDM wallpaperDon Williams2025-12-29-14/+99
| | | | | | | | | | | | On branch windowfix2 Changes to be committed: modified: config/hypr/configs/WindowRules-config-v3.conf
| * Fixing window rules for 0.53.0Don Williams2025-12-29-152/+43
| | | | | | | | | | | | On branch windowrules-fix Changes to be committed: modified: WindowRules-config-v3.conf
* | Added check for SDDM activeDon Williams2026-01-19-0/+11
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/sddm_wallpaper.sh
* | Changed SDDM wallpaper setting to a dedicated menu itemDon Williams2026-01-19-84/+2
| | | | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/UserScripts/WallpaperEffects.sh modified: config/hypr/UserScripts/WallpaperSelect.sh modified: config/hypr/scripts/Kool_Quick_Settings.sh
* | Disabled RainbowBorders by default use quick settings to enableDon Williams2026-01-16-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new mode select menu for RainbowBorders makes the prompt at install redundant. Especially when upgrading On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md renamed: config/hypr/UserScripts/RainbowBorders.sh -> config/hypr/UserScripts/RainbowBorders.bak.sh modified: config/hypr/configs/Startup_Apps.conf modified: copy.sh modified: scripts/lib_prompts.sh
* | fix: WR Hyprland startupbrockar2026-01-17-0/+1
| |
* | fix: update WindowRules-config-v3.confbrockar2026-01-17-10/+9
| | | | | | | | Now WindowRules = WindowRules-config-v3
* | fix: WindowRules settings btrfbrockar2026-01-17-6/+4
| |
* | removed inop notification codeDon Williams2026-01-16-13/+1
| | | | | | | | | | | | | | | | | | | | | | the current mode is in the rofi menu Any change is reflected immediately no need for an alert On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Kool_Quick_Settings.sh
* | Changed notification code, trying fix wallust modeDon Williams2026-01-16-18/+13
| | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/UserScripts/RainbowBorders.sh modified: config/hypr/scripts/Kool_Quick_Settings.sh
* | Notification missing icon, failing silentlyDon Williams2026-01-16-4/+12
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Kool_Quick_Settings.sh
* | Two modes weren't working and notifcation should be fixedDon Williams2026-01-16-8/+22
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Kool_Quick_Settings.sh
* | fixed new modes not working, change to more friendly menu namesDon Williams2026-01-16-7/+19
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Kool_Quick_Settings.sh
* | Fixed disable not working and send notification on mode changeDon Williams2026-01-16-9/+17
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Kool_Quick_Settings.sh
* | Added submeu for RainbowBorders and the new modesDon Williams2026-01-16-9/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added `Rainbow Borders sub memu` - Code provided by [brunoorsolon](https://github.com/brunoorsolon) - There are now mulitple modes for the Rainbow Borders feature - `Disabled`, `Wallust Color`, `Rainbow`, `Gradient flow` - Thank you for the submission On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/UserScripts/RainbowBorders.sh modified: config/hypr/scripts/Kool_Quick_Settings.sh
* | fix: Email WindowRulesbrockar2026-01-14-1/+2
| |
* | Script wasn't checking for proper filename fixedDon Williams2026-01-13-5/+23
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Kool_Quick_Settings.sh
* | Added toggle for Rainbow border in Edit menuDon Williams2026-01-13-0/+33
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Kool_Quick_Settings.sh
* | fix: windowrules center for float windowsbrockar2026-01-12-5/+5
| |
* | Fixed window frame themeing fixed issue with kitty-themesDon Williams2026-01-11-0/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Kity-themes was broken by global theme Not both should work Border colors weren't getting set by ThemeChanger On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: config/hypr/hyprlock-2k.conf modified: config/hypr/scripts/ThemeChanger.sh renamed: config/hypr/v2.3.18 -> config/hypr/v2.3.19 modified: config/kitty/kitty-themes/00-Default.conf
* | Fixed parser not detecting unbinds / rebindsDon Williams2026-01-09-0/+7
| | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/scripts/keybinds_parser.py
* | Moving keybinds parsing to python to speed it upDon Williams2026-01-09-126/+248
| | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/KeyBinds.sh new file: config/hypr/scripts/keybinds_parser.py
* | I updated main branch with 0.53 rules as default now development is sameDon Williams2026-01-08-172/+388
| | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: config/hypr/configs/WindowRules-pre-53.conf modified: config/hypr/configs/WindowRules.conf
* | Tweaking wallust timingDon Williams2026-01-08-0/+36
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/WallustSwww.sh
* | Fixing more scripts for Hyprland-DotsDon Williams2026-01-08-12/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - `WallustSwww.sh` now reads the focused monitor’s cache file (or parses swww query per-monitor) to pick the correct wallpaper path - Eliminating the previous “last line wins” bug on multi-monitor setups. - `PortalHyprland.sh` suppresses harmless killall errors and launches only the first available portal binary in each category (hyprland + general) - Avoiding duplicate processes when both `/usr/lib` and `/usr/libexec` variants exist. - `KillActiveProcess.sh` checks that Hyprland returned a numeric PID before calling kill - Notifies the user when no active window is available instead of throwing kill usage errors. On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/scripts/KillActiveProcess.sh modified: config/hypr/scripts/PortalHyprland.sh modified: config/hypr/scripts/WallustSwww.sh
* | Fixing the next three scriptsDon Williams2026-01-08-12/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - `Tak0-Per-Window-Switch.sh` now records the listener PID in ``~/.cache/kb_layout_per_window.listener.pid`` - reuses it if still running, preventing multiple background listeners - reports missing Hyprland sockets without exiting the main script. - `WaybarScripts.sh` adds a `launch_files()` helper that checks `$files` before execution; - if unset, it shows a notification instead of running an empty command. - `sddm_wallpaper.sh` validates `~/.config/rofi/wallust/colors-rofi.rasi` before use - extracts colors via a helper, and aborts with a notification if any required colors are missing. On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/scripts/Tak0-Per-Window-Switch.sh modified: config/hypr/scripts/WaybarScripts.sh modified: config/hypr/scripts/sddm_wallpaper.sh
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage