mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Switched to Material3 colors principle
- works with matugen only for now - need to restore rosepine
This commit is contained in:
@@ -38,8 +38,8 @@ Item {
|
||||
NPill {
|
||||
id: pill
|
||||
icon: getIcon()
|
||||
iconCircleColor: Colors.accentPrimary
|
||||
collapsedIconColor: Colors.textPrimary
|
||||
iconCircleColor: Colors.colorPrimary
|
||||
collapsedIconColor: Colors.colorOnSurface
|
||||
autoHide: true
|
||||
text: Math.floor(Audio.volume * 100) + "%"
|
||||
tooltipText: "Volume: " + Math.round(
|
||||
|
||||
Reference in New Issue
Block a user