summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 78743dd..ffaed11 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,8 @@
-* Add config file support (~/.loadbarsrc)
+* Add config file support (~/.loadbarsrc) and it's possible to configure
+ any option you find in --help but without leading '--'. For comments
+ just use the '#' sign. Sample config:
+ showcores=1 # Always show cores on startup
+ showtext=0 # Always don't display text on startup
* Remove --title option (no need anyway)
* Some bugfixes