From 38efdc8f364a9d83ef8039d1c70305b60208f560 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Mon, 25 Aug 2025 19:03:21 -0400 Subject: [PATCH] Settings: dont add ArchUpdater to the bar by default. --- Commons/Settings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commons/Settings.qml b/Commons/Settings.qml index 2e63d53..771cbf9 100644 --- a/Commons/Settings.qml +++ b/Commons/Settings.qml @@ -129,7 +129,7 @@ Singleton { widgets: JsonObject { property list left: ["SystemMonitor", "ActiveWindow", "MediaMini"] property list center: ["Workspace"] - property list right: ["ScreenRecorderIndicator", "Tray", "ArchUpdater", "NotificationHistory", "WiFi", "Bluetooth", "Battery", "Volume", "Brightness", "Clock", "SidePanelToggle"] + property list right: ["ScreenRecorderIndicator", "Tray", "NotificationHistory", "WiFi", "Bluetooth", "Battery", "Volume", "Brightness", "Clock", "SidePanelToggle"] } }