사용자 도구

사이트 도구


linux:gtk

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
linux:gtk [2020/10/08 14:14]
kwon37xi
linux:gtk [2020/10/08 14:20]
kwon37xi [Gmone 일 경우 theme 지정]
줄 17: 줄 17:
 </code> </code>
  
 +===== 일반적인 theme 지정 =====
 +  * [[https://wiki.archlinux.org/index.php/GTK|GTK - ArchWiki]]
 +  * GTK 2 ''~/.gtkrc-2.0''
 +<code >
 +gtk-icon-theme-name = "Adwaita"
 +gtk-theme-name = "Adwaita"
 +gtk-font-name = "DejaVu Sans 11"
 +</code>
 +  * GTK 3 ''$XDG_CONFIG_HOME/gtk-3.0/settings.ini'' (보통은 ''~/.config/gtk-3.0/settings.ini'')
 +<code>
 +[Settings]
 +gtk-icon-theme-name = Adwaita
 +gtk-theme-name = Adwaita
 +gtk-font-name = DejaVu Sans 11
 +</code>
 ===== 애플리케이션별 GTK 테마 지정 ===== ===== 애플리케이션별 GTK 테마 지정 =====
   * [[https://askubuntu.com/questions/78088/can-i-apply-a-different-gtk3-theme-from-the-main-one-to-an-individual-applicatio|unity - Can I apply a different GTK3 theme from the main one to an individual application? - Ask Ubuntu]]   * [[https://askubuntu.com/questions/78088/can-i-apply-a-different-gtk3-theme-from-the-main-one-to-an-individual-applicatio|unity - Can I apply a different GTK3 theme from the main one to an individual application? - Ask Ubuntu]]
줄 22: 줄 37:
  
 <code sh> <code sh>
 +# gtk2
 +GTK2_RC_FILES=/usr/share/themes/Raleigh/gtk-2.0/gtkrc gimp
 +
 +# gtk3
 GTK_THEME=elementary pantheon-files GTK_THEME=elementary pantheon-files
 </code> </code>
  
linux/gtk.txt · 마지막으로 수정됨: 2023/05/07 22:46 저자 kwon37xi