add notification tools

This commit is contained in:
thelamer 2024-07-31 14:17:16 -04:00
parent 38b5369d22
commit f3472dc120
3 changed files with 7 additions and 0 deletions

View File

@ -261,6 +261,7 @@ RUN \
docker-buildx-plugin \
docker-compose-plugin \
dbus-x11 \
dunst \
ffmpeg \
file \
fonts-noto-color-emoji \
@ -278,6 +279,7 @@ RUN \
libgomp1 \
libhash-merge-simple-perl \
liblist-moreutils-perl \
libnotify-bin \
libp11-kit0 \
libpam0g \
libpixman-1-0 \

View File

@ -265,6 +265,7 @@ RUN \
docker-buildx-plugin \
docker-compose-plugin \
dbus-x11 \
dunst \
ffmpeg \
file \
fonts-noto-color-emoji \
@ -281,6 +282,7 @@ RUN \
libgomp1 \
libhash-merge-simple-perl \
liblist-moreutils-perl \
libnotify-bin \
libp11-kit0 \
libpam0g \
libpixman-1-0 \

View File

@ -37,6 +37,9 @@ if [ ! -z ${KASM_URL+x} ]; then
export VIVALDI_CLI=$KASM_URL
fi
# Notification daemon
dunst &
## Directory setup for home folder ##
# Create folders for upload/download
mkdir -p $HOME/Desktop $HOME/Downloads