upload
This commit is contained in:
36
common/terminator/2-3-grid.json
Normal file
36
common/terminator/2-3-grid.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"layout": {
|
||||
"vertical": false,
|
||||
"tab1": [
|
||||
{
|
||||
"ratio": 0.7,
|
||||
"children": [
|
||||
{
|
||||
"command": "btop;neofetch;bash"
|
||||
},
|
||||
{
|
||||
"command": "neofetch;sleep 6;man terminator;bash"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
{
|
||||
"command": "pyradio -p 16;bash",
|
||||
"ratio": 0.6
|
||||
},
|
||||
{
|
||||
"command": "cava;bash",
|
||||
"ratio": 0.4
|
||||
},
|
||||
{
|
||||
"command": "theme.sh -i2;bash"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"profile": {
|
||||
"font": "JetBrains Mono NL Regular 9"
|
||||
}
|
||||
}
|
||||
24
common/terminator/config
Normal file
24
common/terminator/config
Normal file
@@ -0,0 +1,24 @@
|
||||
[global_config]
|
||||
dbus = False
|
||||
inactive_color_offset = 0.5064102564102564
|
||||
enabled_plugins = ,
|
||||
title_font = JetBrains Mono NL 9
|
||||
[keybindings]
|
||||
[profiles]
|
||||
[[default]]
|
||||
background_darkness = 0.9
|
||||
background_type = transparent
|
||||
cursor_color = "#aaaaaa"
|
||||
font = JetBrains Mono NL 9
|
||||
show_titlebar = False
|
||||
scrollbar_position = hidden
|
||||
use_system_font = False
|
||||
[layouts]
|
||||
[[default]]
|
||||
[[[window0]]]
|
||||
type = Window
|
||||
parent = ""
|
||||
[[[child1]]]
|
||||
type = Terminal
|
||||
parent = window0
|
||||
[plugins]
|
||||
Reference in New Issue
Block a user