diff --git a/README.md b/README.md index 4d6b47d..1d60a8b 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/polybar/README.md b/polybar/README.md new file mode 100644 index 0000000..911d8dc --- /dev/null +++ b/polybar/README.md @@ -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 +``` diff --git a/polybar/bar.png b/polybar/bar.png new file mode 100644 index 0000000..8594a57 Binary files /dev/null and b/polybar/bar.png differ