1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-11-24 08:50:59 +02:00

Fix i3blocks to use contrib package

This commit is contained in:
Arti Zirk 2019-09-17 14:24:32 +03:00
parent e3c740429e
commit 7f43f68c9a

View File

@ -24,7 +24,7 @@
# #
# 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=/usr/lib/i3blocks/$BLOCK_NAME/$BLOCK_NAME
separator_block_width=15 separator_block_width=15
markup=none markup=none
@ -34,7 +34,7 @@ markup=none
# The second parameter overrides the mixer selection # The second parameter overrides the mixer selection
# See the script for details. # See the script for details.
[volume] [volume]
command=/usr/lib/i3blocks/$BLOCK_NAME 1% command=/usr/lib/i3blocks/$BLOCK_NAME/$BLOCK_NAME 1%
#label=VOL #label=VOL
label=♪ label=♪
instance=Master instance=Master