====== tint2 ======
* [[https://gitlab.com/o9000/tint2|tint2]] ''tint2'' is a lightweight panel/taskbar for Linux.
* [[https://wiki.archlinux.org/index.php/Tint2|Tint2 - ArchWiki]]
* indicator 류는 지원하지 않고 있음. system tray(notification area)만 지원함.
===== 설정 =====
* ''/etc/xdg/tint2'' 에 전역 설정이 있고 ''~/.config/tint2/tint2rc''가 계정별 설정이다.
* 날짜
* ''time1_format = %H:%M''
* ''time2_format = %m月 %d日 %a''
==== panel_items ====
* ''panel_items=LTSBC''
* ''L'' : Launncher
* ''T'' : Task bar
* ''S'' : System Tray
* ''B'' : Battery status
* ''C'' : Clock
===== nm-applet 안보이는 현상 =====
* ''nm-applet''이 안보이는 현상이 있는데, ''nm-connection-editor'' 등으로 wifi 설정을 해 준 뒤에 재시작 해보면 보일 수 있다.
* 혹시 안되면 nm-applet을 죽이고 (''killall nm-applet'') ''tint2'' 실행 이후에 실행되도록 자동시작 스크립트를 조정해본다.
===== gsimplecal =====
* ''gsimplecal'' 설치하고 아래와 같이 설정하면 시계를 클릭하면 달력이 나온다.
clock_lclick_command = gsimplecal
===== OpenBox Menu =====
* [[linux:windowmanager:openbox|OpenBox Window Manager]] 메뉴에 단축키를 지정한다.
* ''~/.local/share/applications/openboxmenu.desktop''
[Desktop Entry]
Name=Openbox Menu
Exec=xdotool key 'Super+space'
Icon=/usr/share/pixmaps/openbox.xpm
* ''tint2rc'' launcher 설정의 가장 왼쪽에 지정
launcher_item_app = ~/.local/share/applications/openboxmenu.desktop