mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-26 14:13:53 +01:00
fixed polybar install
This commit is contained in:
parent
bc02b3a8f9
commit
c4c5ade5cb
15
install.yml
15
install.yml
@ -119,6 +119,21 @@
|
|||||||
- name: Install and configure polybar
|
- name: Install and configure polybar
|
||||||
block:
|
block:
|
||||||
- shell: creates=/usr/bin/polybar pacaur -S --noconfirm polybar
|
- 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
|
- shell: creates=~/.config/polybar stow polybar
|
||||||
- debug:
|
- debug:
|
||||||
msg: "Do not forget to edit MONITOR vars in ~/.config/polybar/launch.sh"
|
msg: "Do not forget to edit MONITOR vars in ~/.config/polybar/launch.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user