update background color for lockscreen
This commit is contained in:
parent
1e606eaeb5
commit
7597b15280
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ if ! [[ -f /usr/bin/i3lock ]]; then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
# colors
|
# colors
|
||||||
bg_color=22212c88
|
bg_color=22212cbb
|
||||||
red=ff9580ff
|
red=ff9580ff
|
||||||
cyan=80ffeaff
|
cyan=80ffeaff
|
||||||
green=8aff80ff
|
green=8aff80ff
|
||||||
|
|
Loading…
Reference in a new issue