diff --git a/config.py b/config.py index b87853a..10ef490 100644 --- a/config.py +++ b/config.py @@ -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, )