diff options
Diffstat (limited to '')
| -rwxr-xr-x | des/i3/i3lock-color-custom.sh | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/des/i3/i3lock-color-custom.sh b/des/i3/i3lock-color-custom.sh new file mode 100755 index 0000000..f6d5f82 --- /dev/null +++ b/des/i3/i3lock-color-custom.sh @@ -0,0 +1,35 @@ +#!/bin/sh + +B='#00000000' # blank +C='#ffffff22' # clear ish +D='#ff00ffcc' # default +T='#ee00eeee' # text +W='#880000bb' # wrong +V='#bb00bbbb' # verifying + +i3lock \ +--insidever-color=$C \ +--ringver-color=$V \ +\ +--insidewrong-color=$C \ +--ringwrong-color=$W \ +\ +--inside-color=$B \ +--ring-color=$D \ +--line-color=$B \ +--separator-color=$D \ +\ +--verif-color=$T \ +--wrong-color=$T \ +--time-color=$T \ +--date-color=$T \ +--layout-color=$T \ +--keyhl-color=$W \ +--bshl-color=$W \ +\ +--screen 1 \ +-i "$HOME/.setup/des/i3/assets/wallpaper/dark_forest.png" \ +--clock \ +--indicator \ +--time-str="%H:%M:%S" \ +--date-str="%A, %m %Y" \ |
