6 lines
145 B
Text
Executable file
6 lines
145 B
Text
Executable file
(defwidget logo []
|
|
(box
|
|
:class "logo"
|
|
(image :path "/home/c4patino/.assets/nix-logo.png"
|
|
:image-width 24
|
|
:image-height 24)))
|