Skip to content

Instantly share code, notes, and snippets.

@riicchhaarrd
Created March 27, 2022 07:31
Show Gist options
  • Save riicchhaarrd/6e9233285970faf94ded48d7a3a47ba6 to your computer and use it in GitHub Desktop.
Save riicchhaarrd/6e9233285970faf94ded48d7a3a47ba6 to your computer and use it in GitHub Desktop.
change scrollbar style -> .config/gtk-3.0/gtk.css
scrollbar slider {
min-width: 15px;
min-height: 15px;
border: 2px solid transparent;
border-radius: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment