diff options
author | Martin Fischer <martin@push-f.com> | 2024-12-01 12:49:37 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2024-12-11 08:37:52 +0100 |
commit | a21e3e713211088874f5bf87762f8dc018eaec67 (patch) | |
tree | 81c2b8e5df683143243b643f76683e6a6dc4b28f /user/sway | |
parent | cff4690fef724fc85d8f45b830079f4eafa38fe6 (diff) |
display battery in swaybar
Diffstat (limited to 'user/sway')
-rw-r--r-- | user/sway/config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/user/sway/config b/user/sway/config index 3fafa93..b4158ce 100644 --- a/user/sway/config +++ b/user/sway/config @@ -204,8 +204,7 @@ 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 %X'; do sleep 1; done + status_command i3status-rs colors { statusline #ffffff |