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