a tool that changes your wallpaper if your workspace changes
$ make
# make install
$ make clean
# make uninstall
$ nix profile install github:nodeluna/lunawp
gcc >= 14 or clang >= 17
swww
hyprland, sway or qtile
read the man page and/or --help statement
when running "$ make" compiles the program and the binary is placed in the repo's main directory and build files in ./build
when running "# make install" the binary file is copied to /usr/bin/lunawp , and the man page to /usr/share/man/man1/lunawp.1
when running "$ make clean" the ./build is removed. And the binary is removed from the repo's directory but not from /usr/bin/lunawp
when running "# make uninstall" the binary file is removed from /usr/bin/lunawp as well as /usr/share/man/man1/lunawp.1
nodeluna - [email protected]