diff options
author | clarkzjw <[email protected]> | 2023-01-14 21:26:30 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-01-14 21:26:30 -0800 |
commit | 1a65980e40ce2303de728686d1a0fd6c7597ae74 (patch) | |
tree | 6fc2041b2bede2ae98a48ee80b1290bcdc1bd124 /dot_config/i3/config | |
parent | f16e7f03a14d2f59f345d96386135093c8507e6d (diff) | |
download | dotfiles-1a65980e40ce2303de728686d1a0fd6c7597ae74.tar.gz |
i3: update i3 bar
Diffstat (limited to 'dot_config/i3/config')
-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: |