This commit is contained in:
Kovid Goyal
2025-05-03 10:47:03 +05:30
parent 7dc673e485
commit 1237f7667c

View File

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