From 726883a4fd3ea1af0df8dbf0184516328d80e9a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Sat, 6 Jul 2024 13:27:03 +0200 Subject: [PATCH] Sat 6 Jul 13:27:03 CEST 2024 --- home/ags/files/config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/home/ags/files/config.js b/home/ags/files/config.js index d88069e..04ba8b0 100644 --- a/home/ags/files/config.js +++ b/home/ags/files/config.js @@ -230,7 +230,7 @@ function Bar(monitor = 0) { monitor, anchor: ["top", "left", "right"], exclusivity: "exclusive", - css: "font-size: " + hyprland.monitors[monitor]["width"] > 1920? "1.2em;": "1em", + css: "font-size: " + (hyprland.monitors[monitor]["width"] > 1920? "1.2em;": "1em;"), child: Widget.CenterBox({ class_name: "window-box", start_widget: Left(), @@ -248,8 +248,4 @@ App.config({ NotificationPopups(), ], }) - // window.bar { - // font-size: 1.2em; - // } - export { }