diff options
| author | phy <phy@localhost..> | 2026-04-06 18:27:58 +0100 |
|---|---|---|
| committer | phy <phy@localhost..> | 2026-04-06 18:27:58 +0100 |
| commit | 087ddd566632d568cd59b499ec36a882e41a236e (patch) | |
| tree | 2f6c045207892f65875755a8ffe4ad5e139403f8 /i3status-config | |
init
Diffstat (limited to 'i3status-config')
| -rw-r--r-- | i3status-config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/i3status-config b/i3status-config new file mode 100644 index 0000000..af4a4ab --- /dev/null +++ b/i3status-config @@ -0,0 +1,11 @@ +general { + markup = pango + colors = true + color_good = '#5C6A72' +} + +order += "tztime local" + +tztime local { + format = "<span color='#5C6A72'> %b%e %H:%M:%S </span>" +} |
