Skip to content

SuprDewd/i3lock-next

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i3lock-next

i3lock-next is a bash script and C helper program much like i3lock-fancy. i3lock-next aims to be much faster by using Imlib2 rather than ImageMagick, and beign written (mostly) in C.

screenshot

Video

Dependencies

  • i3lock-color - a fork of i3lock that supports custom ring colors
  • Imlib2
  • bash
  • fontconfig

Installation

Edit src/config.h

make
make install

Usage

i3lock-next [-h|--help] <font> <size>

Options:
    -h, --help  Display this help text.

    font        Font to to use, default sans.

    size        Size of font, default 18.

Example:

i3lock-next "Open Sans" 18

About

Create a fancy image to use with i3lock.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 65.9%
  • Makefile 19.4%
  • Shell 14.7%