Add bar position
This commit is contained in:
parent
1564992442
commit
7b26ddaa32
11 changed files with 72 additions and 14 deletions
|
|
@ -25,7 +25,8 @@ Variants {
|
|||
|| (Settings.data.bar.monitors.length === 0)) : false
|
||||
|
||||
anchors {
|
||||
top: true
|
||||
top: Settings.data.bar.barPosition === "top"
|
||||
bottom: Settings.data.bar.barPosition === "bottom"
|
||||
left: true
|
||||
right: true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue