aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-12-06 17:00:36 -0800
committerclarkzjw <[email protected]>2022-12-06 17:00:36 -0800
commit6655e070e399e5fc65e3ec8d78e58797057dd86a (patch)
tree75a129b82d81ec15add9eb1a9ffdaf9bd4bf543c /dot_config
parent35a18e2b3f9d547c2edd638df1f8302d21f024f7 (diff)
downloaddotfiles-6655e070e399e5fc65e3ec8d78e58797057dd86a.tar.gz
system: add ~/.local/share/applications, i3: update external monitor
Diffstat (limited to 'dot_config')
-rw-r--r--dot_config/i3/config21
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
299assign [class="jetbrains-clion"] $ws1 299assign [class="jetbrains-clion"] $ws1
300assign [class="Thunar"] $ws3 300assign [class="Thunar"] $ws3
301assign [class="Logseq"] $ws3
301assign [class="thunderbird"] $ws4 302assign [class="thunderbird"] $ws4
302assign [class="TelegramDesktop"] $ws5 303assign [class="TelegramDesktop"] $ws5
303assign [class="discord"] $ws5 304assign [class="discord"] $ws5
@@ -520,6 +521,26 @@ bar {
520 } 521 }
521} 522}
522 523
524bar {
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:
Powered by cgit v1.2.3 (git 2.41.0)