From 50d9236485d5487cf57c5bca0761316493bcb2d3 Mon Sep 17 00:00:00 2001 From: Marcus Date: Wed, 3 May 2023 12:51:27 +0200 Subject: [PATCH] add volumeicon-alsa and alsa-utils --- rootdir/etc/jwm/system.jwmrc | 1 + templates/install_base.tpl.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/rootdir/etc/jwm/system.jwmrc b/rootdir/etc/jwm/system.jwmrc index 992f6ac..ee19377 100644 --- a/rootdir/etc/jwm/system.jwmrc +++ b/rootdir/etc/jwm/system.jwmrc @@ -240,5 +240,6 @@ xscreensaver -no-splash gxmessage -center -file /usr/share/nanodesk/firstlogin/welcome.md -title "Welcome to nanodesk" connman-ui-gtk + volumeicon diff --git a/templates/install_base.tpl.sh b/templates/install_base.tpl.sh index 8036438..a9abb31 100644 --- a/templates/install_base.tpl.sh +++ b/templates/install_base.tpl.sh @@ -87,6 +87,8 @@ apt install -y \ git \ gxmessage \ gsimplecal \ + alsa-utils \ + volumeicon-alsa \ arandr \ lxterminal \ gparted \