mkdir -p ~/.config/pianobar
touch ~/.config/pianobar/config
touch ~/.config/pianobar/config
You then can put your name and password in the file, such as
user = your@user.name
password = password
password = password
There are whole bunch of configurations for pianobar, and I sometimes tweak them.
One of the other things that you can do is remove your password explicitly from the config file. I use this:
password_command = gpg --decrypt ~/password
No comments:
Post a Comment