#!/usr/bin/env bash
TIME_STR="%H:%M:%S"
DATE_STR="%A, %m %Y"
/usr/bin/i3lock "$@" --time-str="${TIME_STR}" --date-str="${DATE_STR}"