Xfce Forum

Sub domains
 

You are not logged in.

#1 2018-10-08 05:10:33

Deleted5
Member
Registered: 2017-02-11
Posts: 21

Thunar direction icons changed? [SOLVED]

Hello, for some sort of reason, an update a while back changed the icons my thunar. I am using the numix circle icon pack from Arch and I've already checked with those guys and it seems to me that they have not changed anything: https://github.com/numixproject/numix-i … ssues/1315. So I've lead to believe that something is wrong here:
This is what I have currently:
46146177-fe850680-c216-11e8-8a79-65e58e97978b.png
And this is what I expect:
46489580-a2902400-c7ba-11e8-9616-b1f9aaa31710.png

Last edited by Deleted5 (2018-10-08 16:26:22)

Offline

#2 2018-10-08 12:28:19

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

Re: Thunar direction icons changed? [SOLVED]

Thunar changed to using symbolic icons. To revert back to regular icons, add the following snippet to ~/.config/gtk-3.0/gtk.css:

/* regular thunar toolbar icons */
.thunar {
	-gtk-icon-style: regular;
}

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 2018-10-08 16:26:09

Deleted5
Member
Registered: 2017-02-11
Posts: 21

Re: Thunar direction icons changed? [SOLVED]

Thank you! Is there any way to change the size of these icons? They seem to be only 16px and I would like them a little bit bigger? Marking as solved!

Offline

#4 2018-10-08 16:38:31

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

Re: Thunar direction icons changed? [SOLVED]

Try:

/* thunar toolbar icons */
.thunar {
	-gtk-icon-style: regular;
	-gtk-icon-transform: scale(1.3);
}

...and change the "1.3" to suit.


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 2018-10-08 16:43:15

Deleted5
Member
Registered: 2017-02-11
Posts: 21

Re: Thunar direction icons changed? [SOLVED]

Sorry any number in the scale section doesn't seem to change anything..
PS: I noticed that the in xfce4-clipman that the arrow has changed to symbolic I tried doing .clipman to change it, but no dice how can I change the arrow in clipman?

Offline

#6 2018-10-08 17:56:47

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

Re: Thunar direction icons changed? [SOLVED]

Hacksaurus_Babu wrote:

Sorry any number in the scale section doesn't seem to change anything..

Hmm. Looks like something has changed. Try this snippet instead:

.thunar > grid > toolbar * {
  	-gtk-icon-style: regular;
	-gtk-icon-transform: scale(1.3);
}

PS: I noticed that the in xfce4-clipman that the arrow has changed to symbolic I tried doing .clipman to change it, but no dice how can I change the arrow in clipman?

Looks like it's hard-coded now. (https://git.xfce.org/panel-plugins/xfce … 78c279e6b8 - go-next-symbolic). I can't seem to change it.


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

#7 2018-10-08 17:59:52

Deleted5
Member
Registered: 2017-02-11
Posts: 21

Re: Thunar direction icons changed? [SOLVED]

Ugh. Alright, I'm now just gonna batter the numix icon guys on why their symbolic icons sux tongue

Offline

Board footer

Powered by FluxBB