From 102f0cabf471bfa15aa84ebe58e1e8e5ffc27789 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 23 Sep 2022 15:17:40 +0200 Subject: [PATCH] Set volume to 80% by default --- config/includes.chroot/etc/skel/.bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/includes.chroot/etc/skel/.bashrc b/config/includes.chroot/etc/skel/.bashrc index 7464970..42cc3fe 100755 --- a/config/includes.chroot/etc/skel/.bashrc +++ b/config/includes.chroot/etc/skel/.bashrc @@ -11,6 +11,9 @@ NetCheck(){ done } +#Set system volume +amixer set Master 80% + #Check for network echo "Waiting for network" ping -q -c1 google.com &>/dev/null && Net=true || Net=false