12 lines
247 B
Plaintext
12 lines
247 B
Plaintext
(defwidget left-angle []
|
|
(image :path "/home/ezri/.config/eww.new/modules/angles/left.png"
|
|
:width 150
|
|
:height 36))
|
|
|
|
(defwidget right-angle []
|
|
(image :path "/home/ezri/.config/eww.new/modules/angles/right.png"
|
|
:width 150
|
|
:height 36))
|
|
|
|
|