aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* More formatting fixesDon Williams10 days-4/+19
| | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/HyprLayoutModule.sh
* Fixed formatting is layout menuDon Williams10 days-7/+15
| | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/HyprLayoutModule.sh
* Added current keybinds to layout menuDon Williams10 days-1/+95
| | | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/scripts/HyprLayoutModule.sh
* Adjusted waybar startup to prevent duplicate waybarsDon Williams10 days-46/+35
| | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/scripts/WaybarStartup.sh
* Fix: waybar startup/restart in FedoraDon Williams10 days-59/+54
| | | | | | | | | | | | | | | | | | | | | | | Conflicts with waybar.service when hyprland-uwsm session not selected Fixed startup config files Added gate check for AGS to remove errors when not installed Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/configs/Startup_Apps.conf modified: config/hypr/lua/startup.lua modified: config/hypr/lua/user_startup_helper.lua modified: config/hypr/scripts/DarkLight.sh modified: config/hypr/scripts/PortalHyprland.sh modified: config/hypr/scripts/Refresh.sh modified: config/hypr/scripts/ToggleWaybarTime.sh modified: config/hypr/scripts/WaybarStartup.sh modified: scripts/migrate-hypr-to-lua.sh
* Updated warning msg min version to 0.55Don Williams10 days-3/+4
| | | | Signed-off-by: Don Williams <don.e.williams@gmail.com>
* Updated lua startup to match hyprlang startup changesDon Williams10 days-2/+4
| | | | | | | | | | | | | | Changed startup sequence for waybar to reduce startup time and duplicate refersh operations Signed-off-by: Don Williams <don.e.williams@gmal.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/lua/startup.lua
* Fix: migrate script edit UserConfigs/monitors.luaDon Williams10 days-253/+72
| | | | | | | | | | | | | Also it mpw properly handles disabled monitors On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md deleted: config/hypr/hyprlock-1080p.conf modified: config/hypr/hyprlock-2k.conf modified: config/hypr/hyprlock.conf
* Fixed waybar startup issues and restartDon Williams10 days-18/+31
| | | | | | | | | | | | | | | Trimmed time and add --no-restart option to theme scripts that were causing delays and waybar restarts when not needed Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/Startup_Apps.conf modified: config/hypr/scripts/ApplyThemeMode.sh modified: config/hypr/scripts/DarkLight.sh
* Trimed startup time for waybarDon Williams10 days-5/+4
| | | | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/configs/Startup_Apps.conf modified: config/hypr/scripts/WaybarStartup.sh
* Add .zprofile check to fix flatpak appsDon Williams10 days-0/+52
| | | | | | | | | | | | | | | | | ```sh if [ -f /etc/profile ]; then source /etc/profile fi ``` thanks to @jfabernathy for finding and reporting it On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: copy.sh modified: scripts/lib_detect.sh
* Fixed migrate script for disabled monitorsDon Williams10 days-1/+23
| | | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmal.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: scripts/migrate-hypr-to-lua.sh
* Fixed Spring-curves to work with HL 0.56+Don Williams10 days-3/+10
| | | | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/animations/Spring-curves.conf modified: config/hypr/animations/Spring-curves.lua
* Fixed bindings for overview add ver chk to copy.shDon Williams10 days-28/+86
| | | | | | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/Keybinds.conf modified: config/hypr/configs/system_keybinds.lua modified: config/hypr/lua/keybinds.lua modified: copy.sh modified: docs/Keybinds.md
* Copy.sh defaults to LUA and migrates on updatesDon Williams10 days-0/+133
| | | | | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: copy.sh modified: scripts/lib_copy.sh modified: scripts/lib_prompts.sh
* Fixed all RainbowBorders modes added LowCPU varientDon Williams10 days-73/+251
| | | | | | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/UserScripts/RainbowBorders-low-cpu.sh modified: config/hypr/UserScripts/RainbowBorders.bak.sh modified: config/hypr/scripts/Kool_Quick_Settings.sh modified: config/hypr/scripts/Refresh.sh modified: config/hypr/scripts/RefreshNoWaybar.sh
* Fixed RainbowBorders in LUA modeDon Williams10 days-44/+159
| | | | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/UserScripts/RainbowBorders-low-cpu.sh modified: config/hypr/UserScripts/RainbowBorders.bak.sh
* Fixed migrate script to handle SHIFTDon Williams10 days-12/+197
| | | | Signed-off-by: Don Williams <don.e.williams@gmail.com>
* Fixed hyprview description Keybinds.confDon Williams10 days-1/+1
| | | | Signed-off-by: Don Williams <don.e.williams@gmail.com>
* Fixed duplicate bininds added docs/keybinds.mdDon Williams10 days-6/+185
| | | | | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/configs/Keybinds.conf modified: config/hypr/lua/keybinds.lua new file: docs/Keybinds.md
* Updated keybinds.lua to make keybinds.confDon Williams10 days-1/+1
| | | | Signed-off-by: Don Williams <don.e.williams@gmail.com>
* Reset hyprview binding SUPERSHIFT TABDon Williams10 days-1/+1
| | | | Signed-off-by: Don Williams <don.e.williams@gmail.com>
* Changed CTRL-TAB to ALT-TAB for hyprviewDon Williams10 days-25/+13
| | | | | | | | | | | | | | ALT-TAB used in many apps Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/configs/Keybinds.conf modified: config/hypr/lua/keybinds.lua
* waybar: brave-origin-beta iconbrockar10 days-0/+1
|
* Added script for Hyprlang config to handle LidSwitchDon Williams10 days-2/+17
| | | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/UserConfigs/Laptops.conf new file: config/hypr/scripts/LidSwitch.sh
* Added disable for laptop display on lid closeDon Williams10 days-0/+1
|
* Added event driven disable of eDP-1 on lid closeDon Williams10 days-2/+12
| | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/UserConfigs/Laptops.conf modified: config/hypr/UserConfigs/user_laptops.lua
* hypr: userkeybinds: reorganizebrockar10 days-3/+2
|
* waybar: libreoffice impress iconbrockar10 days-0/+1
|
* copy.sh was enablling lua workflowDon Williams10 days-35/+127
| | | | | | | | | | | | | | | | | | | Added additional checks Signed-off-by: Don Williams <don.e.williams@gmal.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/UserConfigs/01-UserDefaults.conf modified: config/hypr/configs/Startup_Apps.conf modified: config/hypr/lua/startup.lua modified: config/hypr/scripts/WallpaperDaemon.sh modified: config/hypr/scripts/WaybarStartup.sh modified: config/rofi/.current_wallpaper modified: copy.sh modified: scripts/lib_copy.sh
* Restored hyprlock filesDon Williams10 days-4/+368
| | | | | | | | | | | | | Signed-off-by: Don Williams <Don.e.williams@gmail.com> 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: new file: hyprlock-1080p.conf modified: hyprlock-2k.conf new file: hyprlock.conf
* Fixed wallpaper being reset (hopefully)Don Williams10 days-371/+84
| | | | Signed-off-by: Don Williams <Don.e.williams@gmail.com>
* Fixed seed_upgrade_userconfigs not found errorDon Williams10 days-0/+25
| | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: copy.sh
* Lib_copy wasn't honering --express-upgradeDon Williams10 days-1/+12
| | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: scripts/lib_copy.sh
* Fixed hyprland-gui module not foundDon Williams10 days-380/+141
| | | | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/lua/user_overrides.lua modified: scripts/lib_copy.sh modified: scripts/lib_detect.sh
* WindowRules was being overwritten in UserConfigsDon Williams10 days-0/+3
| | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: scripts/lib_copy.sh
* Fix kitty cfg restore, gated wallust preseve themeDon Williams10 days-1/+79
| | | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: copy.sh modified: scripts/lib_copy.sh
* Still fixing copy.sh not overwrite filesDon Williams10 days-21/+41
| | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: ../../../copy.sh modified: ../../../scripts/lib_copy.sh
* Fixed wallpaper and kitty not preservedDon Williams10 days-20/+49
| | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: scripts/lib_copy.sh
* Fixed overwrites and remove hypridle restore promptDon Williams10 days-37/+101
| | | | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: copy.sh modified: scripts/lib_copy.sh
* Updated CHANGELOGDon Williams10 days-0/+4
| | | | Signed-off-by: Don Williams <don.e.williams@gmail.com>
* Upd copy.sh to preserve existing user filesDon Williams10 days-38/+145
| | | | | | | | | | | | | | | | | | | | Also removed manual restore for kitty/ghossty since they are UserConfigs now copy.sh will seed the new kitty/ghostty/hyprview layout selector if not there during first upgrade Signed-off-by: Don Williams <don.e.williams@gmail.com> Please enter the commit message for your changes. Lines starting with '#' will be ignored, and an empty message aborts the commit. On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: copy.sh modified: scripts/lib_copy.sh
* Fixed kitty theme dropping menuDon Williams10 days-4/+39
| | | | | | | | | | | | | Also added more metadata to settings search Signed-off-by: Don Williams <don.e.williams@gmail.com> 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/hypr/scripts/Kool_Quick_Settings.sh
* Kitty theme duplicated entriesDon Williams10 days-7/+4
| | | | Signed-off-by: Don Williams <don.e.williams@gmail.com>
* Fixing kitty / ghostty theme preview / selectionDon Williams10 days-11/+50
| | | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Ghostty_themes.sh modified: config/hypr/scripts/Kitty_themes.sh
* Added settings menu metadata for searchDon Williams10 days-12/+10
| | | | Signed-off-by: Don Williams <don.e.williams@gmail.com>
* Fixed theme selector for kitty and ghosttyDon Williams10 days-5/+36
| | | | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/UserConfigs/kitty.conf modified: config/hypr/scripts/Ghostty_themes.sh modified: config/hypr/scripts/Kitty_themes.sh
* Created default config files for kitty / ghosttyDon Williams10 days-0/+170
| | | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: config/hypr/UserConfigs/ghostty.conf new file: config/hypr/UserConfigs/kitty.conf
* Moved default config kitty/ghostty to UserConfigsDon Williams10 days-12/+107
| | | | | | | | | | | | | | | | Updated scripts and set eclusion in lua mgiration script to preseve them Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/scripts/DarkLight.sh modified: config/hypr/scripts/Ghostty_themes.sh modified: config/hypr/scripts/Kitty_themes.sh modified: scripts/migrate-hypr-to-lua.sh
* Fixed settings menu,select hyprview shows layoutDon Williams10 days-2/+2
| | | | | | | | | | | Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Kool_Quick_Settings.sh modified: config/hypr/scripts/select-hyprview-layout.sh
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage