Set icon name for the window
Now the app icon will show up on the XFCE workspace window.
This commit is contained in:
parent
54c1c74878
commit
f3e1c0a14c
|
@ -100,6 +100,7 @@ method view(app: AppState): Widget =
|
||||||
title = "TROMjaro Theme Switcher"
|
title = "TROMjaro Theme Switcher"
|
||||||
# Shrink window to the smallest size
|
# Shrink window to the smallest size
|
||||||
defaultSize = (0, 0)
|
defaultSize = (0, 0)
|
||||||
|
iconName = "tromjaro-theme-switcher"
|
||||||
# Vertical box
|
# Vertical box
|
||||||
Box(orient = OrientY, margin = 7, spacing = 5):
|
Box(orient = OrientY, margin = 7, spacing = 5):
|
||||||
Label:
|
Label:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user