This commit is contained in:
Sakooooo 2024-09-05 17:39:51 +04:00
parent f1e6177d77
commit b0fa28bdb6
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -211,7 +211,7 @@ function Bar(monitor = 0) {
})
}
var hostname = Utils.exec("cat /etc/hostname");
var hostname = Utils.readFile("/etc/hostname");
var hosts = ["sakotop", "sakopc"];
addExtraBar: if (hostname === hosts[0]) {