diff options
Diffstat (limited to 'dot_config/i3')
-rw-r--r-- | dot_config/i3/config | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config index 10edb69..889a32a 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -492,6 +492,26 @@ bar { | |||
492 | } | 492 | } |
493 | } | 493 | } |
494 | 494 | ||
495 | bar { | ||
496 | font pango: Noto Sans Regular 12 | ||
497 | status_command i3blocks -c ~/.config/i3/i3blocks-extend.conf | ||
498 | position bottom | ||
499 | output DP-3 | ||
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 | } | ||
495 | # you can add different bars for multidisplay setups on each display: | 515 | # you can add different bars for multidisplay setups on each display: |
496 | # set output HDMI-0 to the display you want the bar, --transparency can be set. | 516 | # set output HDMI-0 to the display you want the bar, --transparency can be set. |
497 | # Transparency needs rgba color codes to be used where the last two letters are the transparency factor see here: | 517 | # Transparency needs rgba color codes to be used where the last two letters are the transparency factor see here: |