1man(1)                       Profanity XMPP client                      man(1)
2
3
4

NAME

6       /time
7
8

DESCRIPTION

10       Configure  time display preferences. Time formats are strings supported
11       by   g_date_time_format.   See    https://developer.gnome.org/glib/sta
12       ble/glib-GDateTime.html#g-date-time-format  for  more  details. Setting
13       the format to an unsupported string, will display the  string.  If  the
14       format contains spaces, it must be surrounded with double quotes.
15
16

SYNOPSIS

18       /time all|console|chat|muc|config|private|xml set <format>
19
20
21       /time all|console|chat|muc|config|private|xml off
22
23
24       /time statusbar set <format>
25
26
27       /time statusbar off
28
29
30       /time lastactivity set <format>
31
32

ARGUMENTS

34       console set <format>
35           Set time format for console window.
36
37       console off
38           Do not show time in console window.
39
40       chat set <format>
41           Set time format for chat windows.
42
43       chat off
44           Do not show time in chat windows.
45
46       muc set <format>
47           Set time format for chat room windows.
48
49       muc off
50           Do not show time in chat room windows.
51
52       config set <format>
53           Set time format for config windows.
54
55       config off
56           Do not show time in config windows.
57
58       private set <format>
59           Set time format for private chat windows.
60
61       private off
62           Do not show time in private chat windows.
63
64       xml set <format>
65           Set time format for XML console window.
66
67       xml off
68           Do not show time in XML console window.
69
70       statusbar set <format>
71           Change time format in statusbar.
72
73       statusbar off
74           Do not show time in status bar.
75
76       lastactivity set <format>
77           Change time format for last activity.
78
79       all set <format>
80           Set time for: console, chat, muc, config, private and xml windows.
81
82       all off
83           Do  not  show time for: console, chat, muc, config, private and xml
84           windows.
85
86

EXAMPLES

88       /time console set %H:%M:%S
89
90
91       /time chat set "%d-%m-%y %H:%M:%S"
92
93
94       /time xml off
95
96
97       /time statusbar set %H:%M
98
99
100       /time lastactivity set "%d-%m-%y %H:%M:%S"
101
102
103       /time all set "%d-%m-%y %H:%M:%S"
104
105
1060.11.0                            2021-09-28                            man(1)
Impressum