From 61207cc31992ed5ae13f819d0bc870a4fbef2dde Mon Sep 17 00:00:00 2001 From: eoli3n Date: Sun, 17 Dec 2017 13:48:05 +0100 Subject: [PATCH] polybar install fixed --- install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.yml b/install.yml index ee96879..80fff27 100644 --- a/install.yml +++ b/install.yml @@ -133,7 +133,7 @@ - xcb-util-wm - xcb-util-xrm become: True - - shell: creates=/usr/bin/polybar pacaur -S --noconfirm polybar + - shell: creates=/usr/bin/polybar pacaur -S --noconfirm polybar-git - shell: creates=~/.config/polybar stow polybar - debug: msg: "Do not forget to edit MONITOR vars in ~/.config/polybar/launch.sh"