mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
...
This commit is contained in:
parent
7dc673e485
commit
1237f7667c
1 changed files with 9 additions and 8 deletions
|
|
@ -16,16 +16,17 @@ def r(msg: str, cmdline: str) -> None:
|
|||
except KeyboardInterrupt:
|
||||
raise SystemExit(1)
|
||||
|
||||
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')
|
||||
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')
|
||||
|
||||
r('bottom panel, check struts', 'panel -o background_opacity=0.2 --edge=bottom --lines=2 --margin-left=100 --margin-right=50')
|
||||
r('bottom panel, check struts', 'panel -o background_opacity=0.2 --edge=bottom --lines=2 --margin-left=100 --margin-right=50')
|
||||
|
||||
r('left panel, check struts', 'panel -o background_opacity=0.2 --edge=left --columns=2 --margin-top=50 --margin-bottom=100')
|
||||
r('left panel, check struts', 'panel -o background_opacity=0.2 --edge=left --columns=2 --margin-top=50 --margin-bottom=100')
|
||||
|
||||
r('right panel, check struts', 'panel -o background_opacity=0.2 --edge=right --columns=2 --margin-top=50 --margin-bottom=100')
|
||||
r('right panel, check struts', 'panel -o background_opacity=0.2 --edge=right --columns=2 --margin-top=50 --margin-bottom=100')
|
||||
|
||||
r('background, check transparency and margins and no input focus',
|
||||
'panel -o background_opacity=0.2 --edge=background --margin-top=50 --margin-bottom=50 --margin-left=100 --margin-right=100')
|
||||
r('background, check transparency and margins and no input focus',
|
||||
'panel -o background_opacity=0.2 --edge=background --margin-top=50 --margin-bottom=50 --margin-left=100 --margin-right=100')
|
||||
|
||||
r('quake, check transparency and focus on show/re-show', 'quick-access-terminal')
|
||||
r('quake, check transparency and focus on show/re-show', 'quick-access-terminal')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue