fixes
This commit is contained in:
parent
3b6cb627d9
commit
079bdfabcf
2 changed files with 4 additions and 2 deletions
|
|
@ -308,7 +308,9 @@ plugins {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
load_plugins {}
|
load_plugins {
|
||||||
|
"https://github.com/dj95/zjstatus/releases/latest/download/zjstatus.wasm"
|
||||||
|
}
|
||||||
|
|
||||||
default_mode "locked"
|
default_mode "locked"
|
||||||
default_shell "fish"
|
default_shell "fish"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
layout {
|
layout {
|
||||||
default_tab_template {
|
default_tab_template {
|
||||||
pane size=1 borderless=false {
|
pane size=1 borderless=false {
|
||||||
plugin location="file:${pkgs.zjstatus}/bin/zjstatus.wasm" {
|
plugin location="https://github.com/dj95/zjstatus/releases/latest/download/zjstatus.wasm" {
|
||||||
color_fg "#ffffff"
|
color_fg "#ffffff"
|
||||||
color_fg_alt "#bf8a9f"
|
color_fg_alt "#bf8a9f"
|
||||||
color_fg_dim "#807c9f"
|
color_fg_dim "#807c9f"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue