Add a README about the secrets file
This commit is contained in:
parent
99926f69b1
commit
ca5aa1b0da
3 changed files with 19 additions and 0 deletions
|
@ -4,6 +4,8 @@ Configuration based on elegant pure black.
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
These screenshots are slightly out of date, since I change my config without updating these each time.
|
||||||
|
|
||||||
![Empty desktop](./desktop.png)
|
![Empty desktop](./desktop.png)
|
||||||
![Open Rofi launcher](./rofi.png)
|
![Open Rofi launcher](./rofi.png)
|
||||||
|
|
||||||
|
|
17
polybar/README.md
Normal file
17
polybar/README.md
Normal 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
BIN
polybar/bar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in a new issue