aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeLines
* Added Everforest-glass config for ML4W glass style(scope): titleDon Williams2026-01-15-0/+143
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: config/waybar/configs/[TOP] Everforest-glass
* Added glass varient to default laptop configDon Williams2026-01-15-0/+51
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: config/waybar/configs/[TOP] Default Laptop-glass
* Small fix to waybar disables wlr/taskbarDon Williams2026-01-15-1/+1
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/waybar/configs/[TOP & BOT] SummitSplit-glass
* Added new waybar config tuned for ML4W glass styleDon Williams2026-01-15-0/+93
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: config/waybar/configs/[TOP & BOT] SummitSplit-glass
* fix: Email WindowRulesbrockar2026-01-14-1/+2
|
* Script wasn't checking for proper filename fixedDon Williams2026-01-13-5/+23
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Kool_Quick_Settings.sh
* Added toggle for Rainbow border in Edit menuDon Williams2026-01-13-0/+33
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Kool_Quick_Settings.sh
* fix: windowrules center for float windowsbrockar2026-01-12-5/+5
|
* 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
* 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
* Fixed parser not detecting unbinds / rebindsDon Williams2026-01-09-0/+7
| | | | | | | | | 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
* 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/+64
| | | | | | | | | | | | | | | | | | - `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/+55
| | | | | | | | | | | | | | | | | | | - `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
* 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
* fix(swaync): correct mpris album art size (#913)Tim2026-01-08-2/+2
| | | | | The mpris widget image-size was set to 10 pixels, causing album art to appear as a tiny distorted strip. Changed to 96 pixels for proper display with slight border radius for visual consistency.
* Create default config for Wezterm NOT themed yetDon Williams2026-01-08-0/+115
| | | | | | | | | | | | | | At this time wezterm is not installed by default However, if user installs it they will have a nice config to begin with Later I hope to add theming support On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md new file: config/wezterm/wezterm.lua modified: copy.sh
* Adding reload config to ghostty on theme/wallpaper changeDon Williams2026-01-08-0/+14
| | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/ThemeChanger.sh modified: config/hypr/scripts/WallustSwww.sh
* Fixing ghostty wallust integrationDon Williams2026-01-08-0/+11
| | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/ThemeChanger.sh modified: config/hypr/scripts/WallustSwww.sh modified: copy.sh
* Fixing colors for wallust in ghostty configDon Williams2026-01-08-16/+16
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/wallust/templates/colors-ghostty.conf
* Added support for ghostty term integrated w/wallustDon Williams2026-01-08-1/+39
| | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/ghostty/ghostty.config modified: config/hypr/scripts/ThemeChanger.sh modified: config/hypr/scripts/WallustSwww.sh new file: config/wallust/templates/colors-ghostty.conf modified: config/wallust/wallust.toml
* Had to remove some features for older ghostty buildsDon Williams2026-01-07-34/+1
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: ghostty.config
* Added ghostty config file w/wallust integrationDon Williams2026-01-07-0/+62
| | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: ghostty/ghostty.config modified: ../copy.sh
* Fixing colors on two rofi styles KooL_style-8 and -6Don Williams2026-01-07-1/+13
| | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/rofi/themes/KooL_style-6.rasi modified: config/rofi/themes/KooL_style-8.rasi
* Fixed (hopefully) incorrect selection colors in rofiDon Williams2026-01-07-22/+22
| | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/rofi/themes/KooL_style-3-FullScreen-v1.rasi modified: config/rofi/themes/KooL_style-6.rasi modified: config/rofi/themes/KooL_style-8.rasi modified: config/rofi/themes/KooL_style-9.rasi modified: config/rofi/themes/saint-rofi.rasi
* Fixing rofi selection color issueDon Williams2026-01-07-4/+18
| | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/ThemeChanger.sh modified: config/rofi/themes/KooL_style-5.rasi
* Fixing odd rofi selection colorsDon Williams2026-01-07-6/+6
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/wallust/templates/colors-rofi.rasi
* Fixed two styles sheets with hardcoded colorsDon Williams2026-01-07-16/+16
| | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/waybar/style/[WALLUST] ML4W-modern-mixed.css modified: config/waybar/style/[WALLUST] ML4W-modern.css
* Trying a different mapping for style-4/7Don Williams2026-01-07-2/+2
|
* Still issues with style-4/-7 remapping againDon Williams2026-01-07-6/+6
|
* Changed to non urgent colorsDon Williams2026-01-07-15/+18
| | | | | | | | | | | | | | | | With some themes, KooL_style-4 and KooL_style-7 selecting Dracula with the existing code sourced "selected" from Wallust colors. Resulting in bright red accent colors Accents now use @color11 and @color12 Hopefully this finally resolves the issues On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/rofi/themes/KooL_style-4.rasi modified: config/rofi/themes/KooL_style-7.rasi
* Found more places where colors predefinedDon Williams2026-01-07-2/+2
|
* Fixed KooL_style-4 was hard coded to redDon Williams2026-01-07-2/+2
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/rofi/themes/KooL_style-4.rasi
* Found other rofi themes that were hard coded RED vs $color13Don Williams2026-01-07-8/+8
| | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/rofi/themes/KooL_style-1.rasi modified: config/rofi/themes/KooL_style-13-Vertical.rasi modified: config/rofi/themes/KooL_style-14.rasi modified: config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi modified: config/rofi/themes/KooL_style-5.rasi modified: config/rofi/themes/KooL_style-6.rasi modified: config/rofi/themes/KooL_style-7.rasi modified: config/rofi/themes/saint-rofi.rasi
* Found Urgent was hard coded RED, setting toDon Williams2026-01-07-1/+3
|
* Wait timer was wrongDon Williams2026-01-07-5/+30
|
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage