-
I want to override the icon theme for the "BlackHole" regolith look. I remember in Regolith 1.0, I was able to do this by changing this line:
How would I accomplish the same in Regolith 2.0? I tried adding this to my
I also tried using the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Ah never mind, I was able to change the icon theme by using the following steps: Run $ xrdb -query | grep icon
gnome.icon-theme: Paper
gnome.icon.theme: Paper
gtk.icon_theme_name: Moka Update
|
Beta Was this translation helpful? Give feedback.
-
Yep, glad you got it handled @aadilayub . |
Beta Was this translation helpful? Give feedback.
Ah never mind, I was able to change the icon theme by using the following steps:
Run
xrdb -query
$ xrdb -query | grep icon gnome.icon-theme: Paper gnome.icon.theme: Paper gtk.icon_theme_name: Moka
Update
gtk.icon_theme_name
in~/.config/regolith2/Xresources
: