mirror of
https://github.com/pgrondek/config.git
synced 2024-11-25 21:25:39 +00:00
[i3blocks] Add date
This commit is contained in:
parent
b437740e63
commit
c4200e3812
@ -11,3 +11,6 @@ signal=10
|
||||
[cpu]
|
||||
label=CPU
|
||||
interval=1
|
||||
|
||||
[date]
|
||||
interval=60
|
||||
|
5
i3blocks/date
Executable file
5
i3blocks/date
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
FORMAT=+%Y.%m.%d\ %H:%M
|
||||
|
||||
date "$FORMAT"
|
Loading…
Reference in New Issue
Block a user