From 7711946cf5275475e2a0951f7d1e312e7022b330 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 20 Sep 2025 09:50:15 +0200 Subject: [PATCH] bar: remove unused imports --- .config/quickshell/ii/modules/bar/Bar.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/quickshell/ii/modules/bar/Bar.qml b/.config/quickshell/ii/modules/bar/Bar.qml index a9c97f8d2..93587c398 100644 --- a/.config/quickshell/ii/modules/bar/Bar.qml +++ b/.config/quickshell/ii/modules/bar/Bar.qml @@ -1,11 +1,9 @@ import "./weather" import QtQuick -import QtQuick.Layouts import Quickshell import Quickshell.Io import Quickshell.Wayland import Quickshell.Hyprland -import Quickshell.Services.UPower import qs import qs.services import qs.modules.common