Added the ability to change the layer of the bar (#146)

This commit is contained in:
Jas Singh
2024-08-17 13:13:41 -07:00
committed by GitHub
parent 7ccb172bc7
commit a1beac4c05
4 changed files with 3 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ const options = mkOptions(OPTIONS, {
},
bar: {
floating: opt(false),
layer: opt<"top" | "bottom" | "overlay" | "background">("top"),
margin_top: opt("0.5em"),
opacity: opt(100),
margin_bottom: opt("0em"),