No description
  • Go 64.1%
  • Makefile 26.7%
  • Shell 9.2%
Find a file
Simon Vieille 7ae22f639b
Some checks are pending
ci/woodpecker/push/build Pipeline is pending approval
ci/woodpecker/push/test Pipeline is pending approval
add base of readme
2024-07-30 21:44:05 +02:00
.woodpecker fix shell script 2024-07-30 21:35:43 +02:00
bin fix shell script 2024-07-30 21:35:43 +02:00
.fpm add CI files 2024-07-30 21:34:05 +02:00
.gitignore add CI files 2024-07-30 21:34:05 +02:00
config.yaml.example init 2024-07-30 19:59:47 +02:00
go.mod go mod tidy 2024-07-30 20:01:33 +02:00
go.sum go mod tidy 2024-07-30 20:01:33 +02:00
LICENCE add licence 2024-07-30 21:39:30 +02:00
main.go add CI files 2024-07-30 21:34:05 +02:00
Makefile add CI files 2024-07-30 21:34:05 +02:00
README.md add base of readme 2024-07-30 21:44:05 +02:00

🖥️ i3 wallpaper manager

i3 wallpaper manager is a command-line tool designed to change the wallpaper depending of active workspaces on i3.

📗 How to install the project

Pre-compiled versions are available in the Releases. For Debian users, a package is also provided.

If you want to compile the project from source, you will need at least the GO compiler version 1.22. Clone the project and run the make command. The compiled output will be located in the build directory.

$ git clone https://gitnet.fr/deblan/i3-wallpaper-manager
$ make

🧪 How to use the project

TODO.