dunst, add program which handled DBUS for notify-send and fyi on non-systemd machines.
This commit is contained in:
@@ -45,6 +45,13 @@
|
||||
- "{{ fyi }}"
|
||||
state: present
|
||||
|
||||
- name: Workstation | Linux | Software | Packages | Extra For Liberated Init Systems
|
||||
package:
|
||||
name:
|
||||
- "{{ dunst }}"
|
||||
state: present
|
||||
when: ansible_service_mgr != "systemd"
|
||||
|
||||
- name: Workstation | Linux | Software | Packages | Install From AUR
|
||||
shell: "yay -Qs {{ item }} || yay --noconfirm -S {{ item }}"
|
||||
loop:
|
||||
|
||||
Reference in New Issue
Block a user