aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr
Commit message (Collapse)AuthorAgeLines
...
| * Added config files for waybar-weather Added settinmgs to toggle C/FDon Williams2026-02-19-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md renamed: update-dots.sh -> archive/update-dots.sh modified: config/hypr/scripts/Kool_Quick_Settings.sh new file: config/hypr/scripts/Toggle-weather-waybar-units.sh new file: config/waybar-weather/cityname.txt new file: config/waybar-weather/config.toml new file: config/waybar-weather/geolocation.txt modified: copy.sh
| * Migrate Jakoolit to Linuxbeginnings repo referencesDon Williams2026-02-13-111/+111
| |
| * Added bitwarden rule floating, centeredDon Williams2026-02-10-0/+25
| | | | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/UserConfigs/WindowRules.conf modified: config/hypr/configs/WindowRules-config-v3.conf modified: config/hypr/configs/WindowRules.conf
| * Sync'd Backup window rules to current versionDon Williams2026-02-10-1/+1
| | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/configs/WindowRules-config-v3.conf
| * Fixed wrong script name in keybinds.confDon Williams2026-02-10-1/+1
| |
| * Added keybind for static rainbow borderDon Williams2026-02-10-0/+1
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/Keybinds.conf
| * Fixed Picture-in-Picture rule to cover lower caseDon Williams2026-02-10-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` windowrule { name = Picture-in-Picture match:title = ^[Pp]icture-in-[Pp]icture$ float = on move = 72% 7% opacity = 0.95 0.75 pin = on keep_aspect_ratio = on size = (monitor_w*0.3) (monitor_h*0.3) } ``` On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/WindowRules.conf
| * Added -h/--help and --run-once to set borders but no animationDon Williams2026-02-08-19/+73
| | | | | | | | | | | | | | | | | | | | | | It's a nice effect w/o the annoying color changes all the time 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
| * Added alternative RainbowBorders-low-cpu script to lower CPUDon Williams2026-02-08-0/+177
| | | | | | | | | | | | | | | | | | | | | | | | Based on code from DemiGoD Updated and some additions to lower CPU overhead further On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md new file: config/hypr/UserScripts/RainbowBorders-low-cpu.sh
| * Updated backup v3 rule fileDon Williams2026-02-08-28/+89
| |
| * Converted multple annon rules to single named rulesDon Williams2026-02-08-28/+89
| |
| * Updated backup v3 rule fileDon Williams2026-02-08-0/+24
| |
| * Added Window Rules for other octopi appsDon Williams2026-02-08-0/+24
| |
| * Added rule for octopi cache cleanerDon Williams2026-02-08-0/+24
| |
| * Updated backup v3 windows rules with new CachyOS apps rulesDon Williams2026-02-08-1/+37
| | | | | | | | | | | | | | | | | | 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: modified: config/hypr/configs/WindowRules-config-v3.conf
| * Added more CachyOS Winmdow rules, package and hello appDon Williams2026-02-08-0/+24
| | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/configs/WindowRules.conf
| * Added rule for CachyOS Kernel ManagerDon Williams2026-02-08-0/+12
| | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/configs/WindowRules.conf
| * Updated dots-tui-ubuntu-2404 to curent versionDon Williams2026-02-07-0/+0
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/dots-tui-ubuntu-2404
| * fix: Windowrule for brave browserbrockar2026-02-06-1/+1
| |
| * Fixed binding for hyprshotDon Williams2026-02-05-1/+1
| |
| * Updated CHANGELOGDon Williams2026-02-04-1/+1
| | | | | | | | | | | | | | | | | | 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
| * waybar-cava processes getting started on every waybar config changeDon Williams2026-02-04-2/+13
| | | | | | | | | | | | | | | | | | | | | | These changes kill those processes On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Refresh.sh modified: config/hypr/scripts/WaybarCava.sh
| * Fixed Window Rules for xdg_tagDon Williams2026-02-04-1/+1
| |
| * Added windowrule for proton game launchersDon Williams2026-02-03-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The submission was: `windowrule = match:xdg_tag ^(proton-game)$, tag +games` However per `hyprctl clients` the tag is `xdgTag` For now I have added both rules. On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/WindowRules.conf
| * Added Hyprshot screen capture ALTSHIFT+S region selectionDon Williams2026-02-01-0/+318
| | | | | | | | | | | | | | | | | | | | | | | | Captures to clipboard and $HOME/Pictures/Screenshots Useful for quick screen grab on keyboards w/o printscreen buttons On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/Keybinds.conf new file: config/hypr/scripts/hyprshot.sh
| * Docs: i18n edits (#940)Loris3832026-02-01-29/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add SummitSplit v3 configuration for top and bottom bars (#935) Added the configuration for SummitSplit to include 0-JA-0 Top and updated the bottom bar settings. * Refactor Tak0-Per-Window-Switch script, fixing issue (#936) Fixed the issue that made the script to forget the choice of language on windows. In case of switching from language 1 to language 3, switching a window, then getting back to the previous window - you had to switch from half-saved state to language 1 and then all the way to language 3. * Add french readme * Change i18n architecture * docs: commit message guidelines french translation * docs: add contributing.md french translation * docs: add code of conduct french translation Translation taken from https://www.contributor-covenant.org/fr/version/2/1/code_of_conduct/code_of_conduct.md * docs: linked french translations in readme.md Added under the spanish ones, same format --------- Co-authored-by: Martin Guzman <55927935+brockar@users.noreply.github.com> Co-authored-by: tak0dan <tmtroshko@gmail.com> Co-authored-by: Donald Williams <129223418+dwilliam62@users.noreply.github.com>
| * Added dots-tui-ubuntu-2404 to begin wiring into copy.shDon Williams2026-02-01-0/+1
| | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: config/hypr/scripts/dots-tui new file: config/hypr/scripts/dots-tui-ubuntu-2404
| * Added SUPERCTRL + K Kitty theme menuDon Williams2026-02-01-0/+1
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/Keybinds.conf
| * Re-enabled Virtual-1 1080p in monitors.confDon Williams2026-01-31-1/+1
| |
| * Added basic install script for uvDon Williams2026-01-31-0/+2
| | | | | | | | | | | | | | | | | | | | I will expand on it later, needed for testing On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: config/hypr/scripts/install-uv.sh
| * Added to copy.sh not startupDon Williams2026-01-29-2/+0
| | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/Startup_Apps.conf modified: copy.sh
| * Default wallpaper wasn't setDon Williams2026-01-29-0/+2
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/Startup_Apps.conf
| * Updated wallpaper and default waybar/styleDon Williams2026-01-29-0/+0
| | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/wallpaper_effects/.wallpaper_current modified: copy.sh
| * Broke out kitty config for softdark16 and dark16 elsewhereDon Williams2026-01-29-0/+17
| | | | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/WallustSwww.sh new file: config/wallust/wallust-kitty.toml modified: config/wallust/wallust.toml
| * Removed redundant kitty theme optionsDon Williams2026-01-29-1/+1
| |
| * Fixing delay in preview loopDon Williams2026-01-29-2/+4
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Kitty_themes.sh
| * Fixed when hitting enter the kitty theme menuDon Williams2026-01-29-0/+1
| | | | | | | | | | | | | | | | | | | | Enter previews theme and loops menu again. Until ESC or CTRL-S to set On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Kitty_themes.sh
| * Removed pre-applying theme caused huge delay in startupDon Williams2026-01-29-18/+18
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Kitty_themes.sh
| * Changing wallust color theme to softdark vs darkDon Williams2026-01-29-0/+14
| | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/WallustSwww.sh modified: config/wallust/wallust.toml
| * Fixed wallpaper based color themes so text is readableDon Williams2026-01-29-1/+1
| | | | | | | | | | | | | | | | | | 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/kitty/kitty.conf
| * Added restore kitty wallpaper and should reload on color changeDon Williams2026-01-29-5/+21
| | | | | | | | | | | | | | | | | | 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/kitty/kitty.conf
| * fix: update windowrules-v3 to follow windowrules configbrockar2026-01-27-62/+44
| |
| * fix: reorder windowrules to center floating onesbrockar2026-01-27-27/+29
| |
| * fix: windowrules with multiple regexbrockar2026-01-27-35/+22
| |
| * Updated version to 2.3.21 for development branchDon Williams2026-01-26-1/+1
| | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: configs/ENVariables.conf renamed: v2.3.20 -> v2.3.21
| * fix: WindowRules fix zapzap groupbrockar2026-01-24-1/+1
| |
* | Migrated Jakoolit to LinuxBeginningsDon Williams2026-02-13-113/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On branch main Your branch is up to date with 'origin/main'. Changes to be committed: modified: .github/FUNDING.yml modified: .github/ISSUE_TEMPLATE/bug.yml modified: .github/ISSUE_TEMPLATE/documentation-update.yml modified: .github/ISSUE_TEMPLATE/feature.yml modified: .github/PULL_REQUEST_TEMPLATE.md modified: CHANGELOG.md modified: CONTRIBUTING.es.md modified: CONTRIBUTING.md modified: Distro-Hyprland.sh modified: README.md modified: archive/release.sh modified: archive/upgrade.sh modified: config/cava/config modified: config/fastfetch/config-compact.jsonc modified: config/fastfetch/config-pokemon.jsonc modified: config/fastfetch/config-v2.jsonc modified: config/fastfetch/config.jsonc modified: config/hypr/Monitor_Profiles/default.conf modified: config/hypr/UserConfigs/00-Readme modified: config/hypr/UserConfigs/01-UserDefaults.conf modified: config/hypr/UserConfigs/ENVariables.conf modified: config/hypr/UserConfigs/Laptops.conf modified: config/hypr/UserConfigs/Startup_Apps.conf modified: config/hypr/UserConfigs/UserAnimations.conf modified: config/hypr/UserConfigs/UserDecorations.conf modified: config/hypr/UserConfigs/UserKeybinds.conf modified: config/hypr/UserConfigs/UserSettings.conf modified: config/hypr/UserConfigs/WindowRules.conf modified: config/hypr/UserConfigs/WorkSpaceRules.conf modified: config/hypr/UserScripts/00-Readme modified: config/hypr/UserScripts/RainbowBorders.bak.sh modified: config/hypr/UserScripts/RofiBeats.sh modified: config/hypr/UserScripts/RofiCalc.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.py modified: config/hypr/UserScripts/Weather.sh modified: config/hypr/UserScripts/WeatherWrap.sh modified: config/hypr/UserScripts/ZshChangeTheme.sh modified: config/hypr/animations/00-default.conf modified: config/hypr/animations/01-default - v2.conf modified: config/hypr/animations/03- Disable Animation.conf modified: config/hypr/animations/END-4.conf modified: config/hypr/animations/HYDE - Vertical.conf modified: config/hypr/animations/HYDE - default.conf modified: config/hypr/animations/HYDE - minimal-1.conf modified: config/hypr/animations/HYDE - minimal-2.conf modified: config/hypr/animations/HYDE - optimized.conf modified: config/hypr/animations/ML4W - classic.conf modified: config/hypr/animations/ML4W - dynamic.conf modified: config/hypr/animations/ML4W - fast.conf modified: config/hypr/animations/ML4W - high.conf modified: config/hypr/animations/ML4W - moving.conf modified: config/hypr/animations/ML4W - standard.conf modified: config/hypr/animations/Mahaveer - me-1.conf modified: config/hypr/animations/Mahaveer - me-2.conf modified: config/hypr/application-style.conf modified: config/hypr/configs/ENVariables.conf modified: config/hypr/configs/Keybinds.conf modified: config/hypr/configs/Laptops.conf modified: config/hypr/configs/Startup_Apps.conf modified: config/hypr/configs/SystemSettings.conf modified: config/hypr/configs/WindowRules-config-v3.conf modified: config/hypr/configs/WindowRules-pre-53.conf modified: config/hypr/configs/WindowRules.conf modified: config/hypr/hypridle.conf modified: config/hypr/hyprland.conf modified: config/hypr/hyprlock-1080p.conf modified: config/hypr/hyprlock-2k.conf modified: config/hypr/hyprlock.conf modified: config/hypr/initial-boot.sh modified: config/hypr/monitors.conf modified: config/hypr/scripts/AirplaneMode.sh modified: config/hypr/scripts/Animations.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 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/KeybindsLayoutInit.sh modified: config/hypr/scripts/KeyboardLayout.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/OverviewToggle.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/TouchPad.sh modified: config/hypr/scripts/UserConfigsSwitcher.sh modified: config/hypr/scripts/Volume.sh modified: config/hypr/scripts/WallustSwww.sh modified: config/hypr/scripts/WaybarCava.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: config/hypr/v2.3.20 modified: config/hypr/wallust/wallust-hyprland.conf modified: config/hypr/workspaces.conf modified: config/kitty/kitty-themes/00-Default.conf modified: config/kitty/kitty-themes/01-Wallust.conf modified: config/kitty/kitty.conf modified: config/rofi/0-shared-fonts.rasi modified: config/rofi/config-Animations.rasi modified: config/rofi/config-Monitors.rasi modified: config/rofi/config-calc.rasi modified: config/rofi/config-clipboard.rasi modified: config/rofi/config-edit.rasi modified: config/rofi/config-emoji.rasi modified: config/rofi/config-keybinds.rasi modified: config/rofi/config-kitty-theme.rasi modified: config/rofi/config-rofi-Beats-menu.rasi modified: config/rofi/config-rofi-Beats.rasi modified: config/rofi/config-rofi-theme.rasi modified: config/rofi/config-search.rasi modified: config/rofi/config-wallpaper-effect.rasi modified: config/rofi/config-wallpaper.rasi modified: config/rofi/config-waybar-layout.rasi modified: config/rofi/config-waybar-style.rasi modified: config/rofi/config-zsh-theme.rasi modified: config/rofi/config.rasi modified: config/rofi/themes/KooL_LonerOrZ.rasi modified: config/rofi/themes/KooL_style-1.rasi modified: config/rofi/themes/KooL_style-10-Fancy-v2.rasi modified: config/rofi/themes/KooL_style-10-Fancy.rasi modified: config/rofi/themes/KooL_style-11-Win11-list-dark.rasi modified: config/rofi/themes/KooL_style-11-Win11-list-light.rasi modified: config/rofi/themes/KooL_style-12-TOP-Docu.rasi modified: config/rofi/themes/KooL_style-13-Vertical.rasi modified: config/rofi/themes/KooL_style-14.rasi modified: config/rofi/themes/KooL_style-15-solarized.rasi modified: config/rofi/themes/KooL_style-2-Dark.rasi modified: config/rofi/themes/KooL_style-2-Light.rasi modified: config/rofi/themes/KooL_style-3-FullScreen-v1.rasi modified: config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi modified: config/rofi/themes/KooL_style-4.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/KooL_style-8.rasi modified: config/rofi/themes/KooL_style-9.rasi modified: config/rofi/wallust/colors-rofi.rasi modified: config/swaync/style.css modified: config/wallust/templates/colors-cava modified: config/wallust/templates/colors-ghostty.conf modified: config/wallust/templates/colors-hyprland.conf modified: config/wallust/templates/colors-kitty.conf modified: config/wallust/templates/colors-rofi.rasi modified: config/wallust/templates/colors-swaync.css modified: config/wallust/templates/colors-waybar.css modified: config/wallust/wallust.toml modified: config/waybar/Modules modified: config/waybar/ModulesCustom modified: config/waybar/ModulesGroups modified: config/waybar/ModulesVertical modified: config/waybar/ModulesWorkspaces modified: config/waybar/UserModules modified: config/waybar/configs/[BOT & Left] SouthWest modified: config/waybar/configs/[BOT & Right] SouthEast modified: config/waybar/configs/[BOT] Camellia modified: config/waybar/configs/[BOT] Chrysanthemum modified: config/waybar/configs/[BOT] Default modified: config/waybar/configs/[BOT] Default Laptop modified: config/waybar/configs/[BOT] Gardenia modified: config/waybar/configs/[BOT] Peony modified: config/waybar/configs/[BOT] Simple modified: config/waybar/configs/[BOT] Sleek modified: config/waybar/configs/[LEFT] WestWing modified: config/waybar/configs/[LEFT] WestWing v2 modified: config/waybar/configs/[RIGHT] EastWing modified: config/waybar/configs/[RIGHT] EastWing v2 modified: config/waybar/configs/[TOP & BOT] SummitSplit modified: config/waybar/configs/[TOP & BOT] SummitSplit v2 modified: config/waybar/configs/[TOP & BOT] SummitSplit-glass modified: config/waybar/configs/[TOP & Left] NorthWest modified: config/waybar/configs/[TOP & Right] NorthEast modified: config/waybar/configs/[TOP] 0-Ja-0 modified: config/waybar/configs/[TOP] Arrow modified: config/waybar/configs/[TOP] Camellia modified: config/waybar/configs/[TOP] Chrysanthemum modified: config/waybar/configs/[TOP] Default modified: config/waybar/configs/[TOP] Default (old v1) modified: config/waybar/configs/[TOP] Default (old v2) modified: config/waybar/configs/[TOP] Default (old v3) modified: config/waybar/configs/[TOP] Default (old v4) modified: config/waybar/configs/[TOP] Default Laptop modified: config/waybar/configs/[TOP] Default Laptop (old v1) modified: config/waybar/configs/[TOP] Default Laptop (old v2) modified: config/waybar/configs/[TOP] Default Laptop (old v3) modified: config/waybar/configs/[TOP] Default Laptop (old v4) modified: config/waybar/configs/[TOP] Default Laptop (old v5) modified: config/waybar/configs/[TOP] Default Laptop-glass modified: config/waybar/configs/[TOP] Everforest modified: config/waybar/configs/[TOP] Everforest-glass modified: config/waybar/configs/[TOP] Gardenia modified: config/waybar/configs/[TOP] Minimal - Long modified: config/waybar/configs/[TOP] Minimal - Short modified: config/waybar/configs/[TOP] Peony modified: config/waybar/configs/[TOP] Simple modified: config/waybar/configs/[TOP] Simpliest modified: config/waybar/configs/[TOP] Sleek modified: config/waybar/style/[0 VERTICAL] Golden Noir.css modified: config/waybar/style/[0 VERTICAL] Oglo Chicklets.css modified: config/waybar/style/[0 VERTICAL] [Catpuccin] Mocha.css modified: config/waybar/style/[Black & White] Monochrome.css modified: config/waybar/style/[Catppuccin] Frappe.css modified: config/waybar/style/[Catppuccin] Latte.css modified: config/waybar/style/[Catppuccin] Mocha.css modified: config/waybar/style/[Colored] Chroma Glow.css modified: config/waybar/style/[Colored] Translucent.css modified: config/waybar/style/[Colorful] Aurora Blossom.css modified: config/waybar/style/[Colorful] Aurora.css modified: config/waybar/style/[Colorful] Oglo Chicklets.css modified: config/waybar/style/[Colorful] Rainbow Spectrum.css modified: config/waybar/style/[Colorful] stolen-style.css modified: config/waybar/style/[Dark] Golden Eclipse.css modified: config/waybar/style/[Dark] Golden Noir.css modified: config/waybar/style/[Dark] Half-Moon.css modified: config/waybar/style/[Dark] Latte-Wallust combined v2.css modified: config/waybar/style/[Dark] Latte-Wallust combined.css modified: config/waybar/style/[Dark] Purpl.css modified: config/waybar/style/[Dark] Wallust Obsidian Edge.css modified: config/waybar/style/[Extra] Arrow.css modified: config/waybar/style/[Extra] Crimson.css modified: config/waybar/style/[Extra] EverForest.css modified: config/waybar/style/[Extra] ML4W starter.css modified: config/waybar/style/[Extra] Mauve.css modified: config/waybar/style/[Extra] Modern-Combined - Transparent.css modified: config/waybar/style/[Extra] Modern-Combined.css modified: config/waybar/style/[Extra] Neon Circuit.css modified: config/waybar/style/[Extra] Prismatic Glow.css modified: config/waybar/style/[Extra] Rose Pine.css modified: config/waybar/style/[Extra] Simple Pink.css modified: config/waybar/style/[Light] Monochrome Contrast.css modified: config/waybar/style/[Light] Obsidian Glow.css modified: config/waybar/style/[Rainbow] RGB Bordered.css modified: config/waybar/style/[Retro] Simple Style.css modified: config/waybar/style/[Transparent] Crystal Clear.css modified: config/waybar/style/[VERTICAL] [Catpuccin] Mocha.css modified: config/waybar/style/[WALLUST] ML4W-modern-mixed.css modified: config/waybar/style/[WALLUST] ML4W-modern.css modified: config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css modified: config/waybar/style/[Wallust Bordered] Chroma Simple.css modified: config/waybar/style/[Wallust Transparent] Crystal Clear.css modified: config/waybar/style/[Wallust] Box type.css modified: config/waybar/style/[Wallust] Chroma Edge.css modified: config/waybar/style/[Wallust] Chroma Fusion.css modified: config/waybar/style/[Wallust] Chroma Tally V2.css modified: config/waybar/style/[Wallust] Chroma Tally.css modified: config/waybar/style/[Wallust] Colored.css modified: config/waybar/style/[Wallust] Simple.css modified: config/waybar/wallust/colors-waybar.css modified: config/wlogout/style.css modified: copy.sh modified: i18n/README.de.md modified: i18n/README.jp.md modified: i18n/README.ro.md modified: i18n/README.ru.md modified: i18n/README.ua.md
* | Refactor Tak0-Per-Window-Switch script, fixing issue (#936)tak0dan2026-01-28-29/+16
|/ | | | Fixed the issue that made the script to forget the choice of language on windows. In case of switching from language 1 to language 3, switching a window, then getting back to the previous window - you had to switch from half-saved state to language 1 and then all the way to language 3.
* fix: remove non-english commentsbrockar2026-01-23-209/+85
|
* Moved version to v2.3.20Don Williams2026-01-22-1/+1
| | | | | | | | | | | 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: modified: CHANGELOG.md modified: config/hypr/configs/ENVariables.conf renamed: config/hypr/v2.3.19 -> config/hypr/v2.3.20
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage