Xinqi Bao's Git

Formatting commit :(
[slstatus.git] / README.md
index 404977f..555a6b8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ The following information is included:
 - ram numbers (free ram, percentage, total ram and used ram)
 - temperature
 - volume percentage (alsa)
-- wifi percentage
+- wifi percentage and essid
 
 Multiple entries per function are supported and everything can be reordered and customized via the C header file config.h (similar to DWM).
 
@@ -38,7 +38,7 @@ Put the following code in your ~/.xinitrc (or similar):
 
 ```
 while true; do
-    slstatus
+       slstatus
 done &
 ```