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