From b7441f1605d74b3fb95dd3d53a69baace7177391 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:42:05 +0400 Subject: [PATCH] i just want it to work ngl --- config/ags/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ags/config.js b/config/ags/config.js index 59ea93b6..53e7a64c 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -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]) {