diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-04-23 08:40:41 -0700 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-04-23 08:40:41 -0700 |
| commit | ecd39ff61ff17bfccb5c5473249506f2b4784c6f (patch) | |
| tree | dd6e5c028b3cb9917eaba621e4fdcb7ad3fe31a9 /.i3blocks.conf | |
| parent | 6047ef64e3822d9da332f90d51d4b495bdfca058 (diff) | |
| download | eibhear-ecd39ff61ff17bfccb5c5473249506f2b4784c6f.tar.gz eibhear-ecd39ff61ff17bfccb5c5473249506f2b4784c6f.tar.zst eibhear-ecd39ff61ff17bfccb5c5473249506f2b4784c6f.zip | |
i3blocks and dunst updates
Diffstat (limited to '.i3blocks.conf')
| -rw-r--r-- | .i3blocks.conf | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/.i3blocks.conf b/.i3blocks.conf new file mode 100644 index 0000000..0486678 --- /dev/null +++ b/.i3blocks.conf @@ -0,0 +1,42 @@ +command=/usr/lib/i3blocks/$BLOCK_NAME +separator_block_width=15 +markup=none + +[mpd] +label=🎼 +command=i3mpd +interval=1 +align=left + +[weather] +command=i3weather +interval=1800 + +[mail] +label=📧 +command=i3mail +interval=60 +align=left + +[volume] +interval=1 +command=i3volume +markup=pango + +[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/Full/⚡/;s/ 0*/ /g;s/ :/ /g" +interval=5 + +[time] +label=📅 +command=echo $(date '+%Y %b %d %I:%M%p') 🕓 +interval=5 |
