mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 17:42:56 +01:00
kdl zellij config
This commit is contained in:
parent
d6dc12b71d
commit
fd8cd54d0e
4 changed files with 27 additions and 43 deletions
18
.config/zellij/config.kdl
Normal file
18
.config/zellij/config.kdl
Normal file
|
@ -0,0 +1,18 @@
|
|||
plugins {
|
||||
compact-status { path "compact-status.wasm"; }
|
||||
}
|
||||
themes {
|
||||
default {
|
||||
fg 15
|
||||
bg 40 42 54
|
||||
black 0
|
||||
red 1
|
||||
green 2
|
||||
yellow 3
|
||||
blue 6
|
||||
magenta 5
|
||||
cyan 14
|
||||
white 15
|
||||
orange 3
|
||||
}
|
||||
}
|
|
@ -1,21 +0,0 @@
|
|||
themes:
|
||||
default:
|
||||
fg: 15
|
||||
bg: [40, 42, 54]
|
||||
black: 0
|
||||
blue: 6
|
||||
cyan: 14
|
||||
gray: 8
|
||||
green: 2
|
||||
magenta: 5
|
||||
orange: 3
|
||||
red: 1
|
||||
white: 15
|
||||
yellow: 3
|
||||
|
||||
# https://mzte.de/git/lordmzte/zellij-compact-status
|
||||
plugins:
|
||||
- path: compact-status.wasm
|
||||
tag: compact-status
|
||||
|
||||
default_shell: fish
|
9
.config/zellij/layouts/default.kdl
Normal file
9
.config/zellij/layouts/default.kdl
Normal file
|
@ -0,0 +1,9 @@
|
|||
layout {
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:tab-bar"
|
||||
}
|
||||
pane
|
||||
pane size=2 borderless=true {
|
||||
plugin location="zellij:compact-status"
|
||||
}
|
||||
}
|
|
@ -1,22 +0,0 @@
|
|||
---
|
||||
template:
|
||||
direction: Horizontal
|
||||
parts:
|
||||
- direction: Vertical
|
||||
borderless: true
|
||||
split_size:
|
||||
Fixed: 1
|
||||
run:
|
||||
plugin:
|
||||
location: "zellij:tab-bar"
|
||||
- direction: Vertical
|
||||
body: true
|
||||
- direction: Vertical
|
||||
borderless: true
|
||||
split_size:
|
||||
Fixed: 1
|
||||
run:
|
||||
plugin:
|
||||
location: "zellij:compact-status"
|
||||
tabs:
|
||||
- direction: Vertical
|
Loading…
Reference in a new issue