diff options
author | Revaz Nakhutsrishvili <r@revaz.xyz> | 2025-04-30 14:48:02 +0400 |
---|---|---|
committer | Revaz Nakhutsrishvili <r@revaz.xyz> | 2025-04-30 14:48:02 +0400 |
commit | 0b2424eb0db05c282569bce36c422fc77c88ad5d (patch) | |
tree | 4fbb2192ecbdc7eaee8199afc6d0ea1d3962a2d7 /sway | |
parent | 72950b18b5663f71f0ad694acda9dc861c0544c3 (diff) |
sway: change status_command to i3status-rs
Diffstat (limited to 'sway')
-rw-r--r-- | sway/.config/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/.config/sway/config b/sway/.config/sway/config index bce4e98..89d547f 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -216,7 +216,7 @@ bar { # 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 |