mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 18:32:59 +01:00
update zellij config
This commit is contained in:
parent
ea2cfe22a1
commit
e01bdfb08b
2 changed files with 28 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
themes:
|
themes:
|
||||||
default:
|
default:
|
||||||
fg: 15
|
fg: 15
|
||||||
bg: 8
|
bg: [40, 42, 54]
|
||||||
black: 0
|
black: 0
|
||||||
blue: 6
|
blue: 6
|
||||||
cyan: 14
|
cyan: 14
|
||||||
|
@ -12,3 +12,8 @@ themes:
|
||||||
red: 1
|
red: 1
|
||||||
white: 15
|
white: 15
|
||||||
yellow: 3
|
yellow: 3
|
||||||
|
|
||||||
|
# https://mzte.de/git/lordmzte/zellij-compact-status
|
||||||
|
plugins:
|
||||||
|
- path: compact-status.wasm
|
||||||
|
tag: compact-status
|
||||||
|
|
22
.config/zellij/layouts/default.yaml
Normal file
22
.config/zellij/layouts/default.yaml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
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