diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-06-15 21:44:52 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-06-15 21:44:52 -0400 |
| commit | 748e9849856ec66374b0f1280a3137ae4f661b43 (patch) | |
| tree | 9dffcc5ba8fe1f253b84fa25d0364e2c7c282587 /.i3blocks.conf | |
| parent | e85bf27495f01be9790a4ed0fadc89459f4834ac (diff) | |
| download | eibhear-748e9849856ec66374b0f1280a3137ae4f661b43.tar.gz eibhear-748e9849856ec66374b0f1280a3137ae4f661b43.tar.zst eibhear-748e9849856ec66374b0f1280a3137ae4f661b43.zip | |
mpd, weather and mail blocks improved
Diffstat (limited to '.i3blocks.conf')
| -rw-r--r-- | .i3blocks.conf | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/.i3blocks.conf b/.i3blocks.conf index a39dd88..498d798 100644 --- a/.i3blocks.conf +++ b/.i3blocks.conf @@ -1,6 +1,11 @@ command=/usr/lib/i3blocks/$BLOCK_NAME separator_block_width=15 -markup=none +markup=pango + +[record] +command=cat ~/.scripts/.recording +interval=once +signal=9 [mpd] label=🎼 @@ -11,12 +16,12 @@ signal=11 [weather] command=i3weather -interval=1800 +interval=3600 [mail] -label=📧 +label=📮 command=i3mail -interval=300 +interval=180 align=left signal=12 @@ -42,4 +47,4 @@ interval=5 [time] label=📅 command=echo $(date '+%Y %b %d %I:%M%p') 🕓 -interval=5 +interval=30 |
