dotfiles/polybar
Midgard 3ddd8ecbb3
[polybar] Adjust clock colors to match yambar config
2022-09-05 00:20:25 +02:00
..
README.md Update screenshots 2018-10-05 23:16:30 +02:00
bar-material-supplements.ttf [polybar] Update for new version of font with combining icons 2022-08-30 02:11:29 +02:00
clock.py [polybar] Adjust clock colors to match yambar config 2022-09-05 00:20:25 +02:00
config.ini [polybar] Make bar smaller to match yambar config 2022-09-05 00:18:47 +02:00
info-hackspeed.sh Make dontcare condition easier 2018-05-29 12:26:09 +02:00
launch.sh [polybar] Change log file name 2019-06-13 20:01:06 +02:00
openweathermap-fullfeatured.sh Add OpenWeatherMap module 2018-05-29 12:26:09 +02:00

README.md

Polybar configuration

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:

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