Anno domini 2021 Wed, 13 Oct 15:37:51 +0200 Kurt Schmidt scripsit:
I'm looking for lager mouse cursors for a touch screen. Where can i find some? Fine regards Rolf
Hi Rolf (or Kurt)!
Install "adwaita-icon-theme". Then in tde control center select Icon theme adwaita.
In ~/.Xresources add this line:
Xcursor.size: 48
In ~/.gtkrc-2.0 add these lines:
gtk-cursor-theme-name="Adwaita" gtk-cursor-theme-size=48
In ~/.config/gtk-3.0/settings.ini add these lines:
gtk-cursor-theme-name=Adwaita gtk-cursor-theme-size=48
Now praise the wise GNOMEs for their unconvoluted settings files ...
Nik
On 2021-10-13 09:55:26 Dr. Nikolaus Klepp wrote:
Anno domini 2021 Wed, 13 Oct 15:37:51 +0200
Kurt Schmidt scripsit:
I'm looking for lager mouse cursors for a touch screen. Where can i find some? Fine regards Rolf
Hi Rolf (or Kurt)!
Install "adwaita-icon-theme". Then in tde control center select Icon theme adwaita.
In ~/.Xresources add this line:
Xcursor.size: 48
In ~/.gtkrc-2.0 add these lines:
gtk-cursor-theme-name="Adwaita" gtk-cursor-theme-size=48
In ~/.config/gtk-3.0/settings.ini add these lines:
gtk-cursor-theme-name=Adwaita gtk-cursor-theme-size=48
Now praise the wise GNOMEs for their unconvoluted settings files ...
Nik
Just out of curiosity, where did you find this information about configuring the Adwaita theme? It's not in /usr/share/doc/packages/adwaita*...
Leslie
Anno domini 2021 Wed, 13 Oct 16:20:12 -0500 J Leslie Turriff scripsit:
On 2021-10-13 09:55:26 Dr. Nikolaus Klepp wrote:
Anno domini 2021 Wed, 13 Oct 15:37:51 +0200
Kurt Schmidt scripsit:
I'm looking for lager mouse cursors for a touch screen. Where can i find some? Fine regards Rolf
Hi Rolf (or Kurt)!
Install "adwaita-icon-theme". Then in tde control center select Icon theme adwaita.
In ~/.Xresources add this line:
Xcursor.size: 48
In ~/.gtkrc-2.0 add these lines:
gtk-cursor-theme-name="Adwaita" gtk-cursor-theme-size=48
In ~/.config/gtk-3.0/settings.ini add these lines:
gtk-cursor-theme-name=Adwaita gtk-cursor-theme-size=48
Now praise the wise GNOMEs for their unconvoluted settings files ...
Nik
Just out of curiosity, where did you find this information about configuring the Adwaita theme? It's not in /usr/share/doc/packages/adwaita*...
Leslie
Years ago I needed a big cursor for a tiny little display, so I went down that rabbithole. You can basicly use any icon package that has a "X_cursor"-file in it. "Xcursor.size" has been there since the beginning of time I think, and TDE and all sane DEs or WMs honor it - that said, GNOME is not honorable at all, as it does not honor .Xresources ...
Nik
Hi Leslie!
Anno domini 2021 Wed, 13 Oct 16:20:12 -0500 J Leslie Turriff scripsit:
On 2021-10-13 09:55:26 Dr. Nikolaus Klepp wrote:
Anno domini 2021 Wed, 13 Oct 15:37:51 +0200
Kurt Schmidt scripsit:
I'm looking for lager mouse cursors for a touch screen. Where can i find some? Fine regards Rolf
Hi Rolf (or Kurt)!
Install "adwaita-icon-theme". Then in tde control center select Icon theme adwaita.
In ~/.Xresources add this line:
Xcursor.size: 48
In ~/.gtkrc-2.0 add these lines:
gtk-cursor-theme-name="Adwaita" gtk-cursor-theme-size=48
In ~/.config/gtk-3.0/settings.ini add these lines:
gtk-cursor-theme-name=Adwaita gtk-cursor-theme-size=48
Now praise the wise GNOMEs for their unconvoluted settings files ...
Nik
Just out of curiosity, where did you find this information about configuring the Adwaita theme? It's not in /usr/share/doc/packages/adwaita*...
Leslie
For your off-list question on how to mirror the cursor:
you have 2 options:
1) go to your themes directory, e.g. /usr/share/icons/Adwaita/cursors/. Modify the symlinks so that you have right pointers where left pointers were. Restart your X session. As usual, you can work on a copy etc.
2) take out the scalpel and start the real fun. The GNOMEs of GNOMEistan have savely removed the PNGs from the sources of their themes, only xcursor-themes is complete. So either stay with xcursor-themes get "xcur2png" - https://web.archive.org/web/20120710014541/http://cli-apps.org/content/show.... - the sources are at https://github.com/eworm-de/xcur2png - jost ./configure && make, komiles and works fine.
select a xcursor file, e.g "arrow", dissect the file:
$ xcur2png arrow
You now have some *.png and arrow.conf. Change the images as you like, then adapt the hotspot coordinate in *.conf. now reassamble the xcursor:
$ xcursorgen arrow.conf arrow-new
Replace the old "arrow" with "arrow-new", restart your x-session.
Oh, you can use gimp to look at the xcursor file, but I have not found a way to modify the hotspot with it.
Nik
Hello Nikolaus
Hi Rolf (or Kurt)!
Yes, I'm very rich and have even a third prename :-)) and use it in different accounts. While my mail with "Rolf" wasn't sent by gmx.net I logged in into the web frontend and send the mail again - suddenly gmx send both.
Install "adwaita-icon-theme". Then in tde control center select Icon theme adwaita. In ~/.Xresources add this line: Xcursor.size: 48
In ~/.gtkrc-2.0 add these lines: gtk-cursor-theme-name="Adwaita" gtk-cursor-theme-size=48
In ~/.config/gtk-3.0/settings.ini add these lines: gtk-cursor-theme-name=Adwaita gtk-cursor-theme-size=48
Now praise the wise GNOMEs for their unconvoluted settings files ...
BTW: Do you know - or is it possible - to scale (enlarge) the window buttons (close, full screen) as well.
Many thanks for the trick.
Rolf
Hello Nikolaus
Hi Rolf (or Kurt)!
Yes, I'm very rich and have even a third prename :-)) and use it in different accounts. While my mail with "Rolf" wasn't sent by gmx.net I logged in into the web frontend and send the mail again - suddenly gmx send both.
Install "adwaita-icon-theme". Then in tde control center select Icon theme adwaita. In ~/.Xresources add this line: Xcursor.size: 48
In ~/.gtkrc-2.0 add these lines: gtk-cursor-theme-name="Adwaita" gtk-cursor-theme-size=48
In ~/.config/gtk-3.0/settings.ini add these lines: gtk-cursor-theme-name=Adwaita gtk-cursor-theme-size=48
Now praise the wise GNOMEs for their unconvoluted settings files ...
BTW: Do you know - or is it possible - to scale (enlarge) the window buttons (close, full screen) as well.
Many thanks for the trick.
Rolf
Anno domini 2021 Thu, 14 Oct 10:28:02 +0200 rattenkopf scripsit:
Hello Nikolaus
Hi Rolf (or Kurt)!
Yes, I'm very rich and have even a third prename :-)) and use it in different accounts. While my mail with "Rolf" wasn't sent by gmx.net I logged in into the web frontend and send the mail again - suddenly gmx send both.
Install "adwaita-icon-theme". Then in tde control center select Icon theme adwaita. In ~/.Xresources add this line: Xcursor.size: 48
In ~/.gtkrc-2.0 add these lines: gtk-cursor-theme-name="Adwaita" gtk-cursor-theme-size=48
In ~/.config/gtk-3.0/settings.ini add these lines: gtk-cursor-theme-name=Adwaita gtk-cursor-theme-size=48
Now praise the wise GNOMEs for their unconvoluted settings files ...
BTW: Do you know - or is it possible - to scale (enlarge) the window buttons (close, full screen) as well.
The easiest way would be to force a higher DPI setting - 250 or more - search the list, there was just some weeks ago a thread on DPI settings. If that's not what you need things get more complicated, as you'll need to change the theme settings. For TDE from the control center, for GNOME 3 ~/.config/gtk-3.0/gtk.css - e.g.
scrollbar, scrollbar button, scrollbar slider { -GtkScrollbar-has-backward-stepper: true; -GtkScrollbar-has-forward-stepper: true; min-width: 20px; min-height: 20px; border-radius: 2px;
/* Padding around the slider */ /*border: 1px solid transparent;*/ border: 0px; }
makes 20px scrollbar. You can install any GTK theme and look at the *.css files. All settings you would like to override the theme settings sould go to ~/.config/gtk-3.0/gtk.css . e.g. "mate-themes": /usr/share/themes/Blue-Submarine/gtk-3.0/gtk-widgets.css has a lot of starting points :)
Nik
Many thanks for the trick.
Rolf ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...