# # Status Bar: # # Read `man 5 sway-bar` for more information about this section. bar { position top # When the status_command prints a new line to stdout, swaybar updates. # The default just shows the current date and time. swaybar_command waybar } # Remove title from windows default_border pixel 1 default_floating_border normal bindsym $mod+t border toggle hide_edge_borders smart # Background set $bg #232425 # Background active set $ba #191919 # Background inactive set $bi #3f3f3f # Foreground active set $fa #eff1f5 # Foreground inactive set $fi #646464 # Border active set $bra #9a9a9a # Border inactive set $bri #000000 # class border backgr. text indicator child_border client.focused $bra $bra $bg $bg $bra client.focused_inactive $bra $ba $fa $bg $bri client.unfocused $bri $bi $fi $bg $bri #client.urgent $br $br $fg $bg $br #currently not implemented #client.placeholder $br $br $fg $bg $br #currently not implemented client.background $bg gaps inner 0 gaps outer 0 #smart_gaps on for_window [app_id=".*"] border normal