diff options
| author | Julian Hurst <julian.hurst92@gmail.com> | 2020-07-05 21:41:48 +0200 |
|---|---|---|
| committer | Julian Hurst <julian.hurst92@gmail.com> | 2020-07-05 21:41:48 +0200 |
| commit | cc3606526a78e5e8e90a22b46ef36d5746214b57 (patch) | |
| tree | 34b745883424662bd849bfbb7577b007c3c27fef /statusbar.conf | |
| parent | 4f94299a15f6724ec45fb27022cd45f80ca0164e (diff) | |
| download | statusbar-cc3606526a78e5e8e90a22b46ef36d5746214b57.tar.gz | |
Add clock label and format
Diffstat (limited to 'statusbar.conf')
| -rw-r--r-- | statusbar.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/statusbar.conf b/statusbar.conf index dc46741..f5cd68f 100644 --- a/statusbar.conf +++ b/statusbar.conf @@ -13,3 +13,7 @@ mountpoints = [ "/", "/mnt/storage", "/mnt/storage1" ] labelplaying = "▶ " labelpaused = "⏸ " labelstopped = "-" + +[clock] +label = "" +format = "Monday 2006-01-02 15:04:05" |
