Created
September 30, 2021 19:32
-
-
Save vndmtrx/27610f87ce4056fa3c1024239df8b216 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ~/.config/gtk-3.0/gtk.css */ | |
/* Lista plugins: xfconf-query -c xfce4-panel -p /plugins -lv */ | |
/* Recarrega XFCE: xfce4-panel -r */ | |
/* GTK Theming para o XFCE: https://docs.xfce.org/xfce/xfce4-panel/theming */ | |
/* Tema para uso com o painel horizontal configurado para 48px de tamanho da linha */ | |
#whiskermenu-button* { | |
-gtk-icon-transform: scale(0.50); | |
} | |
#showdesktop-button*, /* Ícone de mostrar o desktop */ | |
#launcher-arrow* /* Lançadores de Aplicativos */ | |
{ | |
-gtk-icon-transform: scale(0.56); | |
padding: 0 0px; | |
} | |
#xfce4-notification-plugin*, /* Ícone de Notificações */ | |
#xfce4-clipman-plugin*, /* Ícone do Gerenciador do Clipboard */ | |
#xfce-panel-toggle-button*, /* Ícones da Bandeja de Status */ | |
#pulseaudio-button*, /* Ícone do Controle de Volume */ | |
#xfce4-power-manager-plugin* /* Ícone do Gerenciamento de Energia */ | |
{ | |
-gtk-icon-transform: scale(0.50); | |
} | |
wnck-pager* /* Alternador das Áreas de Trabalho */ | |
{ | |
-gtk-icon-transform: scale(0.50); | |
} | |
#clock-button* { | |
font-weight: bold; | |
padding-left: 10px; | |
padding-right: 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment