This commit is contained in:
Kovid Goyal 2025-05-03 10:47:03 +05:30
parent 7dc673e485
commit 1237f7667c
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -16,6 +16,7 @@ def r(msg: str, cmdline: str) -> None:
except KeyboardInterrupt:
raise SystemExit(1)
if __name__ == '__main__':
r('top panel check transpareny, no input focus, margins and struts',
'panel -o background_opacity=0.2 --edge=top --lines=2 --margin-left=50 --margin-right=100')