Browse Source

Move i3blocks player status to first position

master
Arti Zirk 3 years ago
parent
commit
b06b6dc22d
  1. 23
      .config/i3blocks/config

23
.config/i3blocks/config

@ -28,6 +28,18 @@ command=/usr/lib/i3blocks/$BLOCK_NAME/$BLOCK_NAME
separator_block_width=15 separator_block_width=15
markup=none markup=none
# Generic media player support
#
# This displays "ARTIST - SONG" if a music is playing.
# Supported players are: spotify, vlc, audacious, xmms2, mplayer, and others.
[playerctl]
command=~/.config/i3blocks/$BLOCK_NAME
#instance=spoti
interval=5
signal=10
# Volume indicator # Volume indicator
# #
# The first parameter sets the step (and units to display) # The first parameter sets the step (and units to display)
@ -111,17 +123,6 @@ interval=30
#command=while :; do ~/.config/i3blocks/upower-listen.py; done #command=while :; do ~/.config/i3blocks/upower-listen.py; done
#interval=persis #interval=persis
# Generic media player support
#
# This displays "ARTIST - SONG" if a music is playing.
# Supported players are: spotify, vlc, audacious, xmms2, mplayer, and others.
[playerctl]
command=~/.config/i3blocks/$BLOCK_NAME
#instance=spoti
interval=5
signal=10
# OpenVPN support # OpenVPN support
# #
# Support multiple VPN, with colors. # Support multiple VPN, with colors.

Loading…
Cancel
Save