1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages.ko/linux/trayer.md
코드싸이 0a0ba9cf24
termusic: fix typo, linux/t*: add Korean translation (#14753)
* termusic: fix typo

* linux/t*: add Korean translation
2024-11-09 23:21:48 +09:00

617 B

trayer

경량의 GTK-2 기반 시스템 트레이. 더 많은 정보: https://github.com/sargon/trayer-srg.

  • trayer 실행:

trayer

  • trayer를 특정 모서리에 위치시키기:

trayer --edge {{left|right|top|bottom}}

  • 패널의 높이와 너비를 픽셀 단위로 지정:

trayer --width {{10}} --height {{32}}

  • 패널 너비를 픽셀 또는 백분율로 지정:

trayer --widthtype {{pixel|percent}} --width {{72}}

  • trayer를 특정 방향으로 정렬:

trayer --align {{left|center|right}}

  • 아이콘 간 간격을 픽셀 단위로 지정:

trayer --iconspacing {{10}}