7 lines
146 B
Text
7 lines
146 B
Text
|
(defwidget logo []
|
||
|
(box
|
||
|
:class "logo"
|
||
|
(image :path "/home/notoh/Pictures/icons/nixos.png"
|
||
|
:image-width 24
|
||
|
:image-height 24)))
|