.i3: Spawn nord terminators by default
This commit is contained in:
@@ -1,20 +1,12 @@
|
|||||||
[global_config]
|
[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"
|
title_transmit_fg_color = "#2E3440"
|
||||||
|
title_transmit_bg_color = "#88C0D0"
|
||||||
|
title_receive_fg_color = "#2E3440"
|
||||||
|
title_receive_bg_color = "#8FBCBB"
|
||||||
|
title_inactive_fg_color = "#D8DEE9"
|
||||||
|
title_inactive_bg_color = "#4C566A"
|
||||||
|
always_split_with_profile = True
|
||||||
[keybindings]
|
[keybindings]
|
||||||
[layouts]
|
|
||||||
[[default]]
|
|
||||||
[[[child1]]]
|
|
||||||
parent = window0
|
|
||||||
type = Terminal
|
|
||||||
[[[window0]]]
|
|
||||||
parent = ""
|
|
||||||
type = Window
|
|
||||||
[plugins]
|
|
||||||
[profiles]
|
[profiles]
|
||||||
[[default]]
|
[[default]]
|
||||||
background_color = "#12204d"
|
background_color = "#12204d"
|
||||||
@@ -28,7 +20,16 @@
|
|||||||
cursor_color = "#D8DEE9"
|
cursor_color = "#D8DEE9"
|
||||||
font = Hack 11
|
font = Hack 11
|
||||||
foreground_color = "#d8dee9"
|
foreground_color = "#d8dee9"
|
||||||
palette = "#3b4252:#bf616a:#a3be8c:#ebcb8b:#81a1c1:#b48ead:#88c0d0:#e5e9f0:#4c566a:#bf616a:#a3be8c:#ebcb8b:#81a1c1:#b48ead:#8fbcbb:#eceff4"
|
|
||||||
scrollbar_position = hidden
|
|
||||||
show_titlebar = False
|
show_titlebar = False
|
||||||
|
scrollbar_position = hidden
|
||||||
|
palette = "#3b4252:#bf616a:#a3be8c:#ebcb8b:#81a1c1:#b48ead:#88c0d0:#e5e9f0:#4c566a:#bf616a:#a3be8c:#ebcb8b:#81a1c1:#b48ead:#8fbcbb:#eceff4"
|
||||||
use_system_font = False
|
use_system_font = False
|
||||||
|
[layouts]
|
||||||
|
[[default]]
|
||||||
|
[[[child1]]]
|
||||||
|
parent = window0
|
||||||
|
type = Terminal
|
||||||
|
[[[window0]]]
|
||||||
|
parent = ""
|
||||||
|
type = Window
|
||||||
|
[plugins]
|
||||||
|
|||||||
@@ -8,5 +8,6 @@ conky -c ~/.conky/weather/.conkyrc-weather2 &
|
|||||||
conky -c ~/.conky/music/.conkyrc-music &
|
conky -c ~/.conky/music/.conkyrc-music &
|
||||||
python ~/.conky/music/playerctl_listen.py &
|
python ~/.conky/music/playerctl_listen.py &
|
||||||
sh ~/.conky/music/launcher.sh &
|
sh ~/.conky/music/launcher.sh &
|
||||||
|
source ~/.python-venv.kuba/bin/activate
|
||||||
python ~/.i3/lemonbar/i3_lemonbar_launcher.py --debug >> /tmp/kuba_lemonbar_launcher.log &
|
python ~/.i3/lemonbar/i3_lemonbar_launcher.py --debug >> /tmp/kuba_lemonbar_launcher.log &
|
||||||
compton -b # --config=/home/kuba/.compton.conf
|
compton -b # --config=/home/kuba/.compton.conf
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
####
|
####
|
||||||
|
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
set $TERMINAL terminator
|
set $TERMINAL terminator --profile=nord
|
||||||
|
|
||||||
font pango:FontAwesome 11
|
font pango:FontAwesome 11
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user