1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-26 06:08:35 +01:00

fixed polybar install

This commit is contained in:
eoli3n 2017-12-17 12:33:56 +01:00
parent bc02b3a8f9
commit c4c5ade5cb

@ -119,6 +119,21 @@
- name: Install and configure polybar
block:
- shell: creates=/usr/bin/polybar pacaur -S --noconfirm polybar
- pacman: name={{item}} state=present
with_items:
- cmake
- clang
- cairo
- libxcb
- xcb-proto
- xcb-util
- xcb-util-cursor
- xcb-util-image
- xcb-util-keysyms
- xcb-util-renderutil
- xcb-util-wm
- xcb-util-xrm
become: True
- shell: creates=~/.config/polybar stow polybar
- debug:
msg: "Do not forget to edit MONITOR vars in ~/.config/polybar/launch.sh"