From 270ab4efe93252b6e85369e9df68184f3257369e Mon Sep 17 00:00:00 2001 From: ggodot Date: Thu, 2 Jan 2025 22:05:10 +0100 Subject: [PATCH] scratchapd on widget bug repaird --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )