added setup for the notification daemon

This commit is contained in:
aminnairi
2023-04-11 10:48:59 +02:00
parent e69d979637
commit 77a81c1897
+5
View File
@@ -13,6 +13,11 @@
pacman: pacman:
name: notification-daemon name: notification-daemon
state: present state: present
- name: Setup Notification Daemon
become: true
synchronize:
src: notification/notification.service
dest: /usr/share/dbus-1/services/org.freedesktop.Notification.service
- name: Install Picom (window compositing manager) - name: Install Picom (window compositing manager)
become: true become: true
pacman: pacman: