사용자 도구

사이트 도구


linux:gnome

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판 양쪽 다음 판
linux:gnome [2020/06/24 11:19]
kwon37xi [Panel button margin / padding]
linux:gnome [2020/06/24 11:22]
kwon37xi [핫 코너(hot corner, Activities) 비활성화]
줄 31: 줄 31:
   * ''gnome-tweaks''의 **최상위 표시줄 -> 활동 개요 핫 코너**를 off 해주면 된다.   * ''gnome-tweaks''의 **최상위 표시줄 -> 활동 개요 핫 코너**를 off 해주면 된다.
  
 +===== Panel button margin / padding =====
 +  * [[https://unix.stackexchange.com/questions/80542/change-reduce-gnome-3-horizontal-icon-padding-in-notification-area-debian-whe|gnome3 - Change (reduce) Gnome 3 horizontal icon padding in notification area (Debian Wheezy) - Unix & Linux Stack Exchange]]
 +  * ''~/.themes/kwon37xi-custom/gnome-shell/gnome-shell.css'' 를 다음과 같이 만들고<code>
 +.panel-button {
 +    -natural-hpadding: 1px;
 +    -minimum-hpadding: 1px;
 +}
 +</code>
 +  * ''gnome-tweaks'' 에서 gnome-shell 테마를 선택해준다. 나머지 설정은 기본값을 자동 임포트한다.
 +  * ''dash-to-panel'' 플러그인 사용시에, 위 값과 동일하게 **Fine-Tune -> Tray Icon Padding/Status Icon Padding** 등을 조정해준다.
 +  * [[https://stackoverflow.com/questions/9943531/how-to-change-gnome3-panel-padding-on-linux-mint-12|gnome - How to change GNOME3 panel padding on Linux Mint 12? - Stack Overflow]] 
 ===== 참조 ===== ===== 참조 =====
   * [[https://wiki.gnome.org/Gnome3CheatSheet|Gnome3CheatSheet - GNOME Wiki!]]   * [[https://wiki.gnome.org/Gnome3CheatSheet|Gnome3CheatSheet - GNOME Wiki!]]
linux/gnome.txt · 마지막으로 수정됨: 2023/06/10 11:11 저자 kwon37xi