about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README8
1 files changed, 1 insertions, 7 deletions
diff --git a/README b/README
index 22d386e..c6d3ae6 100644
--- a/README
+++ b/README
@@ -38,17 +38,11 @@ Displaying status info
 In order to display status info in the bar, you can do following
 in .xinitrc:
 
-    $HOME/.dwm/status | dwm
-
-Assumed $HOME/.dwm/status is an executable script like:
-
-    #!/bin/sh
     while true
     do
         echo `date` `uptime | sed 's/.*://; s/,//g'`
         sleep 5
-    done
-
+    done | dwm
 
 Configuration
 -------------
d=8c275ccfa881998d96bdb5c1585118882630254b'>^
85fd5288 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33