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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
# [bandwidth] # command=~/.config/i3blocks/bandwidth2 # interval=persist # markup=pango #[ping] #command=nping l #interval=persist # [xkeyboard] # command=echo `xkblayout-state print %s` # interval=1 #[match] #command=match_score #interval=10 # [package_updates] # markup=pango # command=~/.config/i3blocks/pacupdate # interval=once # signal=8 [reminder] command=~/.config/i3blocks/note interval=1 markup=pango [taskwarrior] command=~/.config/i3blocks/taskwarrior interval=1 markup=pango [iface] # color=#49A2D1 interval=10 command=~/.config/i3blocks/iface [disk] command=~/.config/i3blocks/disk interval=30 markup=pango [newsboat] markup=pango command=~/.config/i3blocks/newsboat interval=once signal=10 [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 %Y <b>%I:%M %P</b>" |