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