terminator: change default colors
This commit is contained in:
@@ -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]]
|
||||
|
||||
2
.xinitrc
2
.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
|
||||
|
||||
Reference in New Issue
Block a user