aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Fixed yad windowsize, was overridden by settings ruleDon Williams2025-12-31-1/+1
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/WindowRules-config-v3.conf
* Fixed rule for gnome calculator, yad now centersDon Williams2025-12-30-2/+2
| | | | | | | | | | | Yad still not following the size settings but at least it's now floating and centered On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/WindowRules-config-v3.conf
* fix: respect XDG dir instead of forcing ~/Pictures (#899)Jaël Champagne Gareau2025-12-30-14/+20
| | | | | | | | | * fix: respect XDG dir instead of forcing ~/Pictures * fix: make xdg-user-dir usage more robust --------- Co-authored-by: Donald Williams <129223418+dwilliam62@users.noreply.github.com>
* fix: opaque togglebrockar2025-12-30-1/+1
| | | | fis this: https://github.com/JaKooLit/Arch-Hyprland/issues/352
* Current WindowRules-config-v3 fileDon Williams2025-12-30-119/+95
| | | | | | | | | | Opactity keybinding not working SUPERCTRL+O On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/WindowRules-config-v3.conf
* Merge pull request #895 from Lumethra/patch-2Donald Williams2025-12-29-6/+40
|\ | | | | Update: Enhance Weather.sh to get city from IP address
| * Merge branch 'development' into patch-2Donald Williams2025-12-29-1/+25
| |\ | |/ |/|
* | Merge pull request #896 from Lumethra/patch-3Donald Williams2025-12-29-1/+25
|\ \ | | | | | | Update: Add network check to WeatherWrap script
| * \ Merge branch 'development' into patch-3Donald Williams2025-12-29-47/+111
| |\ \ | |/ / |/| |
| * | Add network check to WeatherWrap scriptMaximilian Zhu2025-12-29-1/+25
| | | | | | | | | Added a network connectivity check function to determine if the script can proceed with fetching weather data. If no network is available, it returns an offline status. (It will show an offline Icon in Waybar after waking up from `systemctl suspend` or `systemctl hibernate` and having no network. If you click it in waybar it will recheck, but this is unintended)
| | * Merge branch 'development' into patch-2Donald Williams2025-12-29-47/+111
| | |\ | |_|/ |/| |
* | | Updated CHANGELOGDon Williams2025-12-29-1/+7
| | |
* | | Merge pull request #894 from Lumethra/patch-1Donald Williams2025-12-29-1/+2
|\ \ \ | | | | | | | | Fix: Update wallpaper path in WallustSwww.sh
| * | | Fix: Update wallpaper path in WallustSwww.shMaximilian Zhu2025-12-29-1/+2
|/ / / | | | | | | Updated wallpaper path in WallustSwww.sh to match the newest version of swww. It worked in a test on my local machine on fedora. The change was necessary to let ~/.config/rofi/.current_wallpaper to update automatically and it also fixed wallust updating the color scheme automatically. It also made hyprlock to use the current wallpaper as background. Rofi's embed wallpaper section got fixed too.
* | | Updated CHANGELOGDon Williams2025-12-24-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md
* | | Merge pull request #890 from ↵Donald Williams2025-12-24-9/+25
|\ \ \ | | | | | | | | | | | | | | | | suresh466/fix-cyclenext-cycleprev-window-layout-aware fix: cycleprev and cyclenext window bindings solution 2
| * \ \ Merge branch 'development' into fix-cyclenext-cycleprev-window-layout-awareDonald Williams2025-12-24-56/+56
| |\ \ \ | |/ / / |/| | |
* | | | Switch KB layout updated for new locationDon Williams2025-12-23-56/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | System settings move to hypr/configs/Systemsettings On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/scripts/SwitchKeyboardLayout.sh modified: config/hypr/scripts/Tak0-Per-Window-Switch.sh
| * | | fix: layout aware cycleprev and cyclenext window bindingsSuresh Thagunna2025-12-23-9/+25
|/ / /
* | | Revise README for clarity and correctionsDonald Williams2025-12-22-14/+25
| | | | | | | | | Updated README to improve clarity and fix typos.
* | | Add optional keybinding for audio increment/decrementDonald Williams2025-12-22-0/+6
| | | | | | | | | Introduced a new keybinding feature for audio control.
* | | Merge pull request #887 from rgarofano/developmentDonald Williams2025-12-22-23/+42
|\ \ \ | | | | | | | | feat: Add precise volume adjustment of 1 using alternate keybindings
| * | | feat: Add precise volume adjustmentRyan Garofano2025-12-22-23/+42
|/ / /
| | * Update: Enhance Weather.sh to get city from IP addressMaximilian Zhu2025-12-29-6/+40
| |/ | | | | Added functionality to retrieve current city based on IP address with fallbacks and manual setting.
| * Merge pull request #891 from JaKooLit/kb-fixDonald Williams2025-12-23-55/+53
| |\ | | | | | | Fixed SwitchKeyboardLayout was sourcing wrong file
| | * Fixed SwitchKeyboardLayout was sourcing wrong fileDon Williams2025-12-23-55/+53
| |/ | | | | | | | | | | | | On branch kb-fix Changes to be committed: modified: config/hypr/scripts/SwitchKeyboardLayout.sh modified: config/hypr/scripts/Tak0-Per-Window-Switch.sh
| * Merge pull request #884 from JaKooLit/developmentDonald Williams2025-12-18-27/+1
| |\ | |/ |/| Fix overview quicklshell not starting
* | Removing shell.qml It breaks overviewDon Williams2025-12-18-26/+0
| | | | | | | | | | | | | | | | | | | | | | the shell.qml prevents overview from starting It's not looking in the right place On branch development Your branch is up to date with 'origin/development'. Changes to be committed: deleted: shell.qml
* | Set Dots version to 2.3.19 for developmentDon Williams2025-12-11-1/+1
| | | | | | | | | | | | | | | | | | | | | | To prepare for next release and to test copy.sh function for updating dotfiles going forward. On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/ENVariables.conf
| * Merge pull request #881 from JaKooLit/developmentDonald Williams2025-12-11-2247/+2316
| |\ | |/ |/| Development to main Major update v2.3.18
* | Merge branch 'main' into developmentDonald Williams2025-12-11-0/+0
|\|
| * Merge pull request #871 from JaKooLit/developmentMartin Guzman2025-11-22-1056/+3589
| |\ | | | | | | [Bug] Change to waybar sleep timers was too long, slowed down waybar start/refressh
* | | Updated CHANGELOGDon Williams2025-12-10-2/+3
| | |
* | | Merge pull request #880 from albersonmiranda/code-opacityDonald Williams2025-12-10-10/+2
|\ \ \ | | | | | | | | chore: Organize VSCode opacity configs
| * | | chore: update WindowRulesV3 VSCode opacityAlberson Miranda2025-12-10-5/+1
| | | |
| * | | chore: organize VSCode opacityAlberson Miranda2025-12-10-5/+1
|/ / /
* | | Upd CHANGELOG on overview fix in copy.shDon Williams2025-12-09-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md
* | | Updated CHANGELOG with recent fix and contributorsDon Williams2025-12-09-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md
* | | Merge pull request #878 from albersonmiranda/clockDonald Williams2025-12-09-9/+9
|\ \ \ | | | | | | | | fix: waybar clock locale
| * | | fix: waybar clock localeAlberson Miranda2025-12-09-9/+9
|/ / /
* | | Upd compact fastfetch to match pokemon ff updateDon Williams2025-12-09-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An update to the OS age calculation added to Pokeman config ported to comfig-compact.jsonc On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config-compact.jsonc
* | | Merge pull request #877 from TheAhumMaitra/fix-long-commandDonald Williams2025-12-09-1/+1
|\ \ \ | | | | | | | | fix : the messy comamnd for os age calculation in pokemon fastfetch config file
| * \ \ Merge branch 'development' into fix-long-commandDonald Williams2025-12-09-0/+6
| |\ \ \ | |/ / / |/| | |
* | | | Fixed spacing on OS age & added to std compact cfgDon Williams2025-12-09-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/fastfetch/config-compact.jsonc modified: config/fastfetch/config-pokemon.jsonc
* | | | Merge pull request #876 from TheAhumMaitra/add-os-age-featureDonald Williams2025-12-09-0/+6
|\ \ \ \ | | | | | | | | | | feat : Add OS age feature in fastfetch pokemon config
| | * | | fix : match the code style and add little bit sapceAhum Maitra2025-12-09-1/+1
| | | | |
| | * | | Maked the command much easier to read and understandAhum Maitra2025-12-09-1/+1
| |/ / /
| * / / feat : Add OS age feature in fastfetch pokemon configAhum Maitra2025-12-09-0/+6
|/ / /
* | | Fixed typos in CHANGELOG.mdDon Williams2025-12-06-1/+1
| | |
* | | Updated CHANGELOG.md merged CHANGES-v2.3.18.mdDon Williams2025-12-06-94/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md deleted: CHANGES-v2.3.18.md
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage