Xfce Forum

Sub domains
 

You are not logged in.

#1 2022-06-14 14:38:37

thomasvatter
Member
From: Berlin
Registered: 2022-06-14
Posts: 5
Website

Scrollbar

Hello,

in the scrollbar the arrow buttons are missing. How can I change the configuration to show the buttons?

regards
Thomas Vatter

Offline

#2 2022-06-14 22:32:33

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,990

Re: Scrollbar

Hello and welcome.

We'll need more information. Specifically:
- which distro are you using?
- which version of Xfce?
- which Appearance (GTK) theme are you using?

The scrollbar steppers are enabled/disabled by the theme and can also be overridden.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2022-06-15 19:48:24

thomasvatter
Member
From: Berlin
Registered: 2022-06-14
Posts: 5
Website

Re: Scrollbar

I am using Debian 11.3
and Xfce 4.16
and the GTK-Theme Arc

Offline

#4 2022-06-15 22:01:31

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,990

Re: Scrollbar

Add the following to ~/.config/gtk-3.0/gtk.css (create the file if it doesn't exist):

scrollbar {
  -GtkScrollbar-has-backward-stepper: true;
  -GtkScrollbar-has-forward-stepper: true;
  }
scrollbar button {padding: 0}

You may need to logout and back in again for all apps to notice it. It will be system-wide (mostly).


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#5 2022-06-15 22:21:57

thomasvatter
Member
From: Berlin
Registered: 2022-06-14
Posts: 5
Website

Re: Scrollbar

Thanks a lot,
it works

Offline

Board footer

Powered by FluxBB