Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 9660  / 3 Years ago, mon, july 12, 2021, 2:00:01

I was trying out openbox, the superlightweight window manager, and something that struck me was "Wow, this is downright ugly".



So, how do I install a ambiance theme to make it "fit in" more?


More From » themes

 Answers
4

I am using Ubuntu 12.04 and I'd like to add a couple of tweaks:



Load the gnome-settings-daemon and use gtk-theme-switch (this is a package you need to install called gtk-theme-switch2) and composition:



Add to your ~/.config/openbox/autostart.sh the following lines:



gnome-settings-daemon &
gtk-theme-switch2 /usr/share/themes/Ambiance/ &
xcompmgr &


gnome-settings-daemon loads most settings you may have set up in unity, such as font smoothing/argb or something.



gtk-theme-switch2 loads the Ambiance theme (unity's default theme).



xcompmgr is supposed to reduce flickering when switching windows provide shadows for windows (but shadows don't work on the latest version).



With this, openbox will look as good as Unity. Without the performance cost.


[#43291] Tuesday, July 13, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
thellfi

Total Points: 222
Total Questions: 103
Total Answers: 123

Location: Palau
Member since Mon, Aug 16, 2021
3 Years ago
;