diff --git a/themeSwitcher.nim b/themeSwitcher.nim
index b403bae..2c046a7 100644
--- a/themeSwitcher.nim
+++ b/themeSwitcher.nim
@@ -99,7 +99,10 @@ method view(app: AppState): Widget =
       # Vertical box
       Box(orient = OrientY, margin = 7, spacing = 5):
         Label:
-          text= "A Theme Switcher for TROMjaro's default theme-set (Colloid) and icon-set (Zafiro)."
+          text="A Theme Switcher for TROMjaro's default theme-set (Colloid) and icon-set (Zafiro)."
+        Label {.vAlign: AlignStart.}:
+          useMarkup = true
+          text="<span size='small'>NOTE: Some apps need to be reopened for the theme to be applied.</span>"
         for y, themeStyle in themeStyles:
           # Horizontal box
           Box(orient = OrientX, spacing = 5):