mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-25 17:20:58 +02:00
Move i3blocks player status to first position
This commit is contained in:
parent
326450a237
commit
b06b6dc22d
@ -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…
Reference in New Issue
Block a user