385ea67efd
Like the wlan strength icons, the clocks and battery ramps draw multiple glyphs at the same location to create multi-coloured icons. For them to show up, you need my Bar Material Supplement font, which isn't published yet because I haven't decided on a license nor on a way to host it. |
||
---|---|---|
.. | ||
clock.py | ||
config.ini | ||
info-hackspeed.sh | ||
launch.sh | ||
material-wifi-icons.ttf | ||
openweathermap-fullfeatured.sh | ||
README.md |
Polybar configuration
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:
#!/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