summaryrefslogtreecommitdiffstats
path: root/.i3blocks.conf
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-06-15 22:06:01 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-06-15 22:06:01 -0400
commitdcdf5ab970195428ecc7522602c484130d383d63 (patch)
treeecb860c6634050550969cc7b12235cf29ab19ab5 /.i3blocks.conf
parentbc9de2e26a1ce5e4033bd63c94f22b3bab11e808 (diff)
downloadeibhear-dcdf5ab970195428ecc7522602c484130d383d63.tar.gz
eibhear-dcdf5ab970195428ecc7522602c484130d383d63.tar.zst
eibhear-dcdf5ab970195428ecc7522602c484130d383d63.zip
i3blocks config moved
Diffstat (limited to '.i3blocks.conf')
-rw-r--r--.i3blocks.conf50
1 files changed, 0 insertions, 50 deletions
diff --git a/.i3blocks.conf b/.i3blocks.conf
deleted file mode 100644
index 498d798..0000000
--- a/.i3blocks.conf
+++ /dev/null
@@ -1,50 +0,0 @@
-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