Add physlock, pulseaudio, playerctl, and light to provision script

This commit is contained in:
mitchell 2021-02-01 23:41:26 -05:00
parent 988f26b728
commit 9d68c0103e
1 changed files with 8 additions and 3 deletions

View File

@ -100,7 +100,11 @@ function provision_desktop_env -d 'Install base desktop utilities and configure
kitty \
qutebrowser \
wget \
unzip
unzip \
physlock \
pulseaudio \
playerctl
set -l arch_pkgs \
$base_pkgs \
@ -109,9 +113,10 @@ function provision_desktop_env -d 'Install base desktop utilities and configure
ttf-ibm-plex \
ttf-jetbrains-mono \
pavucontrol \
pulseaudio \
pulseaudio-alsa \
wmname \
polybar
polybar \
light
set -l debian_pkgs \
$base_pkgs \