ags shennanigans 2
This commit is contained in:
parent
44ef076275
commit
ac3d352816
1 changed files with 9 additions and 3 deletions
|
@ -211,12 +211,18 @@ function Bar(monitor = 0) {
|
|||
})
|
||||
}
|
||||
|
||||
var hostname = Utils.exec("cat /etc/hostname");
|
||||
|
||||
addExtraBar: if (hostname === "sakotop") {
|
||||
break addExtraBar;
|
||||
} else if (hostname === "sakopc") {
|
||||
App.addWindow(Bar(1));
|
||||
}
|
||||
|
||||
App.config({
|
||||
style: "./style.css",
|
||||
windows: [
|
||||
Bar()
|
||||
// Bar(0),
|
||||
// Bar(1)
|
||||
Bar(),
|
||||
],
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue