nosignal-shell/modules/bar/components/Power.qml
2 * r + 2 * t 7f93c3ed13 bar: make power button smaller
Also move the circle logic to the pills preset and fix for other font sizes
2025-04-30 21:14:53 +10:00

9 lines
196 B
QML

import "root:/widgets"
import "root:/config"
MaterialIcon {
text: "power_settings_new"
color: Appearance.colours.red
font.bold: true
font.pointSize: Appearance.font.size.normal
}