diff options
Diffstat (limited to 'dot_config/i3/config')
-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 a319494..949388e 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -298,6 +298,7 @@ set $ws10 "10" | |||
298 | #assign [class="Xfce4-terminal"] $ws1 | 298 | #assign [class="Xfce4-terminal"] $ws1 |
299 | assign [class="jetbrains-clion"] $ws1 | 299 | assign [class="jetbrains-clion"] $ws1 |
300 | assign [class="Thunar"] $ws3 | 300 | assign [class="Thunar"] $ws3 |
301 | assign [class="Logseq"] $ws3 | ||
301 | assign [class="thunderbird"] $ws4 | 302 | assign [class="thunderbird"] $ws4 |
302 | assign [class="TelegramDesktop"] $ws5 | 303 | assign [class="TelegramDesktop"] $ws5 |
303 | assign [class="discord"] $ws5 | 304 | assign [class="discord"] $ws5 |
@@ -520,6 +521,26 @@ bar { | |||
520 | } | 521 | } |
521 | } | 522 | } |
522 | 523 | ||
524 | bar { | ||
525 | font pango: Noto Sans Regular 11 | ||
526 | status_command i3blocks -c ~/.config/i3/i3blocks.conf | ||
527 | position bottom | ||
528 | i3bar_command i3bar | ||
529 | output DP-1 | ||
530 | tray_output primary | ||
531 | tray_padding 0 | ||
532 | strip_workspace_numbers no | ||
533 | |||
534 | colors { | ||
535 | separator $purple | ||
536 | background $darkgrey | ||
537 | statusline $white | ||
538 | focused_workspace $mediumgrey $grey $darkgrey $purple | ||
539 | active_workspace $lightblue $mediumgrey $darkgrey $purple | ||
540 | inactive_workspace $darkgrey $darkgrey $grey $purple | ||
541 | urgent_workspace $urgentred $urgentred $white $purple | ||
542 | } | ||
543 | } | ||
523 | # you can add different bars for multidisplay setups on each display: | 544 | # you can add different bars for multidisplay setups on each display: |
524 | # set output HDMI-0 to the display you want the bar, --transparency can be set. | 545 | # set output HDMI-0 to the display you want the bar, --transparency can be set. |
525 | # Transparency needs rgba color codes to be used where the last two letters are the transparency factor see here: | 546 | # Transparency needs rgba color codes to be used where the last two letters are the transparency factor see here: |