
jorgesil
(usa Ubuntu)
Enviado em 20/08/2019 - 19:46h
Como personalizar a ScrollBar no Ubuntu Mate 19.04
Para alterar a ScrollBar é preciso criar ou alterar o arquivo gtk.css que fica em: /home/"usuario"/.config/ gtk-3.0/gtk.css.
Obs: para ver arquivos ocultos use CTRL+H
Edite o arquivo gtk.css ou crie um novo documento como arquivo vazio e salve como gtk.css.
Cole dentro:
scrollbar slider {
/* Size of the slider */
min-width: 15px;
min-height: 15px;
border-radius: 17px;
/* Padding around the slider */
border: 2px solid transparent;
}
/*Place this file in your home folder at the location /.config/gtk-3.0/gtk.css*/
/* more information* /
/*
https://ubuntu-mate.community/t/tweaking-your-scrollbar-settings/16161/3 */
Depois Salve e Reinicie.
Para mudar também a cor e outros parametros visite :
https://ubuntu-mate.community/t/tweaking-your-scrollbar-settings/16161/3
..