Browse Source

Clean up blocks config

master
Riyyi 6 years ago
parent
commit
1ccbdebd34
  1. 40
      .config/i3/blocks

40
.config/i3/blocks

@ -24,52 +24,30 @@
# #
# The top properties below are applied to every block, but can be overridden. # The top properties below are applied to every block, but can be overridden.
# Each block command defaults to the script name to avoid boilerplate. # Each block command defaults to the script name to avoid boilerplate.
command=/usr/lib/i3blocks/$BLOCK_NAME command=$HOME/.scripts/wm/$BLOCK_NAME
separator_block_width=15 separator_block_width=20
markup=none markup=none
# separator=false
align=center
# Volume indicator [volume.sh]
#
[volume]
command=$HOME/.scripts/wm/volume.sh
markup=pango markup=pango
instance=Master
interval=once interval=once
signal=1 signal=1
# Brightness indicator [brightness.sh]
#
[brightness]
command=$HOME/.scripts/wm/brightness.sh
interval=once interval=once
signal=2 signal=2
# Network interface monitoring [wifi.sh]
#
# If the instance is not specified, use the interface used for default route.
# The address can be forced to IPv4 or IPv6 with -4 or -6 switches.
[wifi]
command=$HOME/.scripts/wm/wifi.sh
#instance=wlp3s0
interval=10 interval=10
separator=true
[iface] [iface.sh]
command=$HOME/.scripts/wm/iface.sh
#instance=wlan0
#color=#00FF00
interval=10 interval=10
separator=true
# Battery indicator [battery.sh]
#
# The battery instance defaults to 0.
[battery]
command=$HOME/.scripts/wm/battery.sh
interval=30 interval=30
# Date Time
#
[time] [time]
label= label=
command=date '+%I:%M %p ' command=date '+%I:%M %p '

Loading…
Cancel
Save