diff --git a/.config/terminator/config b/.config/terminator/config index 5fc4429..4a4ee2f 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -1,4 +1,10 @@ [global_config] + title_inactive_bg_color = "#4C566A" + title_inactive_fg_color = "#D8DEE9" + title_receive_bg_color = "#8FBCBB" + title_receive_fg_color = "#2E3440" + title_transmit_bg_color = "#88C0D0" + title_transmit_fg_color = "#2E3440" [keybindings] [layouts] [[default]] @@ -11,10 +17,10 @@ [plugins] [profiles] [[default]] - background_color = "#101e4e" + background_color = "#12204d" cursor_color = "#aaaaaa" font = Hack 11 - foreground_color = "#ebdbb2" + foreground_color = "#ffffff" scrollbar_position = hidden use_system_font = False [[nord]] diff --git a/.xinitrc b/.xinitrc index 9f6d26b..05dca24 100755 --- a/.xinitrc +++ b/.xinitrc @@ -40,6 +40,8 @@ if [ "$WM" = "i3" ]; then if [ "`hostname`" = "kubaArch" ] && [ -f ~/.i3/home.config ]; then cat ~/.i3/home.config >> $i3config + elif [ "`hostname`" = "JakubArch" ] && [ -f ~/.i3/work.config ]; then + cat ~/.i3/work.config >> $i3config fi exec i3 -c $i3config >> ~/${WM}.log 2>&1 else