i just want it to work ngl

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

View file

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