aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeLines
* fix: UserConfigs dedupe handling for express/updateDon Williams2026-01-22-3/+8
|
* Added version check to update helper to make sure dedupe is runDon Williams2026-01-22-0/+14
| | | | | | | | | On branch development Your branch is ahead of 'origin/development' by 2 commits. (use "git push" to publish your local commits) Changes to be committed: modified: scripts/lib_update.sh
* Added version check up 2.3.19, logging and better code to compare filesDon Williams2026-01-22-18/+69
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: scripts/lib_copy.sh
* fix: check current versionbrockar2026-01-22-64/+73
|
* Added additional check/clean up for WindowRules/Startup in UserConfigsDon Williams2026-01-21-0/+92
| | | | | | | | | | This should prevent duplicated entries and two waybars On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: scripts/lib_copy.sh
* Disabled RainbowBorders by default use quick settings to enableDon Williams2026-01-16-21/+0
| | | | | | | | | | | | | | | 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
* Removed python script didn't workDon Williams2026-01-15-377/+36
| | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: deleted: copy-menu-issue.txt modified: scripts/copy_menu.sh deleted: scripts/tui_menu.py
* Fixing menu and version detection code for express upgradeDon Williams2026-01-15-34/+53
| | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: copy.sh modified: scripts/copy_menu.sh modified: scripts/tui_menu.py
* Adding python based tui to replace whiptailDon Williams2026-01-15-3/+344
| | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: scripts/copy_menu.sh new file: scripts/tui_menu.py
* Added update dotfiles option to menDon Williams2026-01-12-4/+93
| | | | | | | | | | 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
* Moved UserScripts/UserConfigs restore function to lib_copy helperDon Williams2026-01-11-0/+243
| | | | | | | | | | | | 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
* Moved ghostty/wezterm config file process out of copy.shDon Williams2026-01-11-23/+30
| | | | | | | | | | 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
* Created lib_copy phase1/2 waybar,fastfetch,kitty,rofi,swayncDon Williams2026-01-11-0/+141
| | | | | | | | | | | 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-0/+87
| | | | | | | | | | | 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-5/+11
|
* Fixed bannerDon Williams2026-01-11-1/+5
|
* Fixed res promptDon Williams2026-01-11-7/+3
|
* Fixing resoltion prmptDon Williams2026-01-11-3/+2
|
* fixing prompts for resolution, clock, etcDon Williams2026-01-11-0/+1
| | | | | | | | | 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-0/+256
| | | | | | | | | | | | 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-0/+49
| | | | | | | | | | | 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-0/+72
| | | | | | | | | | | | 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
* Copy menu - 1st step in menu driven dot files install / upgrade process (#917)Donald Williams2026-01-09-0/+58
* 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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage