Skip to content

Instantly share code, notes, and snippets.

Created November 29, 2015 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/caaf904d5748545bb368 to your computer and use it in GitHub Desktop.
Save anonymous/caaf904d5748545bb368 to your computer and use it in GitHub Desktop.
# i3blocks config file
#
# Please see man i3blocks for a complete reference!
# The man page is also hosted at http://vivien.github.io/i3blocks
#
# List of valid properties:
#
# align
# color
# command
# full_text
# instance
# interval
# label
# min_width
# name
# separator
# separator_block_width
# short_text
# signal
# urgent
# Global properties
separator_block_width=9
[volume]
label=
instance=Master
command=/usr/libexec/i3blocks/volume
interval=once
signal=10
[wireless]
label=
#instance=wlan0
instance=wlp3s0
command=/usr/libexec/i3blocks/network
color=#009521
interval=10
[ethernet]
label=E
instance=eth0
#instance=enp0s25
command=/usr/libexec/i3blocks/network
color=#AC0018
interval=10
[battery]
label=
#label=⚡
command=acpi | grep -o '[0-9][0-9][0-9]%\|[0-9][0-9]%\|[0-9]%'
interval=30
[time]
label=
command=date '+%a %d/%m %H:%M:%S'
interval=5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment