scratchapd on widget bug repaird
This commit is contained in:
parent
128d397518
commit
270ab4efe9
@ -262,7 +262,7 @@ ram = widget.Memory(
|
|||||||
|
|
||||||
cpu = widget.CPU(
|
cpu = widget.CPU(
|
||||||
format = " {load_percent}% ",
|
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],
|
background=colors[6],
|
||||||
**rounded_right,
|
**rounded_right,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user