Scripting Syntax question
by binkyd from LinuxQuestions.org on (#54YS8)
Running this script to start the Pulseaudio Equalizer at startup and minimize it to the tray.
I need a switch to also turn it on, to lazily avoid doing it manually.
Code:#!/bin/bash
#Equalizer-kdocker-tray
kdocker -d30 -i /usr/share/icons/Papirus-Dark/symbolic/apps/multimedia-equalizer-symbolic.svg /usr/bin/pulseaudio-equalizer-gtkCouldn't find a man entry for this, and the plain pulseaudio switch of justCode:--startdoesn't work.
Any help for this? It's mostly just kinda neat to get it right, btw.


I need a switch to also turn it on, to lazily avoid doing it manually.
Code:#!/bin/bash
#Equalizer-kdocker-tray
kdocker -d30 -i /usr/share/icons/Papirus-Dark/symbolic/apps/multimedia-equalizer-symbolic.svg /usr/bin/pulseaudio-equalizer-gtkCouldn't find a man entry for this, and the plain pulseaudio switch of justCode:--startdoesn't work.
Any help for this? It's mostly just kinda neat to get it right, btw.