diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-12-06 22:45:50 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2022-12-06 22:45:50 +0100 |
commit | 8b8f82663bcf80547101fe302cb02162200eab1b (patch) | |
tree | 2b8f460c1a1495918d58b5330bfa25e83a31f17d /sway.config | |
parent | ab1c9c92741d690e8c6c783daa30274fc3fb720e (diff) |
Migrate to Waybar
Diffstat (limited to 'sway.config')
-rw-r--r-- | sway.config | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/sway.config b/sway.config index 4ec97cb..902cb1b 100644 --- a/sway.config +++ b/sway.config @@ -203,22 +203,6 @@ bindsym $mod+r mode "resize" # Status Bar: # # Read `man 5 sway-bar` for more information about this section. -bar { - position bottom - - # 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 %H:%M:%S %p'; \ - do sleep 0.5; \ - date +'%Y-%m-%d %H %M %S %p'; \ - sleep 0.5; \ - done - - colors { - statusline #ffffff - background #323232 - inactive_workspace #32323200 #32323200 #5c5c5c - } -} +bar swaybar_command waybar # include /gnu/store/r1s30d4xxfx9a5i9m0rfa9kcnh02s0vs-sway-1.8-rc1/etc/sway/config.d/* |