man(1) | Profanity XMPP client | man(1) |
NAME
/time
DESCRIPTION
Configure time display preferences. Time formats are strings supported by g_date_time_format. See https://developer.gnome.org/glib/stable/glib-GDateTime.html#g-date-time-format for more details. Setting the format to an unsupported string, will display the string. If the format contains spaces, it must be surrounded with double quotes.
SYNOPSIS
/time all|console|chat|muc|config|private|xml set <format>
/time all|console|chat|muc|config|private|xml off
/time statusbar set <format>
/time statusbar off
/time lastactivity set <format>
/time vcard set <format>
ARGUMENTS
console set <format>
console off
chat set <format>
chat off
muc set <format>
muc off
config set <format>
config off
private set <format>
private off
xml set <format>
xml off
statusbar set <format>
statusbar off
lastactivity set <format>
vcard set <format>
all set <format>
all off
EXAMPLES
/time console set %H:%M:%S
/time chat set "%d-%m-%y %H:%M:%S"
/time xml off
/time statusbar set %H:%M
/time lastactivity set "%d-%m-%y %H:%M:%S"
/time all set "%d-%m-%y %H:%M:%S"
2023-08-03 | 0.13.1 |