diff options
Diffstat (limited to '.i3blocks.conf')
| -rw-r--r-- | .i3blocks.conf | 50 |
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 |
