sway

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

bar (455B)


      1 bar {
      2     position bottom
      3     status_command i3status-rs ~/.config/i3status-rs/i3status-rs.toml
      4 
      5     colors {
      6         background #1e1e1e
      7         statusline #cdd6f4
      8         separator  #45475a
      9 
     10         focused_workspace  #652f8f #652f8f #ffffff
     11         active_workspace   #45475a #45475a #ffffff
     12         inactive_workspace #313244 #313244 #ffffff
     13         urgent_workspace   #f38ba8 #f38ba8 #1e1e2e
     14         binding_mode       #f38ba8 #f38ba8 #1e1e2e
     15     }
     16 }