diff --git a/Modules/Bar/Widgets/Brightness.qml b/Modules/Bar/Widgets/Brightness.qml index 0371848..6e52a1a 100644 --- a/Modules/Bar/Widgets/Brightness.qml +++ b/Modules/Bar/Widgets/Brightness.qml @@ -80,7 +80,6 @@ Item { icon: getIcon() autoHide: false // Important to be false so we can hover as long as we want text: { - return "" var monitor = getMonitor() return monitor ? Math.round(monitor.brightness * 100) : "" }