aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* fix: windowrules center for float windowsbrockar2026-01-12-5/+5
|
* Added update dotfiles option to menDon Williams2026-01-12-4/+107
| | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: copy.sh modified: scripts/copy_menu.sh new file: scripts/lib_update.sh
* Updated copy.sh with current status and next stepsDon Williams2026-01-11-3/+4
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: copy.sh
* Moved UserScripts/UserConfigs restore function to lib_copy helperDon Williams2026-01-11-251/+248
| | | | | | | | | | | | copy.sh is nearly 50% smaller now a little over 600 lines now down from over 1200 at the start On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: copy.sh modified: scripts/lib_copy.sh
* Adding translated filesDon Williams2026-01-11-0/+298
| | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: CODE_OF_CONDUCT.es.md new file: COMMIT_MESSAGE_GUIDELINES.es.md new file: CONTRIBUTING.es.md
* Adding Spanish Translations of common filesDon Williams2026-01-11-6/+11
| | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: README.md Untracked files: CODE_OF_CONDUCT.es.md COMMIT_MESSAGE_GUIDELINES.es.md CONTRIBUTING.es.md
* Moved ghostty/wezterm config file process out of copy.shDon Williams2026-01-11-24/+31
| | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: copy.sh modified: scripts/lib_apps.sh modified: scripts/lib_copy.sh
* Fixed window frame themeing fixed issue with kitty-themesDon Williams2026-01-11-0/+190
| | | | | | | | | | | | | | 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
* Update CHANGELOGDon Williams2026-01-11-0/+9
|
* Broke waybar, fixingDon Williams2026-01-11-3/+4
|
* Trying to remove line under waybar #2Don Williams2026-01-11-4/+7
|
* Fixing line under waybar, hope doesn't break other fixesDon Williams2026-01-11-5/+2
|
* Accent didn't work trying something else (I love CSS. NOT)Don Williams2026-01-11-4/+10
|
* Trying prim wallust color as accent on ML4W glassDon Williams2026-01-11-0/+3
|
* Restored gradient tryin fix color w/themeDon Williams2026-01-11-0/+13
|
* I made it worse removing custom accent colorsDon Williams2026-01-11-13/+0
|
* More color map tweakingDon Williams2026-01-11-8/+7
|
* ML4W accent variables changed to wallust colorsDon Williams2026-01-11-3/+11
|
* ML4W glass has fixed colors which breaks themeingDon Williams2026-01-11-0/+6
|
* Fixing glass waybar spacingDon Williams2026-01-11-0/+9
|
* enhancement: Improved ML4W glass theme for waybar (#919)Ahum Maitra2026-01-11-1/+3
| | | Fixed margin/paddings issues. Thank you
* Created lib_copy phase1/2 waybar,fastfetch,kitty,rofi,swayncDon Williams2026-01-11-241/+157
| | | | | | | | | | | Also btop,cava, hypr,ghostty, wezterm On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: copy.sh new file: scripts/lib_copy.sh
* created next modules for apps, editr,bt,rog,rog,ags,qsDon Williams2026-01-11-82/+105
| | | | | | | | | | | Phase 4 moving apps to its own module On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: copy.sh new file: scripts/lib_apps.sh
* Still working on prompts codeDon Williams2026-01-11-4/+9
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: scripts/lib_prompts.sh
* Got caught in sudo/sddm loopDon Williams2026-01-11-4/+7
|
* Fixd issues with sddm wallpaper set codeDon Williams2026-01-11-6/+12
|
* Banner formatting fixedDon Williams2026-01-11-1/+13
|
* Fixed bannerDon Williams2026-01-11-1/+5
|
* Fixed res promptDon Williams2026-01-11-7/+3
|
* Fixing resoltion prmptDon Williams2026-01-11-4/+2
|
* fixing prompts for resolution, clock, etcDon Williams2026-01-11-2/+2
| | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: copy.sh modified: scripts/lib_prompts.sh
* Moved the prompts for keyboard, resolution, clock, rainbow bordersDon Williams2026-01-11-283/+276
| | | | | | | | | | | | Further modularizing the copy.sh script The express upgrade is almost moved here On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: copy.sh new file: scripts/lib_prompts.sh
* Phase 3 Moved nvidia, vm, nixos code to lib_detect.shDon Williams2026-01-11-38/+62
| | | | | | | | | | | This code make configuration adjustsments On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: copy.sh new file: scripts/lib_detect.sh
* Phase 2a of copy.sh modularization lib_backup functionsDon Williams2026-01-11-77/+108
| | | | | | | | | | | | This module takes care of backing up objects with date-time Removes the duplicate code in copy.sh On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: copy.sh new file: scripts/lib_backup.sh
* Updated Distro-Hyprland to suppport all the ubuntu branchesDon Williams2026-01-11-0/+14
| | | | | | | | | | | | | | Also moved upgrade and release.sh scripts they need updating, so moved to archive dir for now On branch development Your branch is behind 'origin/development' by 1 commit, and can be fast-forwarded. (use "git pull" to update your local branch) Changes to be committed: modified: Distro-Hyprland.sh renamed: release.sh -> archive/release.sh renamed: upgrade.sh -> archive/upgrade.sh
* Copy menu - 1st step in menu driven dot files install / upgrade process (#917)Donald Williams2026-01-09-0/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Phase 1 of creating TUI for copy.sh for installs and upgrades On branch copy-menu Changes to be committed: modified: copy.sh new file: scripts/copy_menu.sh * Fixing formatting in copy-menu On branch copy-menu Your branch is up to date with 'origin/copy-menu'. Changes to be committed: modified: scripts/copy_menu.sh * More formatting and color first letter as selectable option On branch copy-menu Your branch is up to date with 'origin/copy-menu'. Changes to be committed: modified: copy.sh modified: scripts/copy_menu.sh * Fixing syntax error * Some whiptail versions don't support color Added check before displaying colors On branch copy-menu Your branch is up to date with 'origin/copy-menu'. Changes to be committed: modified: scripts/copy_menu.sh * fixing formatting On branch copy-menu Your branch is up to date with 'origin/copy-menu'. Changes to be committed: modified: scripts/copy_menu.sh * More formatting for whiptail * Formatting whiptail is so much fun * Changed descrption to two lines * Whiltail 4, human 0 * Whiltail 5, human 0 - shortened text * Whiltail 6, human 1 - remove dup items * Whiltail 6, human 2 - removed color highlight
* Update CHANGELOGDon Williams2026-01-09-2/+6
|
* Update CHANGELOGDon Williams2026-01-09-0/+11
|
* Updted copy.sh to check for 2.3.18+ before allowing express updateDon Williams2026-01-09-24/+57
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: copy.sh
* Phase 1 of copy.sh update add --upgrade and --express-upgrade optsDon Williams2026-01-09-56/+161
| | | | | | | | | | | | | | This allow you to bypass some of the questions, like triming each backup file, they will all be trimmed to one backup No prompting for setting sddm wallpaper nor download wallpapers (since it's upgrade mostly likely already have them) No prompting to restore user customized files. On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: copy.sh
* Fixed parser not detecting unbinds / rebindsDon Williams2026-01-09-0/+12
| | | | | | | | | 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
* Updated CHANGELOG on wallustswww script improvementsDon Williams2026-01-08-0/+1
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md
* 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/+70
| | | | | | | | | | | | | | | | | | - `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/+58
| | | | | | | | | | | | | | | | | | | - `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
* Updated CHANGELOG with current script fixesDon Williams2026-01-08-0/+10
|
* Fixing more scripts in Hyprland-DotsDon Williams2026-01-08-5/+30
| | | | | | | | | | | | | | | | | | | - Hypridle.sh now launches hypridle in the background (& disown) - when enabling the daemon, preventing the toggle command from hanging Waybar. - RofiSearch.sh verifies that jq is available, - captures the user’s query explicitly - URL-encodes it via jq @uri, - opens the configured search engine with the encoded query instead of dropping the term. - Sounds.sh now tries pw-play, then paplay, then aplay, - emitting an error if none are installed - the script no longer calls the non-existent pa-play. On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Hypridle.sh modified: config/hypr/scripts/RofiSearch.sh modified: config/hypr/scripts/Sounds.sh
* Fixing hyprland-dots scriptsDon Williams2026-01-08-37/+106
| | | | | | | | | | | | | | | | | | | | | | | | | - TouchPad.sh never expands $TOUCHPAD_ENABLED - (and doesn’t source the file that defines it), so the toggle command is - currently doesn't work. - Volume.sh has multiple microphone-control bugs - bad pamixer arguments, typoed function name, invalid notification payloads - that break mic toggling and volume feedback. - DarkLight.sh wipes the Qt theme paths each run - because the qt5ct/qt6ct palette variables are commented out. - KooLsDotsUpdate.sh contains a malformed notify-send string that - crashes the script when no local version is detected. - Distro_update.sh runs sudo apt upgrade outside the kitty window, - so the Debian/Ubuntu flow never finishes inside the terminal. On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/DarkLight.sh modified: config/hypr/scripts/Distro_update.sh modified: config/hypr/scripts/KooLsDotsUpdate.sh modified: config/hypr/scripts/TouchPad.sh modified: config/hypr/scripts/Volume.sh
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage