LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi
User Name
Password
Bodhi This forum is for the discussion of Bodhi Linux.

Notices


Reply
  Search this Thread
Old 02-13-2020, 08:35 AM   #1
crajor
Member
 
Registered: Mar 2019
Location: Akron, Ohio
Distribution: PCLinuxOS 2020
Posts: 88
Blog Entries: 4

Rep: Reputation: Disabled
Question increasing size of scrollbar


This may be obvious and simple for some. I would like to learn how to increase the width of the scrollbar for all windows. Is that even possible?
 
Old 02-13-2020, 08:38 AM   #2
linuxfarm
Member
 
Registered: Feb 2020
Posts: 80

Rep: Reputation: 32
it is but i do not remember how- i believe there was a thread on it somewhere under bodhi. with an old shaky memory i believe you have to tweak the numer settings via the terminal/code areas of the system. If i am wrong i apologize.
 
Old 02-13-2020, 08:40 AM   #3
linuxfarm
Member
 
Registered: Feb 2020
Posts: 80

Rep: Reputation: 32
found this re: firefox

https://www.linuxquestions.org/quest...ox-4175657221/
 
Old 02-13-2020, 06:29 PM   #4
linuxfarm
Member
 
Registered: Feb 2020
Posts: 80

Rep: Reputation: 32
found this though it is xfce... but maybe some info for you

https://forum.mxlinux.org/viewtopic.php?f=93&t=37914
 
Old 02-21-2020, 09:11 PM   #5
crajor
Member
 
Registered: Mar 2019
Location: Akron, Ohio
Distribution: PCLinuxOS 2020
Posts: 88

Original Poster
Blog Entries: 4

Rep: Reputation: Disabled
Thumbs up updating

a search on the net gave me the way to achieve a wider scrollbar. I found a site that made a gtk.css file available that gave the flexibility to set up the scrollbar as I wished. Per instructions, I placed this file in ~/.config/gtk-3.0. Here is the contents of that file;

Code:
scrollbar, scrollbar button, scrollbar slider {
    -GtkScrollbar-has-backward-stepper: true;
    -GtkScrollbar-has-forward-stepper: true;
    min-width: 16px;
    min-height: 10px;
    border-radius: 7;
}

scrollbar trough {
#   background-color: shade(@theme_bg_color, 0.60);
    background-color: shade(red, 0.60);
}

scrollbar button,
scrollbar button.vertical,
scrollbar button.horizontal,
scrollbar .button,
scrollbar .button.vertical,
scrollbar .button.horizontal {
    color: shade(@theme_bg_color, 0.10);
    background-color: shade(@theme_bg_color, 0.4);
#   background-color: shade(green, 0.4);
}

scrollbar.vertical slider,
scrollbar.vertical .slider {
    background-image: linear-gradient(to bottom,
                                      shade(@toolbar_gradient_base, 0.70),
                                      yellow);
}

scrollbar.horizontal slider,
scrollbar.horizontal .slider {
    background-image: linear-gradient(to left,
                                      shade(@toolbar_gradient_base, 0.85),
                                      yellow);
}
I am going to mark this thread as solved. Thanks for all help and input.
 
1 members found this post helpful.
Old 09-30-2020, 02:27 PM   #6
LenHoff
Member
 
Registered: Mar 2017
Posts: 92

Rep: Reputation: Disabled
@ crajor (or anyone).
I gather you use PCLinuxOS. I use Mint 18.1 & Mint 19.3 xfce. That may determine if the code posted works (for me, it didn't). The update - post 5 - showing
Code:
scrollbar.vertical slider,
scrollbar.vertical .slider {
    background-image: linear-gradient(to bottom,
                                      shade(@toolbar_gradient_base, 0.70),
                                      yellow);
}

scrollbar.horizontal slider,
scrollbar.horizontal .slider {
    background-image: linear-gradient(to left,
                                      shade(@toolbar_gradient_base, 0.85),
                                      yellow);
}
I'm more interested in horizontal sliders. I've tried many methods - may have worked at one time... None applied a linear-gradient to any H-scrollbar sliders.
1) the code you posted may work in some distros. I can't remember when I last saw the 1st term (word) in a CSS selector without a dot or a # hash in front of it.
However, I played a lot w/ making 1st term "scrollbar" a class or id, & the same w/ the slider term. No go.

I have no trouble applying linear-gradients to vertical scrollbar sliders - in most app windows, not just Firefox (also using degrees, e.g., (deg90 or deg135,etc., red, white, blue);}.
Some examples showed using "background" vs. "background-image" - no difference for horiz. sliders - for me.

I'm not sure Firefox 80+ even supports gradients on horizontal sliders. Using linear-gradient in various horiz. boxes mostly works, but they're not sliders.

Any other ideas to try?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
KDE - increasing menu text size, icon size? arcanem4 Fedora 1 12-06-2007 02:08 PM
Increasing X window size icarus Linux - General 1 08-09-2002 08:12 PM
Increasing /tmp size anilkumarby Linux - General 4 05-03-2002 03:18 AM
Increasing partition size?? petey *BSD 5 04-25-2002 07:24 AM
Increasing Partition Size? petey Linux - General 1 04-24-2002 11:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi

All times are GMT -5. The time now is 01:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration