1
0
mirror of https://github.com/pgrondek/config.git synced 2024-11-25 13:16:01 +00:00

[i3blocks] Add date

This commit is contained in:
pgrondek 2019-05-27 23:23:00 +02:00
parent b437740e63
commit c4200e3812
2 changed files with 8 additions and 0 deletions

View File

@ -11,3 +11,6 @@ signal=10
[cpu]
label=CPU
interval=1
[date]
interval=60

5
i3blocks/date Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
FORMAT=+%Y.%m.%d\ %H:%M
date "$FORMAT"