mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 16:28:19 +02:00
...
This commit is contained in:
@@ -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')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user