scratchapd on widget bug repaird

This commit is contained in:
ggodot 2025-01-02 22:05:10 +01:00
parent 128d397518
commit 270ab4efe9

View File

@ -262,7 +262,7 @@ ram = widget.Memory(
cpu = widget.CPU(
format = "{load_percent}% ",
mouse_callbacks={"Button1":lazy.spawn("alacritty --class float -e btop ")},
mouse_callbacks={"Button1":lazy.group['scratchpad'].dropdown_toggle('btop')},
background=colors[6],
**rounded_right,
)