diff options
author | Camil Staps | 2023-01-13 14:21:11 +0100 |
---|---|---|
committer | Camil Staps | 2023-01-13 14:21:11 +0100 |
commit | 953876894e69a206e1edfda444a4d88d02671b51 (patch) | |
tree | d8bb0f13e2c9a8bf4cfcd59b90e2c219437b3fd1 /i3/.i3status.conf | |
parent | Make screenshots silent (diff) |
Use Amsterdam time zone
Diffstat (limited to 'i3/.i3status.conf')
-rw-r--r-- | i3/.i3status.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i3/.i3status.conf b/i3/.i3status.conf index 482ee0b..c0483ae 100644 --- a/i3/.i3status.conf +++ b/i3/.i3status.conf @@ -44,6 +44,6 @@ load { } tztime utc { - format = "%a %b %-d, %I:%M %p UTC" - timezone = "Etc/UTC" + format = "%a %b %-d, %H:%M" + timezone = "Europe/Amsterdam" } |