refactor(eww): some slight cleaning up
This commit is contained in:
parent
3f3ce37c7f
commit
a1411e1371
2 changed files with 15 additions and 15 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
(defwidget heart-toggle []
|
||||
(eventbox :class {heart_icon == "" ? "toggle-on" : "toggle-off"}
|
||||
:onclick "$EWW_PATH/heart.sh toggle"
|
||||
:onclick "$EWW_PATH/heart.sh"
|
||||
(box :class "heart-toggle"
|
||||
:orientation "h"
|
||||
(label :text " ${heart_icon} ")
|
||||
|
|
Loading…
Reference in a new issue