UbuntuConfig/i3/lock.sh

14 lines
232 B
Bash
Raw Normal View History

2023-10-14 17:39:34 +08:00
#!/bin/bash
blank='#000000' # blank
#background='#1A6785FF'
background='#2e3440'
foreground='#D8DEE9FF' # text
primary='#4c566a' # default
alert='#81a1c1' # wrong
verifying='#A3BE8CFF' # verifying
i3lock \
--color=$blank \