diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/sway/config | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/.config/sway/config b/.config/sway/config index a646dc3..815e343 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -200,19 +200,6 @@ bindsym $mod+r mode "resize" # # Status Bar: # -# Read `man 5 sway-bar` for more information about this section. -bar { - position top - - status_command statusbar - - colors { - statusline #ffffff - background #000000 - inactive_workspace #000000 #000000 #cccccc - } -} - -# exec waybar +exec waybar include ~/.config/sway/config.d/* |