Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jagrat7/linux-wallpaper-engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.5
Choose a base ref
...
head repository: jagrat7/linux-wallpaper-engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.6
Choose a head ref
  • 2 commits
  • 15 files changed
  • 1 contributor

Commits on Mar 23, 2026

  1. a bunch of fixes (#33)

    - `nix develop --command` now works as expected (only spawn user shell in interactive mode)
    - pass a `nativeImage` icon instead of hardcoded path, and handle asset loading for different package targets (this fix the bug where the main window hangs with system tray enabled)
    - improve XDG autostart entry when toggling the launch at startup setting (handles native and flatpak packages)
    - fix flatpak icon not showing
    RainAfterDark authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    9d0ebbc View commit details
    Browse the repository at this point in the history
  2. nix: simpler shell setup + devshell docs (#36)

    I swear this has to be the final change for the devshell!
    
    The user shell part the hook I previously wrote was just unnecessary and
    caused more issues than it should have. I found direnv to be a better
    solution than whatever I came up with that makes setup even better with
    one less command (no need for `nix develop`, just `cd` to the project
    after it's been allowed). It's also not a strict prerequisite, anyone on
    Nix can still just use the `nix develop` normally.
    
    I've also went ahead and tidied up the Nix documentation for
    contributing, separating it to its own section, with an added a note for
    the graphics drivers problem for non-NixOS systems. I'll probably
    investigate that next and see if there's something that could be done
    about it.
    RainAfterDark authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    2e71260 View commit details
    Browse the repository at this point in the history
Loading