From 59ea70aef406bf531224b3cf315ee5efa035c1ad Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Fri, 20 Aug 2021 20:11:41 +0200 Subject: [PATCH] Show datetime on xsecurelock --- home/.config/shell/environment | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.config/shell/environment b/home/.config/shell/environment index 74c9b58..0caff6b 100755 --- a/home/.config/shell/environment +++ b/home/.config/shell/environment @@ -58,5 +58,6 @@ fi export SUDO_ASKPASS="$HOME/.local/bin/scripts/dmenu/dmenupass" export PIPENV_VENV_IN_PROJECT=1 # Force pipenv to create new environments within projects ./.venv export XSECURELOCK_SHOW_HOSTNAME=0 # Don't show hostname in xsecurelock +export XSECURELOCK_SHOW_DATETIME=1 # Show current date and time in xsecurelock #export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme.