all repos — dotfiles @ 71943f8a3876eb1c01dadafb148117ba2f8af160

linux dotfiles

i3blocks/config (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
#[match]
#command=match_score
#interval=15
#
[reminder]
command=~/.config/i3blocks/note
interval=1
markup=pango

[taskwarrior]
command=~/.config/i3blocks/taskwarrior
interval=1
markup=pango

[disk]
command=~/.config/i3blocks/disk
interval=30
markup=pango

[newsboat]
markup=pango
command=~/.config/i3blocks/newsboat
interval=once
signal=10

# [bandwidth]
# command=~/.config/i3blocks/bandwidth2 
# interval=persist
# markup=pango

[cpu_load]
command=~/.config/i3blocks/cpu_load
interval=5

[battery]
markup=pango
command=~/.config/i3blocks/battery
interval=10

[time]
markup=pango
interval=1
# command=date +"%a,%d %b %Y<span foreground='#666666'>╱</span><b>%I:%M %P</b>"
command=date +"%a,%d %b <b>%I:%M %P</b>"