#!/bin/sh # Run swaylock exec /usr/bin/swaylock \ --daemonize \ --indicator \ --clock \ --screenshots \ --effect-blur 20x10 \ --indicator-radius 100 \ --font 'Hack Nerd Font' \ --text-color '#FFFFFF' \ --line-uses-ring \ --separator-color '#00000000'