diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-06-15 22:06:01 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-06-15 22:06:01 -0400 |
| commit | dcdf5ab970195428ecc7522602c484130d383d63 (patch) | |
| tree | ecb860c6634050550969cc7b12235cf29ab19ab5 /.config/i3blocks/config | |
| parent | bc9de2e26a1ce5e4033bd63c94f22b3bab11e808 (diff) | |
| download | eibhear-dcdf5ab970195428ecc7522602c484130d383d63.tar.gz eibhear-dcdf5ab970195428ecc7522602c484130d383d63.tar.zst eibhear-dcdf5ab970195428ecc7522602c484130d383d63.zip | |
i3blocks config moved
Diffstat (limited to '.config/i3blocks/config')
| -rw-r--r-- | .config/i3blocks/config | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/.config/i3blocks/config b/.config/i3blocks/config new file mode 100644 index 0000000..498d798 --- /dev/null +++ b/.config/i3blocks/config @@ -0,0 +1,50 @@ +command=/usr/lib/i3blocks/$BLOCK_NAME +separator_block_width=15 +markup=pango + +[record] +command=cat ~/.scripts/.recording +interval=once +signal=9 + +[mpd] +label=🎼 +command=i3mpd +interval=once +align=left +signal=11 + +[weather] +command=i3weather +interval=3600 + +[mail] +label=📮 +command=i3mail +interval=180 +align=left +signal=12 + +[volume] +interval=once +command=i3volume +markup=pango +signal=10 + +[iface] +#instance=wlan0 +color=#00FF00 +interval=10 + +[wifi] +#instance=wlp3s0 +interval=10 + +[battery] +command=acpi | cut -d " " -f3-5 | sed -e "s/,//g;s/Discharging/🔋/;s/Charging/🔌/;s/Unknown/❓/;s/Full/⚡/;s/ 0*/ /g;s/ :/ /g" +interval=5 + +[time] +label=📅 +command=echo $(date '+%Y %b %d %I:%M%p') 🕓 +interval=30 |
