From 6655e070e399e5fc65e3ec8d78e58797057dd86a Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Tue, 6 Dec 2022 17:00:36 -0800 Subject: system: add ~/.local/share/applications, i3: update external monitor --- dot_config/i3/config | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'dot_config/i3') 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" #assign [class="Xfce4-terminal"] $ws1 assign [class="jetbrains-clion"] $ws1 assign [class="Thunar"] $ws3 +assign [class="Logseq"] $ws3 assign [class="thunderbird"] $ws4 assign [class="TelegramDesktop"] $ws5 assign [class="discord"] $ws5 @@ -520,6 +521,26 @@ bar { } } +bar { + font pango: Noto Sans Regular 11 + status_command i3blocks -c ~/.config/i3/i3blocks.conf + position bottom + i3bar_command i3bar + output DP-1 + tray_output primary + tray_padding 0 + strip_workspace_numbers no + + colors { + separator $purple + background $darkgrey + statusline $white + focused_workspace $mediumgrey $grey $darkgrey $purple + active_workspace $lightblue $mediumgrey $darkgrey $purple + inactive_workspace $darkgrey $darkgrey $grey $purple + urgent_workspace $urgentred $urgentred $white $purple + } +} # you can add different bars for multidisplay setups on each display: # set output HDMI-0 to the display you want the bar, --transparency can be set. # Transparency needs rgba color codes to be used where the last two letters are the transparency factor see here: -- cgit v1.2.3