Set icon name for the window

Now the app icon will show up on the XFCE workspace window.
This commit is contained in:
Rokosun 2023-11-05 10:51:43 +01:00
parent 54c1c74878
commit f3e1c0a14c
1 changed files with 1 additions and 0 deletions

View File

@ -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: