Skip to content

Commit

Permalink
Need a notification manager now that container doesn't share with host
Browse files Browse the repository at this point in the history
  • Loading branch information
CaderIdris committed May 9, 2024
1 parent f3b68c4 commit 4f4e154
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions files/etc/profile.d/dunst.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

# Check whether dunst is running
dunstctl is-paused > /dev/null 2>&1

# If not running, start it
dunstctl_status=$?
[ $dunstctl_status -ne 0 ] && dunst > /dev/null 2>&1 &
1 change: 1 addition & 0 deletions files/tmp/packages/pacman.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ ollama
inkscape
systemd
qt6-base
dunst

0 comments on commit 4f4e154

Please sign in to comment.