dotfiles/polybar
M1dgard dabfe404d9
[polybar] rm MPD, use workspace names, hide SSID
MPD is sending network requests all the time

Use workspace names because I have bound a workspace to each key, and
use that key as the name (will commit that soon)

Hide the SSID because in the end that's just clutter
2018-07-09 12:31:35 +02:00
..
clock.py Actually a digital readout is useful 2018-05-29 12:26:09 +02:00
config.ini [polybar] rm MPD, use workspace names, hide SSID 2018-07-09 12:31:35 +02:00
info-hackspeed.sh Make dontcare condition easier 2018-05-29 12:26:09 +02:00
launch.sh Fix secondary bar launched for empty monitor name 2018-05-29 12:26:09 +02:00
material-wifi-icons.ttf Add awesome wlan signal strength indicator 2018-05-29 12:26:09 +02:00
openweathermap-fullfeatured.sh Add OpenWeatherMap module 2018-05-29 12:26:09 +02:00
README.md Move screenshots to a new directory 2018-05-29 12:26:09 +02:00

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