From f3e1c0a14cb3bb4201abb59559cfc4a2f56cc9c1 Mon Sep 17 00:00:00 2001
From: rokosun <rokosun@noreply.git.trom.tf>
Date: Sun, 5 Nov 2023 10:51:43 +0100
Subject: [PATCH] Set icon name for the window

Now the app icon will show up on the XFCE workspace window.
---
 themeSwitcher.nim | 1 +
 1 file changed, 1 insertion(+)

diff --git a/themeSwitcher.nim b/themeSwitcher.nim
index 30f638a..37406a5 100644
--- a/themeSwitcher.nim
+++ b/themeSwitcher.nim
@@ -100,6 +100,7 @@ method view(app: AppState): Widget =
       title = "TROMjaro Theme Switcher"
       # Shrink window to the smallest size
       defaultSize = (0, 0)
+      iconName = "tromjaro-theme-switcher"
       # Vertical box
       Box(orient = OrientY, margin = 7, spacing = 5):
         Label: