Add a README about the secrets file

This commit is contained in:
M1dgard 2018-04-17 16:05:20 +02:00
parent 99926f69b1
commit ca5aa1b0da
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4
3 changed files with 19 additions and 0 deletions

View file

@ -4,6 +4,8 @@ Configuration based on elegant pure black.
## Screenshots
These screenshots are slightly out of date, since I change my config without updating these each time.
![Empty desktop](./desktop.png)
![Open Rofi launcher](./rofi.png)

17
polybar/README.md Normal file
View file

@ -0,0 +1,17 @@
# Polybar configuration
![](bar.png)
To be able to put my config in Git and keep some stuff I don't want to share confidential (my MPD server host and password), I created a `secrets.sh` file. Mine looks like this:
```sh
#!/bin/false
MPD_ONLINE_1_HOST=mpd.example.org
MPD_ONLINE_1_PORT=6600
MPD_ONLINE_1_PASS=mypass1
MPD_ONLINE_2_HOST=mpd2.example.org
MPD_ONLINE_2_PORT=1234
MPD_ONLINE_2_PASS=mypass2
```

BIN
polybar/bar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB