refactor(eww): some slight cleaning up

This commit is contained in:
matt1432 2023-07-22 15:34:26 -04:00
parent 3f3ce37c7f
commit a1411e1371
2 changed files with 15 additions and 15 deletions

View file

@ -23,7 +23,7 @@
(defwidget heart-toggle [] (defwidget heart-toggle []
(eventbox :class {heart_icon == "󰣐" ? "toggle-on" : "toggle-off"} (eventbox :class {heart_icon == "󰣐" ? "toggle-on" : "toggle-off"}
:onclick "$EWW_PATH/heart.sh toggle" :onclick "$EWW_PATH/heart.sh"
(box :class "heart-toggle" (box :class "heart-toggle"
:orientation "h" :orientation "h"
(label :text " ${heart_icon} ") (label :text " ${heart_icon} ")