mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-13 20:19:43 +00:00
Fix time position on multi-monitor setup
This commit is contained in:
parent
3b0e102c19
commit
2e0a6dbcc3
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ lock() {
|
||||||
foreground=ffffffff
|
foreground=ffffffff
|
||||||
i3lock \
|
i3lock \
|
||||||
-t -i "$1" \
|
-t -i "$1" \
|
||||||
--timepos="110:h-70" \
|
--timepos="x+110:h-70" \
|
||||||
--datepos="135:h-45" \
|
--datepos="x+135:h-45" \
|
||||||
--clock --datestr "Type password to unlock..." \
|
--clock --datestr "Type password to unlock..." \
|
||||||
--insidecolor=$background --ringcolor=$foreground --line-uses-inside \
|
--insidecolor=$background --ringcolor=$foreground --line-uses-inside \
|
||||||
--keyhlcolor=$letterEnteredColor --bshlcolor=$letterRemovedColor --separatorcolor=$background \
|
--keyhlcolor=$letterEnteredColor --bshlcolor=$letterRemovedColor --separatorcolor=$background \
|
||||||
|
|
Loading…
Reference in a new issue