Skip to content

Commit

Permalink
added a real README
Browse files Browse the repository at this point in the history
  • Loading branch information
FabricatorZayac committed Mar 3, 2021
1 parent 8e4e179 commit 207881f
Showing 1 changed file with 32 additions and 3 deletions.
35 changes: 32 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
[WIP]
#lazywal-cli

---
This is a minimalistic animated wallpaper manager for Linux and probably BSD
##Setup

---
Dependencies:
* [mpv](https://github.com/mpv-player/mpv)
* [xwinwrap](https://github.com/ujjwal96/xwinwrap) ([aur](https://aur.archlinux.org/packages/xwinwrap-git/))

On arch you can install them with
```bash
pacman -S mpv
yay -S xwinwrap-git
```
You should also make ```lazywal-cli``` executable:
```bash
chmod +x lazywal-cli
```
##Usage

mpv
xwinwrap
---
For help
```bash
lazywal-cli -h
```
Setting a video as a wallpaper
```bash
lazywal-cli [filename]
```
Restoring last wallpaper
```bash
lazywal-cli -r
```

0 comments on commit 207881f

Please sign in to comment.