aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* new: copy.sh looks the version of dotsbrockar2025-11-22-21/+71
|
* fix: copy.sh now use configs instead of UserSettingsbrockar2025-11-22-80/+56
|
* new: UserSettings commentbrockar2025-11-22-0/+2
|
* mv: workspace help as workspace.confbrockar2025-11-13-0/+0
|
* mv: split system defaults from user overridesbrockar2025-11-13-112/+120
|
* move: Keybindsbrockar2025-11-13-66/+63
|
* new: startup apps for usersbrockar2025-11-13-22/+28
|
* new: env vars modifybrockar2025-11-13-55/+106
|
* Merge remote-tracking branch 'origin/development' into br-userconfigsbrockar2025-11-13-420/+349
|\
| * Adj layout for 2k+ monitorsDon Williams2025-11-13-5/+5
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: hyprlock.conf
| * Adj 2k+ res hyprlock.conf to horizontal layoutDon Williams2025-11-13-50/+49
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: hyprlock.conf
| * Updated hyprlock 1080 to horizontal layoutDon Williams2025-11-13-40/+40
| | | | | | | | | | | | | | | | | | | | Adjust fontsize and colors On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: hyprlock-1080p.conf
| * Reverting 2K hyprlock to originalDon Williams2025-11-13-49/+50
| | | | | | | | | | | | | | | | | | | | Editing 1080 hyprlock screen overwrote 2K by mistake On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: hyprlock.conf
| * Upd std resolution lockscreen to horizontal layoutinstaller2025-11-13-50/+49
| | | | | | | | | | | | | | | | | | | | | | Reduced the font size and colors Going to convert the 2k lockscreen next On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/hyprlock.conf
| * fix: hyprland.conf user windowrulesbrockar2025-11-12-0/+1
| |
| * fix: add UserConfigs/Startup_App.conf to hyprland.conf and clean a bitbrockar2025-11-12-11/+3
| |
| * fix: Weather.py one-off runbrockar2025-11-09-1/+1
| |
| * feat: resume hyprsunset (#862)Alberson Miranda2025-11-08-5/+19
| | | | | | Looks good! Merging this into development branch 👍
| * Fixing Super J/K cycle next/prev for auto layoutDon Williams2025-11-07-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | Cycle next/prev is different for dwindle vs. master Oringinal code only worked in master. This script detects which and rebunds SUPER J/K accordingly On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/KeybindsLayoutInit.sh
| * Fixing layout aware SUPER J/K cycle next/prevDon Williams2025-11-05-3/+6
| | | | | | | | | | | | | | | | | | 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/scripts/KeybindsLayoutInit.sh
| * Dropped duplicate startup_apps.sh scriptDon Williams2025-11-05-186/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed the ComposeHyprConfitg.sh script Your branch is up to date with 'origin/development'. Changes to be committed: deleted: config/hypr/UserConfigs/Startup_Apps.conf modified: config/hypr/hyprland.conf deleted: config/hypr/scripts/ComposeHyprConfigs.sh modified: config/hypr/scripts/Kool_Quick_Settings.sh modified: copy.sh modified: upgrade.sh
| * Merge pull request #861 from JaKooLit/ddubs-layoutDonald Williams2025-11-05-8/+76
| |\ | | | | | | feat(hypr): layout-aware J/K binds + startup sourcing fixes (v2.3.18)
| | * chore(release): v2.3.18\n\nKeybinds\n- Initialize SUPER+J/K to match default ↵Don Williams2025-11-05-1/+10
| | | | | | | | | | | | layout at login via scripts/KeybindsLayoutInit.sh\n- Keep ChangeLayout.sh dynamic rebinds on layout toggle\n- Credit: Suresh Thagunna (https://github.com/suresh466)\n\nStartup\n- Source vendor Startup_Apps/WindowRules first, then UserConfigs overlay to restore baseline autostarts while honoring user additions\n- Quick Settings: Edit Startup Apps opens full vendor defaults\n\nMeta\n- Version marker: config/hypr/v2.3.18
| | * fix(startup): load vendor Startup_Apps/WindowRules then user overlay\n\n- ↵Don Williams2025-11-05-1/+5
| | | | | | | | | | | | Restores baseline autostarts (waybar, swaync, etc.) while allowing user additions\n- Keeps SUPER+SHIFT+E editing vendor Startup_Apps for full view
| | * fix(hypr): source UserConfigs/Startup_Apps.conf and WindowRules.conf ↵Don Williams2025-11-05-5/+2
| | | | | | | | | | | | again\n\n- Revert to runtime includes that always exist to restore startup apps\n- Keep KeybindsLayoutInit in vendor configs/Startup_Apps.conf so it runs
| | * fix(qs): Edit Startup Apps opens full vendor defaults ↵Don Williams2025-11-05-1/+1
| | | | | | | | | | | | (configs/Startup_Apps.conf)\n\n- Restores prior behavior where users edit the complete startup config\n- Composition still merges overlay+vendor at runtime
| | * fix(startup): preserve KeybindsLayoutInit in composed Startup_Apps; harden ↵Don Williams2025-11-05-5/+21
| | | | | | | | | | | | hyprlock 12h edits\n\n- ComposeHyprConfigs.sh: ignore disabling /KeybindsLayoutInit.sh\n- copy.sh migration: filter KeybindsLayoutInit from Startup_Apps.disable\n- copy.sh: target existing hyprlock template, avoid sed errors
| | * fix(copy): always add KeybindsLayoutInit.sh to UserConfigs/Startup_Apps ↵Don Williams2025-11-05-0/+8
| | | | | | | | | | | | overlay\n\n- Ensures the layout-aware J/K init survives composition and user updates\n- Prevents cases where generated/Startup_Apps.conf misses the init entry
| | * feat(hypr): source composed generated/Startup_Apps.conf and ↵Don Williams2025-11-05-2/+5
| | | | | | | | | | | | WindowRules.conf\n\n- Hypr now loads ~/.config/hypr/generated outputs from ComposeHyprConfigs.sh\n- Avoids confusion when UserConfigs/Startup_Apps.conf is only an overlay
| | * feat(hypr): align SUPER+J/K binds to current layout on startup\n\n- Add ↵Don Williams2025-11-05-0/+31
| | | | | | | | | | | | scripts/KeybindsLayoutInit.sh to set J/K (and O for togglesplit) based on general:layout\n- Wire via Startup_Apps.conf (exec-once) so default dwindle or master both get correct binds\n- Complements scripts/ChangeLayout.sh dynamic rebinds
| * | fix(rofi): update RofiBeats shebang to /usr/bin/env bashmio-dokuhaki2025-11-05-1/+1
| | |
| * | feat(rofi): merge RofiBeats dynamic music system into developmentmio-dokuhaki2025-11-05-110/+110
| |/
| * scripts is config/hypr/scripts weren't executableDon Williams2025-11-03-14/+23
| | | | | | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: scripts/Battery.sh modified: scripts/ComposeHyprConfigs.sh modified: scripts/OverviewToggle.sh modified: scripts/sddm_wallpaper.sh
| * Merge pull request #856 from albersonmiranda/hotfix-nightlightmio-dokuhaki2025-11-03-2/+0
| |\ | | | | | | hotfix: remove hypersunset from status group
| | * hotfix: remove hypersunset from status group.Alberson Miranda2025-11-02-2/+0
| | |
| * | feat: Add smart AGS/Quickshell fallback with OverviewToggle wrapperDon Williams2025-11-02-14/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements a robust fallback mechanism for desktop overview functionality that handles both AGS and Quickshell installations gracefully. Changes: - Add OverviewToggle.sh wrapper script that tries Quickshell first, falls back to AGS if unavailable or broken - Update UserKeybinds.conf with new SUPER+A binding to OverviewToggle.sh - Preserve original AGS and Quickshell keybinds as commented references - Simplify copy.sh logic to enable both AGS and QS simultaneously - Remove conflicting keybind toggle logic from copy.sh Benefits: - Users can have both AGS and Quickshell installed simultaneously - Automatic fallback when one tool is broken or unavailable - Quickshell preferred (tried first) as it's more performant - Graceful degradation with user notification if neither available - Auto-starts AGS if installed but not running - Compatible with existing upgrade.sh and ComposeHyprConfigs.sh workflow Technical details: - OverviewToggle.sh checks for running processes before attempting toggle - Uses hyprctl dispatch for Quickshell's global dispatcher - Falls back to ags -t 'overview' with rofi cleanup for AGS - Shows desktop notification if neither tool is available - Script auto-made executable via existing chmod in copy.sh (line 1027) Addresses: Issue where AGS and Quickshell have had recent stability problems, requiring manual keybind switching between them
| * | SWWW v0.11.2 uses swww-daemon --format argb nowDon Williams2025-10-31-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the flag for updated SWWW On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/UserConfigs/Startup_Apps.conf
* | | windowrules.conf new locationbrockar2025-10-31-232/+3
| | |
* | | del: windowrules-old.confbrockar2025-10-31-206/+0
|/ /
* | Small decription changesDon Williams2025-10-30-10/+10
| | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/UserConfigs/UserKeybinds.conf modified: config/hypr/configs/Keybinds.conf
* | refactor(keybinds): use bindd with descriptions across configsDon Williams2025-10-30-152/+203
| | | | | | | | | | | | | | - Convert binds to description form (bindd/bindld/binded/bindmd/bindlnd) - Keep naming as powermenu for shutdown/reboot/logout/suspend - Update KeyBinds.sh to parse and display descriptions - Update CHANGELOG
* | Added icons for alacritty and nwg-displaysDon Williams2025-10-29-1/+2
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/waybar/ModulesWorkspaces
* | Added more appl icons for waybars that use themDon Williams2025-10-29-5/+33
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/waybar/ModulesWorkspaces
* | Added message about AI wallpaper downloadDon Williams2025-10-29-25/+29
| | | | | | | | | | | | | | | | | | | | allows user to not install wallpapers On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: copy.sh
* | Updated CHANGELOG.mdDon Williams2025-10-28-3/+14
| |
* | The variable for UserConfig dir was hard codedDon Williams2025-10-28-3/+1
| | | | | | | | | | | | | | | | | | | | Should be varible $USerConfig On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: hyprland.conf
* | Fixed path issue on Startup and Window RulesDon Williams2025-10-28-3/+3
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: hyprland.conf
* | Changed /usr/bin/bash to /usr/bin/env bashDon Williams2025-10-28-69/+544
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: Distro-Hyprland.sh modified: config/hypr/UserScripts/RainbowBorders.sh modified: config/hypr/UserScripts/RofiBeats.sh modified: config/hypr/UserScripts/RofiCalc.sh modified: config/hypr/UserScripts/Tak0-Autodispatch.sh modified: config/hypr/UserScripts/WallpaperAutoChange.sh modified: config/hypr/UserScripts/WallpaperEffects.sh modified: config/hypr/UserScripts/WallpaperRandom.sh modified: config/hypr/UserScripts/WallpaperSelect.sh modified: config/hypr/UserScripts/Weather.sh modified: config/hypr/UserScripts/WeatherWrap.sh modified: config/hypr/UserScripts/ZshChangeTheme.sh new file: config/hypr/configs/Startup_Apps.conf new file: config/hypr/configs/WindowRules.conf modified: config/hypr/hyprland.conf modified: config/hypr/initial-boot.sh modified: config/hypr/scripts/AirplaneMode.sh modified: config/hypr/scripts/Animations.sh modified: config/hypr/scripts/Battery.sh modified: config/hypr/scripts/Brightness.sh modified: config/hypr/scripts/BrightnessKbd.sh modified: config/hypr/scripts/ChangeBlur.sh modified: config/hypr/scripts/ChangeLayout.sh modified: config/hypr/scripts/ClipManager.sh new file: config/hypr/scripts/ComposeHyprConfigs.sh modified: config/hypr/scripts/DarkLight.sh modified: config/hypr/scripts/Distro_update.sh modified: config/hypr/scripts/Dropterminal.sh modified: config/hypr/scripts/GameMode.sh modified: config/hypr/scripts/Hypridle.sh modified: config/hypr/scripts/KeyBinds.sh modified: config/hypr/scripts/KeyHints.sh modified: config/hypr/scripts/KillActiveProcess.sh modified: config/hypr/scripts/Kitty_themes.sh modified: config/hypr/scripts/KooLsDotsUpdate.sh modified: config/hypr/scripts/Kool_Quick_Settings.sh modified: config/hypr/scripts/LockScreen.sh modified: config/hypr/scripts/MediaCtrl.sh modified: config/hypr/scripts/MonitorProfiles.sh modified: config/hypr/scripts/Polkit-NixOS.sh modified: config/hypr/scripts/Polkit.sh modified: config/hypr/scripts/PortalHyprland.sh modified: config/hypr/scripts/Refresh.sh modified: config/hypr/scripts/RefreshNoWaybar.sh modified: config/hypr/scripts/RofiEmoji.sh modified: config/hypr/scripts/RofiSearch.sh modified: config/hypr/scripts/RofiThemeSelector-modified.sh modified: config/hypr/scripts/RofiThemeSelector.sh modified: config/hypr/scripts/ScreenShot.sh modified: config/hypr/scripts/Sounds.sh modified: config/hypr/scripts/SwitchKeyboardLayout.sh modified: config/hypr/scripts/Tak0-Autodispatch.sh modified: config/hypr/scripts/TouchPad.sh modified: config/hypr/scripts/Volume.sh modified: config/hypr/scripts/WallustSwww.sh modified: config/hypr/scripts/WaybarLayout.sh modified: config/hypr/scripts/WaybarScripts.sh modified: config/hypr/scripts/WaybarStyles.sh modified: config/hypr/scripts/Wlogout.sh modified: config/hypr/scripts/sddm_wallpaper.sh modified: copy.sh modified: release.sh modified: upgrade.sh
* | Merge pull request #854 from prabinpanta0/developmentMartin Guzman2025-10-28-211/+805
|\ \ | | | | | | Weather System Integration Improvements
| * | fix: waybar: now use WeatherWrap.shbrockar2025-10-28-2/+3
| | |
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage