Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How to change my gtk theme?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
haomingbai
n00b
n00b


Joined: 12 Nov 2021
Posts: 7

PostPosted: Thu Nov 18, 2021 2:32 pm    Post subject: How to change my gtk theme? Reply with quote

It is my ~/.config/gtk-3.0/settings.ini
Code:
[Settings]
gtk-theme-name=Clearlooks
gtk-icon-theme-name=Adwaita
gtk-font-name=Sans 10
gtk-cursor-theme-size=18
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight
gtk-xft-rgba=rgb

It is my ~/.gtkrc-2.0
Code:
# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.

include "/home/haomingbai/.gtkrc-2.0.mine"
gtk-theme-name="Clearlooks"
gtk-icon-theme-name="Adwaita"
gtk-font-name="Sans 10"
gtk-cursor-theme-size=18
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintslight"
gtk-xft-rgba="rgb"

As you can see,the icon theme of my gtk apps should be Adwaita and run
Code:
ls /usr/share/themes/[quote][/quote]
,the outcome is
Code:
haomingbai@haomingbai-PC ~ $ ls /usr/share/themes/
Adwaita       HighContrast    MurrinaBlu    MurrinaCream       MurrinaLoveGray   NOX
Adwaita-dark  MurrezaSilver   MurrinaCandido    MurrinaEalm       MurrinaNeoGraphite   Raleigh
Default       MurrezaWarm     MurrinaCandy    MurrinaFancyCandy  MurrinaVerdeOlivo
Emacs         MurrinaAquaIsh  MurrinaCappuccino  MurrinaGilouche    Murrine
.However when tried to run an gtk app ,it displays a strange theme(maybe "nouveXT" according to lxappearance)
What should I install or configure?

[Moderator edit: changed [quote] tags to [code] tags to preserve output layout. Left alone the spurious quote inside a code block. -Hu]
_________________
a new user of gentoo
Back to top
View user's profile Send private message
psycho
Guru
Guru


Joined: 22 Jun 2007
Posts: 534
Location: New Zealand

PostPosted: Thu Nov 25, 2021 8:04 pm    Post subject: Reply with quote

Hi haomingbai.

I'm not sure if you're talking about GTK themes or icon themes...in some parts of your question you're discussing icon themes...but then you've listed /usr/share/themes (which has the GTK themes) instead of /usr/share/icons (which has the icon themes). Also I see you've set your theme to "Clearlooks" yet there doesn't seem to be a Clearlooks under /usr/share/themes. Maybe it's under ~/.themes instead? I don't use LXAppearance, but if it's like most theming tools it will work with .themes and .icons as well as the system-wide stuff under /usr/share...so those are more directories you could examine.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum