From 7f43f68c9a41e805dfa5e4f68fc85dd25df2d63d Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Tue, 17 Sep 2019 14:24:32 +0300 Subject: [PATCH] Fix i3blocks to use contrib package --- .config/i3blocks/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3blocks/config b/.config/i3blocks/config index 69f8fbb..6fc845f 100644 --- a/.config/i3blocks/config +++ b/.config/i3blocks/config @@ -24,7 +24,7 @@ # # The top properties below are applied to every block, but can be overridden. # 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 markup=none @@ -34,7 +34,7 @@ markup=none # The second parameter overrides the mixer selection # See the script for details. [volume] -command=/usr/lib/i3blocks/$BLOCK_NAME 1% +command=/usr/lib/i3blocks/$BLOCK_NAME/$BLOCK_NAME 1% #label=VOL label=♪ instance=Master