diff options
author | Martin Fischer <martin@push-f.com> | 2024-12-01 14:47:30 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2024-12-11 08:37:52 +0100 |
commit | 36e07e3cfbe089c634495def53649fa84ae0488c (patch) | |
tree | 7bb73d4a5b171b5a4cc3ac27a887150a3e48d37b | |
parent | 55123692ad3ac1ee433694651a81d0721d99a561 (diff) |
move swaybar to bottom
-rw-r--r-- | user/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/sway/config b/user/sway/config index b4158ce..e98653b 100644 --- a/user/sway/config +++ b/user/sway/config @@ -201,7 +201,7 @@ bindsym $mod+r mode "resize" # # Read `man 5 sway-bar` for more information about this section. bar { - position top + position bottom # When the status_command prints a new line to stdout, swaybar updates. status_command i3status-rs |