From ecd39ff61ff17bfccb5c5473249506f2b4784c6f Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 23 Apr 2018 08:40:41 -0700 Subject: i3blocks and dunst updates --- .i3blocks.conf | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .i3blocks.conf (limited to '.i3blocks.conf') 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 -- cgit v1.3.1