mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 14:32:13 +02:00
added installation of required package for the status bar
This commit is contained in:
@@ -53,6 +53,10 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: nodejs
|
name: nodejs
|
||||||
state: present
|
state: present
|
||||||
|
- name: Install custom i3status dependencies
|
||||||
|
npm:
|
||||||
|
path: /$HOME/.config/i3/i3status
|
||||||
|
state: present
|
||||||
- name: Setup i3 Window Manager
|
- name: Setup i3 Window Manager
|
||||||
synchronize:
|
synchronize:
|
||||||
src: i3
|
src: i3
|
||||||
|
|||||||
Reference in New Issue
Block a user