aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dwyer <ryandwyer1@gmail.com>2018-10-08 21:54:46 +1000
committerRyan Dwyer <ryandwyer1@gmail.com>2018-10-08 22:23:55 +1000
commit26bebb92664e62a2813194f9fa0a0f43408279d0 (patch)
tree288e28490a5947af035fbf73396aa55f06208e20
parent41bfd8c790e6c34dfee9c0135b2455f4ba34c619 (diff)
downloadsway-26bebb92664e62a2813194f9fa0a0f43408279d0.zip
sway-26bebb92664e62a2813194f9fa0a0f43408279d0.tar.gz
sway-26bebb92664e62a2813194f9fa0a0f43408279d0.tar.bz2
Add example status_command to default config
-rw-r--r--config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.in b/config.in
index 124f825..7252381 100644
--- a/config.in
+++ b/config.in
@@ -202,6 +202,11 @@ bindsym $mod+r mode "resize"
# Read `man 5 sway-bar` for more information about this section.
bar {
position top
+
+ # When the status_command prints a new line to stdout, swaybar updates.
+ # The default just shows the current date and time.
+ status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done
+
colors {
statusline #ffffff
background #323232