Default skull icon

This commit is contained in:
LemmyCook 2025-09-08 14:33:20 -04:00
parent 6f4a4bb764
commit 6169f88d90
9 changed files with 42 additions and 31 deletions

View file

@ -13,7 +13,7 @@ NIconButton {
sizeRatio: 0.8
icon: "coffee"
icon: FontService.icons["coffee"]
tooltipText: IdleInhibitorService.isInhibited ? "Disable keep awake" : "Enable keep awake"
colorBg: Color.mSurfaceVariant
colorFg: IdleInhibitorService.isInhibited ? Color.mPrimary : Color.mOnSurface