dotfiles/polybar/README.md

22 lines
609 B
Markdown
Raw Normal View History

2018-04-17 14:05:20 +00:00
# Polybar configuration
![](../.repo-stuff/bar.png)
2018-04-17 14:05:20 +00:00
2018-10-05 21:16:30 +00:00
System monitors for CPU usage, RAM usage and temperature are shown when their values are high. When the CPU gets a moderate load it looks like this:
![](../.repo-stuff/bar-load.png)
2018-04-17 14:05:20 +00:00
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
```