diff options
Diffstat (limited to 'i3')
| -rw-r--r-- | i3/config | 10 | 
1 files changed, 5 insertions, 5 deletions
| @@ -175,14 +175,14 @@ bar {  }  # class                 border      background  text        indicator child_border -client.focused          $background $background $foreground $red      $orange  -client.focused_inactive $background $background $foreground $red      $background -client.unfocused        $background $background $comment    $red      $background -client.urgent           $background $background $red        $red      $red +client.focused          $selection  $selection  $yellow     $red      $yellow +client.focused_inactive $selection  $selection  $yellow     $red      $selection +client.unfocused        $selection  $selection  $comment    $red      $selection +client.urgent           $selection  $selection  $red        $red      $red  client.placeholder      #282a2e     #0c0c0c     #ffffff     #000000   #0c0c0c  client.background       $background -for_window [class="^.*"] border pixel 5 +for_window [class="^.*"] border pixel 3  hide_edge_borders smart | 
