diff options
Diffstat (limited to 'dot_config/i3')
-rw-r--r-- | dot_config/i3/config | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config index 889a32a..2ee628e 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -496,6 +496,27 @@ bar { | |||
496 | font pango: Noto Sans Regular 12 | 496 | font pango: Noto Sans Regular 12 |
497 | status_command i3blocks -c ~/.config/i3/i3blocks-extend.conf | 497 | status_command i3blocks -c ~/.config/i3/i3blocks-extend.conf |
498 | position bottom | 498 | position bottom |
499 | output DP-4 | ||
500 | i3bar_command i3bar | ||
501 | tray_output primary | ||
502 | tray_padding 0 | ||
503 | strip_workspace_numbers no | ||
504 | |||
505 | colors { | ||
506 | separator $purple | ||
507 | background $darkgrey | ||
508 | statusline $white | ||
509 | focused_workspace $mediumgrey $grey $darkgrey $purple | ||
510 | active_workspace $lightblue $mediumgrey $darkgrey $purple | ||
511 | inactive_workspace $darkgrey $darkgrey $grey $purple | ||
512 | urgent_workspace $urgentred $urgentred $white $purple | ||
513 | } | ||
514 | } | ||
515 | |||
516 | bar { | ||
517 | font pango: Noto Sans Regular 12 | ||
518 | status_command i3blocks -c ~/.config/i3/i3blocks-extend.conf | ||
519 | position bottom | ||
499 | output DP-3 | 520 | output DP-3 |
500 | i3bar_command i3bar | 521 | i3bar_command i3bar |
501 | tray_output primary | 522 | tray_output primary |