![]() |
Re: Show off your screenshots
Ohhhh, nononono. I was messing around with that anyways :D, trying to move the panels around. Definitely not your fault dude. I should've phrased that differently, didn't mean to make it sound like I was blaming you.
|
Re: Show off your screenshots
Yo!Dude! :p :)
I found a v.simple way of removing home label. Just run vi /usr/share/themes/$DEFAULTMBTHEME/gtk-2.0/gtkrc (Defaultmbtheme (mb = matchbox) is a variable pointing to your currently set theme) Change: style "osso-TitleFont" { font_name = "Nokia Sans 16.75" } to: style "osso-TitleFont" { font_name = "Nokia Sans 0" } Change theme and change back :) The menu icon could be removed by taking the right image out but it will remove it for all windows. I'll seeif I can recompile hildon-desktop. Your apps will still show the title, just not the desktop. Quote:
Because the desktop is separate and uses a different file, it can be done independently of each other. Here is my proof,with screenies :p. (look at times) http://i28.tinypic.com/vfi809.png http://i27.tinypic.com/2mwcmyb.png Edit; Benson has provided a sed line here: http://www.internettablettalk.com/fo...&postcount=506 Haven't tested it but it should work in theory. |
Re: Show off your screenshots
Wow! ^this works on the echo theme (default) but when I go to /usr/share/themes/nuvoclear/gtk-2.0/gtkrc in Emelfm2 and hit edit, Emel crashes and Xterm reports "segment fault".???
Thanks BTW, this opens up a whole world of themes configured by hand. :) |
Re: Show off your screenshots
YoDude --
Did you, by chance, have nuvoclear as your current theme at the time? If so, try the edit after (temporarily) switching to a different theme. |
Re: Show off your screenshots
Quote:
Np :). i'm gonna try moving the close and minimise buttons to the left for fun :D. It's how I actually changed my font systemwide. |
Re: Show off your screenshots
You're probably using nuvoClear at the moment; try switching to a different theme, edit, and switch back?
If this is the problem, then YOU, not the shell, must expand $DEFAULTMBTHEME... Wouldn't that be Code:
sed -i '/style[ \t]\+"osso-TitleFont"/,/}/ { /font_name[ \t]\+=/ s/[0-9.]\+/0/ }' /usr/share/themes/$DEFAULTMBTHEME/gtk-2.0/gtkrc Edit: Ha, beaten. :( BTW, I'm now rockin' this on mine with nuvoClear; it's sweet for portrait, but I'm missing the menu button, too... Not that having a ninja menu bothers me, it's just odd that I don't have it on home, and do on app windows. Now that that's gone, all we need is the ability to extend the statusbar... why, oh why, is this not configurable? |
Re: Show off your screenshots
Ok, briand may be right. You are editing a gtk file with a program using gtk :p
I did it with vi: http://i30.tinypic.com/1ny3gg.png |
Re: Show off your screenshots
Quote:
seriously -- glad to have helped. |
Re: Show off your screenshots
Quote:
Yup, did that. The default theme was able to be edited using Emel however, the nuvoclear file seems much larger so it may in fact be a limitation of Emelfm... I'll copy the file out, edit it with notepad or sutt'n', then copy over the existing one and see what happens. :) |
Re: Show off your screenshots
Just run this as root:
Code:
sed -i '/style[ \t]\+"osso-TitleFont"/,/}/ { /font_name[ \t]\+=/ s/[0-9.]\+/0/ }' /usr/share/themes/nuvoClear/gtk-2.0/gtkrc |
All times are GMT. The time now is 04:24. |
vBulletin® Version 3.8.8