From da1907925819056e591c00ef6a01f8f30fc0f8ff Mon Sep 17 00:00:00 2001 From: rokosun Date: Sun, 5 Nov 2023 10:48:31 +0100 Subject: [PATCH] Set icon name for the window Now the app icon will show up on the XFCE workspace window. --- tromjaroWelcomeApp.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/tromjaroWelcomeApp.nim b/tromjaroWelcomeApp.nim index ab7db92..1b043f2 100644 --- a/tromjaroWelcomeApp.nim +++ b/tromjaroWelcomeApp.nim @@ -103,6 +103,7 @@ method view(app: AppState): Widget = Window: title = "TROMjaro Welcome" defaultSize = (900, 600) + iconName = "tromjaro-welcome-app" Box(orient = OrientY, margin = 20, spacing = 15): Label: useMarkup = true