diff options
Diffstat (limited to 'appearance/IdleTab.qml')
| -rw-r--r-- | appearance/IdleTab.qml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/appearance/IdleTab.qml b/appearance/IdleTab.qml index f932fac..75ce84a 100644 --- a/appearance/IdleTab.qml +++ b/appearance/IdleTab.qml @@ -87,5 +87,14 @@ Flickable { selected: true onClicked: Hypridle.save() } + + Text { + width: parent.width + wrapMode: Text.Wrap + visible: Hypridle.notice !== "" + text: Hypridle.notice + color: Theme.green + font { family: Theme.fontFamily; pixelSize: Theme.fontSize - 3 } + } } } |
