From a287b4524bf7d02111d90d944c9f23d5f995aaa4 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 19 May 2025 08:43:55 +0200 Subject: [PATCH] use filled icons on bar --- .config/quickshell/modules/bar/Battery.qml | 1 + .config/quickshell/modules/bar/Media.qml | 1 + .config/quickshell/modules/bar/Resource.qml | 1 + 3 files changed, 3 insertions(+) diff --git a/.config/quickshell/modules/bar/Battery.qml b/.config/quickshell/modules/bar/Battery.qml index 6a50eaf0..2c75d059 100644 --- a/.config/quickshell/modules/bar/Battery.qml +++ b/.config/quickshell/modules/bar/Battery.qml @@ -52,6 +52,7 @@ Rectangle { MaterialSymbol { anchors.centerIn: parent + fill: 1 text: "battery_full" iconSize: Appearance.font.pixelSize.normal color: (isLow && !isCharging) ? batteryLowOnBackground : Appearance.m3colors.m3onSecondaryContainer diff --git a/.config/quickshell/modules/bar/Media.qml b/.config/quickshell/modules/bar/Media.qml index ddcb458a..424cf860 100644 --- a/.config/quickshell/modules/bar/Media.qml +++ b/.config/quickshell/modules/bar/Media.qml @@ -66,6 +66,7 @@ Item { MaterialSymbol { anchors.centerIn: parent + fill: 1 text: activePlayer?.isPlaying ? "pause" : "play_arrow" iconSize: Appearance.font.pixelSize.normal color: Appearance.m3colors.m3onSecondaryContainer diff --git a/.config/quickshell/modules/bar/Resource.qml b/.config/quickshell/modules/bar/Resource.qml index 15f5fea2..18fdcba4 100644 --- a/.config/quickshell/modules/bar/Resource.qml +++ b/.config/quickshell/modules/bar/Resource.qml @@ -28,6 +28,7 @@ Item { MaterialSymbol { anchors.centerIn: parent + fill: 1 text: iconName iconSize: Appearance.font.pixelSize.normal color: Appearance.m3colors.m3onSecondaryContainer