Skip to content

Commit

Permalink
Updated dunst config and added new packages
Browse files Browse the repository at this point in the history
  • Loading branch information
CaderIdris committed Jun 3, 2024
1 parent 4f4e154 commit a1f7ab3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion files/etc/profile.d/dunst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dunstctl is-paused > /dev/null 2>&1

# If not running, start it
dunstctl_status=$?
[ $dunstctl_status -ne 0 ] && dunst > /dev/null 2>&1 &
[ $dunstctl_status -ne 0 ] && (dunst > /dev/null 2>&1 &)
2 changes: 2 additions & 0 deletions files/tmp/packages/pacman.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,5 @@ inkscape
systemd
qt6-base
dunst
glow
tree-sitter-cli

0 comments on commit a1f7ab3

Please sign in to comment.