Add sudio systray
This commit is contained in:
parent
268bdd859d
commit
cb24b6ab56
|
@ -2,10 +2,8 @@ sudo nala update
|
|||
sudo nala install -y \
|
||||
ffmpeg `# for video recording` \
|
||||
mpv `# for video playing` \
|
||||
pavucontrol `# for audio control` \
|
||||
sxiv `# for pictures` \
|
||||
docker.io `# containers` \
|
||||
iputils-ping `# ping etc.`
|
||||
|
||||
# this is needed for pavucontrol working not under sudo only
|
||||
for group in audio pulse-access pulse
|
||||
|
|
|
@ -32,6 +32,9 @@ xwallpaper `# for background` \
|
|||
ubuntu-wallpapers-jammy `# backgrounds` \
|
||||
pulseaudio `# for sound` \
|
||||
alsa-base `# for sound` \
|
||||
pavucontrol `# for audio control` \
|
||||
pasystray `# for audio control` \
|
||||
iputils-ping `# ping etc.` \
|
||||
xfe `# classic file manager` \
|
||||
surf `# suckless lightweight browser` \
|
||||
micro `# console editor` \
|
||||
|
@ -103,6 +106,7 @@ echo "xwallpaper --stretch /usr/share/backgrounds/Blue_flower_by_Elena_Stravorav
|
|||
echo "firefox &" >> $HOME/.dwm/autostart.sh
|
||||
echo "Telegram &" >> $HOME/.dwm/autostart.sh
|
||||
echo "st &" >> $HOME/.dwm/autostart.sh
|
||||
echo "pasystray &" >> $HOME/.dwm/autostart.sh
|
||||
chmod +x $HOME/.dwm/autostart.sh
|
||||
|
||||
sudo timedatectl set-timezone Europe/Moscow
|
||||
|
|
Loading…
Reference in New Issue