Devboot update: 23-10-08-16-19-54

This commit is contained in:
Matheus Albino
2023-10-08 16:19:54 -03:00
parent cb0d391c23
commit f5cddb8be6
2 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
layout {
name "gallery-dl"
cwd "/mnt/e/Windows/Documents/DataHoarding"
default_tab_template {
pane size=1 borderless=true {
plugin location="zellij:tab-bar"
}
children
pane size=2 borderless=true {
plugin location="zellij:status-bar"
}
}
tab {
pane split_direction="vertical" {
size "50%"
pane
pane
}
pane split_direction="vertical" {
size "50%"
pane
pane
}
}
}

View File

@@ -0,0 +1,37 @@
layout {
name "telebot"
cwd "~/repos/telegram-messages-manager"
default_tab_template {
pane size=1 borderless=true {
plugin location="zellij:tab-bar"
}
children
pane size=2 borderless=true {
plugin location="zellij:status-bar"
}
}
tab {
pane split_direction="horizontal" {
size "70%"
pane {
name "lvim"
command "lvim"
}
}
pane split_direction="vertical" {
size "20%"
pane {
name "app"
command "./runDev.sh"
}
pane {
name "ytop"
command "ytop"
}
}
}
}