PRIMARY CATEGORY → DESKTOP SETUP

I3LOCK-FANCYScreen Locker

This Bash Script performs the following actions →

  • Destkop Screenshoot
  • Background Blur
  • Lock Icon Adition

The current user’s password must be entered correctly in order to access the system

i3lock-fancy is launched by the sxhkd daemon when a certain input event, such as a Hotkey, is performed

~/.config/sxhkd/sxhkdrc
# I3Lock-Fancy Launch
super + shift + x
	/usr/bin/i3lock-fancy

More information here


Installation

Reference

Dependencies
sudo apt install -y -- imagemagick util-linux
I3Lock-Fancy

Git clone the Github Repository and Install it as follows →

sudo git clone https://github.com/meskarune/i3lock-fancy /opt/i3lock-fancy
cd !$
sudo make install

That’s it!

$ command -V i3lock-fancy
i3lock-fancy is /usr/bin/i3lock-fancy

To run the component, simply map its launch to a certain keybind through a Hotkey Daemon such as sxhkd

~/.config/sxhkd/sxhkdrc
super + shift + x # Windows + Shift + x
    /usr/bin/i3lock-fancy

ShortcutSuper-S-x