This commit is contained in:
Dennis Schoepf 2026-01-09 00:19:11 +01:00
parent 3b6cb627d9
commit 079bdfabcf
2 changed files with 4 additions and 2 deletions

View file

@ -308,7 +308,9 @@ plugins {
}
}
load_plugins {}
load_plugins {
"https://github.com/dj95/zjstatus/releases/latest/download/zjstatus.wasm"
}
default_mode "locked"
default_shell "fish"

View file

@ -8,7 +8,7 @@
layout {
default_tab_template {
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_alt "#bf8a9f"
color_fg_dim "#807c9f"