All Projects → owenthewizard → i3lock-next

owenthewizard / i3lock-next

Licence: MIT License
Create a fancy image to use with i3lock.

Programming Languages

c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to i3lock-next

dotfiles
My dotfiles, with an out-of-date install-script. Arch, Tiling WM (i3, sway), ZSH, Neovim
Stars: ✭ 20 (-68.75%)
Mutual labels:  i3, i3wm
i3nator
i3nator is Tmuxinator for the i3 window manager
Stars: ✭ 57 (-10.94%)
Mutual labels:  i3, i3wm
i3-dstatus
Another great statusline generator for i3wm
Stars: ✭ 35 (-45.31%)
Mutual labels:  i3, i3wm
raiseorlaunch
A run-or-raise-application-launcher for i3 window manager.
Stars: ✭ 35 (-45.31%)
Mutual labels:  i3, i3wm
kitti3
Kitty drop-down service for sway & i3wm
Stars: ✭ 73 (+14.06%)
Mutual labels:  i3, i3wm
dotfiles
A total nord dotfiles used by me. Forever work in progress.
Stars: ✭ 35 (-45.31%)
Mutual labels:  i3, i3wm
sway-alttab
Simple Alt-Tab daemon for SwayWM/i3. Switches back to previous focused window on Alt-Tab or SIGUSR1
Stars: ✭ 36 (-43.75%)
Mutual labels:  i3, i3wm
hax
Zero-config Hacky Hackpecker setup
Stars: ✭ 16 (-75%)
Mutual labels:  i3, i3wm
i3blocks-crypto
💵 View your favorite coins' ticker prices with i3blocks.
Stars: ✭ 30 (-53.12%)
Mutual labels:  i3, i3wm
i3-wm-gruvbox-theme
An i3-wm gruvbox theme implementation
Stars: ✭ 229 (+257.81%)
Mutual labels:  i3, i3wm
i3status
Simple status bar for i3 / i3-gaps / sway written in bash and python
Stars: ✭ 69 (+7.81%)
Mutual labels:  i3, i3wm
i3blocks-modules
Custom modules for i3blocks status bar
Stars: ✭ 36 (-43.75%)
Mutual labels:  i3, i3wm
no-mans-sky-rice-i3wm
i3WM rice themed using No Man's Sky's colors
Stars: ✭ 34 (-46.87%)
Mutual labels:  i3, i3wm
negi3wm
Brings a lot of unique UX features inspired by ion3/notion wm. Probably the most sophisticated example of i3ipc usage ever created
Stars: ✭ 27 (-57.81%)
Mutual labels:  i3, i3wm
i3-workspace-switcher
MRU (Most recently used) workspace switcher for i3 window manager
Stars: ✭ 20 (-68.75%)
Mutual labels:  i3, i3wm
i3wm-config
i3wm config files. Updated config files are in the repository below.
Stars: ✭ 13 (-79.69%)
Mutual labels:  i3, i3wm
i3-timer
⏰ A simple timer for the i3 window manager
Stars: ✭ 34 (-46.87%)
Mutual labels:  i3, i3wm
dotfiles
My main working machine setup. Here be cyber dragons, and optional bugs.
Stars: ✭ 35 (-45.31%)
Mutual labels:  i3, i3wm
i3
Archivos de configuraciones de i3
Stars: ✭ 32 (-50%)
Mutual labels:  i3, i3wm
polybar-now-playing
Script for polybar to display and control media(not only Spotify) using DBus.
Stars: ✭ 34 (-46.87%)
Mutual labels:  i3, i3wm

This project has been succeeded by i3lockr


i3lock-next

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

screenshot: main

video: usage

Features

  • Built-in support for custom lock images: the i3lock indicator will scale automatically.
  • Speed: i3lock-next is very fast because most of the image manipulation is done in C.
  • Multi-monitor support: what it says on the tin.

Dependencies

Most of these should be available via the package manager for your distribution.

Installation

$ make
# make install

To use a custom prefix for the installation directory:

$ make PREFIX=/your/custom/prefix
# make install PREFIX=/your/custom/prefix

Usage

i3lock-next [-h|--help] [prompt] [font] [size]

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

	prompt      Prompt string to display, default is none.

	font        Font to to use, default is Sans.

	size        Size of font, default is 18.

Examples

Custom Font and Prompt:

$ i3lock-next "Input password" "DejaVu Sans Mono" 24

screenshot: custom font and prompt

Default Prompt (None):

$ i3lock-next

screenshot: default font

Attributions

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].