Code Monkey home page Code Monkey logo

lazywal-cli's Introduction

lazywal-cli

This is a minimalistic animated wallpaper manager for Linux and probably BSD. Was created for me to see if I could do it and to learn how to create AUR packages.

Setup

Dependencies:

Universal install

make install

Arch Linux AUR

yay -S lazywal-cli

Usage

For help

lazywal-cli -h

Setting a video as a wallpaper

lazywal-cli [filename]

Restoring last wallpaper

lazywal-cli -r

Setting wallpaper for a specific monitor. This one is a bit more complicated, so I have a couple examples.

  • Ex1: External monitor in the right of main monitor

from xrandr,

HDMI-1-0 connected 2560x1080+1920+0 (normal left inverted right x axis y axis) 673mm x 284mm

So we use,

lazywal-cli -D 2560x1080+1920 animation.gif
  • Ex2: Render in the primary display

From xrandr,

eDP-1 connected primary 1920x1080+0+0

So we use,

lazywal-cli -D 1920x1080 animation.gif
  • DEFAULT: To render in both screens the same gif image (not mirrored)
lazywal-cli animation.gif

Tested DEs, WMs

Works:

  • GNOME 3 (mutter)
  • Openbox
  • XFCE
  • ratpoison
  • DWM
  • xmonad

Works, but has weird quirks:

  • BSPWM
  • i3

Doesn't work (for now):

TODO: test more

lazywal-cli's People

Contributors

buddhilw avatar fabricatorzayac avatar vars1ty avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.