...
This commit is contained in:
parent
7dc673e485
commit
1237f7667c
1 changed files with 9 additions and 8 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue