You are not logged in.
Got bored with my old setup, trying a darker one this time
http://img136.imageshack.us/img136/7647 … 7ss.th.png
pekWM - Elegant Brit
Very nice work!
Offline
Ever since Firefox started using the native linux gtk widgets I've always thought that the tab-bar and tabs have looked really bad. I've tried all of the 'Stylish' userscripts for linux and the tab-bar but none of them looked good either.
So today I searched through a bunch of firefox userChrome.css and found a couple parts that I could use to make my tabs and tab-bar look different.
1440x900 view: http://i480.photobucket.com/albums/rr16 … t-49-6.png
I decided to lose my status bar since I barely use it, and I put the tabs down there. I also made a tab-bar image to be the exact same style as my murrine gtk theme, then I made all inactive tabs transparent so they're just the web page icon, the page's name in text, and the close button drawn to my tab-bar image.
If anybody wants the userChrome.css just ask.
Last edited by methuselah (2009-05-27 05:46:04)
Offline
If anybody wants the userChrome.css just ask.
/me wants
Offline
methuselah wrote:If anybody wants the userChrome.css just ask.
/me wants
You will have to add your own 1(w) x 28(h) pixel tab-bar-image to your chrome folder.
My useChrome.css file:
/*
* Edit this file and copy it as userChrome.css into your
* profile-directory/chrome/
*/
/*
* This file can be used to customize the look of Mozilla's user interface
* You should consider using !important on rules which you want to
* override default settings.
*/
/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/*
* Some possible accessibility enhancements:
*/
/*
* Make all the default font sizes 20 pt:
*
* * {
* font-size: 20pt !important
* }
*/
/*
* Make menu items in particular 15 pt instead of the default size:
*
* menupopup > * {
* font-size: 15pt !important
* }
*/
/*
* Give the Location (URL) Bar a fixed-width font
*
* #urlbar {
* font-family: monospace !important;
* }
*/
/*
* For more examples see http://www.mozilla.org/unix/customizing.html
*/
#browser tabs {
-moz-appearance: none !important;
background-color: none !important;
background: url("tab-bar-image.png") repeat-x top !important;
height: 28px;
padding: 0px;
border: 0px;
margin: 0px;
}
/* Change color of normal tabs */
tab:not([selected="true"]) {
-moz-appearance: none !important;
background-color: transparent !important; }
#content > tabbox { -moz-box-direction: reverse; }
EDIT: I have also added this about:config tweak to only show the close button on the active tab:
browser.tabs.closeButtons = 0
And I found that the Firefox Add-on called 'Fission' can put the progress bar in the address bar similar to midori. That way you don't need the status bar for anything.
I updated the photo in my post above to show the cleaner version of the tab-bar using the about:config setting for 'browser.tabs.closeButtons = 0' and the 'Fission' Add-on to get the progress bar similar to Safari/midori.
Last edited by methuselah (2009-05-27 05:53:16)
Offline
Awesome 3.3-rc4 with Wicked and Shifty.
rc.lua
theme.lua (A few custom colors - nothing special.)
.Xdefaults (Using a Tango colorscheme.)
Offline
thelucster wrote:Decided to add some Conky stuff this morning:
That's awesome. Share conkyrc for weather and clock?
No.. its Openbox.
Weather
use_xft yes
xftfont DejaVu Sans:size=8
update_interval 60
total_run_times 0
double_buffer yes
text_buffer_size 1024
own_window yes
own_window_type desktop
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
minimum_size 185 0
maximum_width 185
draw_shades no
default_color white
alignment top_left
gap_x 50
gap_y 20
no_buffers no
net_avg_samples 2
override_utf8_locale yes
TEXT
${if_existing /proc/net/route wlan0}
${execpi 10800 conkyForecast -t ~/.config/conky/weather -l UKXX0054}
${if_existing /proc/net/route eth0}
${execpi 10800 conkyForecast -t ~/.config/conky/weather -l UKXX0054}
${endif}${else}
${font PizzaDude Bullets:size=14}4${font} Weather Unavailable
${endif}
Conky Forecast Template
${voffset -30}${alignr 62}${font ConkyWeather:style=Bold:size=40}[--datatype=WF]${font}
${voffset -50}${font Weather:size=40}${font} ${voffset -38}${font Arial Black:size=26}[--datatype=HT]${font}
${voffset 12}${alignr 0}${font DejaVu Sans:size=7}[--datatype=CC]${font}
${voffset 0}${alignc 43}[--datatype=DW --startday=1 --shortweekday] ${alignc 8}[--datatype=DW --startday=2 --shortweekday] ${alignc -29}[--datatype=DW --startday=3 --shortweekday] ${alignc -64}[--datatype=DW --startday=4 --shortweekday]
${voffset 5}${alignc 75}${font ConkyWeather:size=30}[--datatype=WF --startday=1 --endday=4 --spaces=1]${font}
${voffset 0}${font DejaVu Sans:size=7}${alignc 48}[--datatype=HT --startday=1 --hideunits --centeredwidth=3]/[--datatype=LT --startday=1 --hideunits --centeredwidth=3] ${alignc -14}[--datatype=HT --startday=2 --hideunits --centeredwidth=3]/[--datatype=LT --startday=2 --hideunits --centeredwidth=3] ${alignc -40}[--datatype=HT --startday=3 --hideunits --centeredwidth=3]/[--datatype=LT --startday=3 --hideunits --centeredwidth=3] ${alignr 6}[--datatype=HT --startday=4 --hideunits --centeredwidth=3]/[--datatype=LT --startday=4 --hideunits --centeredwidth=3]${font}
Clock
use_xft yes
xftfont DejaVu Sans:size=10
update_interval 1
total_run_times 0
double_buffer yes
text_buffer_size 1024
own_window yes
own_window_type desktop
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
minimum_size 250 0
maximum_width 250
draw_shades no
default_color white
alignment top_left
gap_x 1400
gap_y 860
no_buffers no
net_avg_samples 2
override_utf8_locale yes
TEXT
${alignc 75}${font Arial Black:size=60}${time %H}${voffset -18}${font Arial Black:size=40}${time %M}${font}
${voffset 30}${alignc}${time %A %d %B}
Offline
@methuselah what theme u using in firefox?
Offline
trvjillo wrote:Got bored with my old setup, trying a darker one this time
http://img136.imageshack.us/img136/7647 … 7ss.th.png
pekWM - Elegant Brit
Very nice work!
Thanks!
Offline
Offline
Awesome 3.3-rc4 with Wicked and Shifty.
rc.lua
theme.lua (A few custom colors - nothing special.)
.Xdefaults (Using a Tango colorscheme.)
Thanks man, you inspired me to upgrade too I used your configs and edited them to look like I want. So now I am on newest version again:D Nice shots btw
Edit: I think I have posted it before, but anyways, here is my Awesome 3.3-rc4:
Edit2: If anyone is interested, all my configs can be found here: http://dotfiles.org/~KlavKalashj
Last edited by KlavKalashj (2009-05-27 13:07:47)
Offline
http://img218.imageshack.us/img218/8748 … 024.th.png
Ratpoison + urxvt + conky + trayer + vifm + ncmpcpp + screen + vim + nethack + lotta' love
Nice screenshot buddy. You're making me want to give Nethack a try.
Offline
Wra!th wrote:http://img218.imageshack.us/img218/8748 … 024.th.png
Ratpoison + urxvt + conky + trayer + vifm + ncmpcpp + screen + vim + nethack + lotta' love
Nice screenshot buddy. You're making me want to give Nethack a try.
It's an awesome time passer this one. Don't start playing unless you're a calm person...for some people playing for 2-3 weeks on a game then dying (requiring a new start) can be quite stressful . Don't let the ascii gfx fool you, it can get quite addictive. It is without a doubt the most advanced RPG in existence..and it's 20 years old...
MacGregor DESPITE THEM!
7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
Offline
http://img218.imageshack.us/img218/8748 … 024.th.png
Ratpoison + urxvt + conky + trayer + vifm + ncmpcpp + screen + vim + nethack + lotta' love
That looks great man! I may even try out Ratpoison :)
The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...
Offline
@methuselah what theme u using in firefox?
No theme at all. Just my default native Linux theme..... with a bit of userChrome.css for the tab-bar.
It's the murrine-svn gtk engine with a gtkrc that I made for a gradient look.
It's the hydroxygen icon pack with the navigation buttons replaced with the buttons from the MacUltimate_Leopard icon pack.
This is Firefox with Thunar, xfce4 Appearance, and xfce4 Terminal all open at the same time to show that Firefox isn't using any theme besides the default Linux gtk theme:
1440x900 view: http://i480.photobucket.com/albums/rr16 … t-52-2.png
Offline
Dimon-z wrote:@methuselah what theme u using in firefox?
No theme at all. Just my default native Linux theme..... with a bit of userChrome.css for the tab-bar.
It's the murrine-svn gtk engine with a gtkrc that I made for a gradient look.
It's the hydroxygen icon pack with the navigation buttons replaced with the buttons from the MacUltimate_Leopard icon pack.This is Firefox with Thunar, xfce4 Appearance, and xfce4 Terminal all open at the same time to show that Firefox isn't using any theme besides the default Linux gtk theme:
http://i480.photobucket.com/albums/rr16 … t-52-1.png
1440x900 view: http://i480.photobucket.com/albums/rr16 … t-52-2.png
And what font do you use in thunar?
archlinux on Macbook Pro 10,1
Offline
http://img218.imageshack.us/img218/8748 … 024.th.png
Ratpoison + urxvt + conky + trayer + vifm + ncmpcpp + screen + vim + nethack + lotta' love
Link for the wallpaper ?
Thanks
Offline
Wra!th wrote:http://img218.imageshack.us/img218/8748 … 024.th.png
Ratpoison + urxvt + conky + trayer + vifm + ncmpcpp + screen + vim + nethack + lotta' love
Link for the wallpaper ?
Thanks
No wall, just a tile I made http://img135.imageshack.us/img135/9450/75381531.png
@moljac024: my ratpoisonrc is on my dotfiles page...
Last edited by Wra!th (2009-05-27 17:31:22)
MacGregor DESPITE THEM!
7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
Offline
Don't mind me, just tring to get Picasa to work.
Last edited by Alex6969 (2009-05-27 17:49:59)
This isn't Ubuntu...
Offline
methuselah wrote:Dimon-z wrote:@methuselah what theme u using in firefox?
No theme at all. Just my default native Linux theme..... with a bit of userChrome.css for the tab-bar.
It's the murrine-svn gtk engine with a gtkrc that I made for a gradient look.
It's the hydroxygen icon pack with the navigation buttons replaced with the buttons from the MacUltimate_Leopard icon pack.This is Firefox with Thunar, xfce4 Appearance, and xfce4 Terminal all open at the same time to show that Firefox isn't using any theme besides the default Linux gtk theme:
http://i480.photobucket.com/albums/rr16 … t-52-1.png
1440x900 view: http://i480.photobucket.com/albums/rr16 … t-52-2.pngAnd what font do you use in thunar?
The font I'm using is from the 'ttf-apple-fonts' and it's called 'LucidaMacBold'.
Last edited by methuselah (2009-05-27 17:57:44)
Offline
Where did you get that ttf-apple-fonts package from?
Last edited by problemkenner (2009-05-27 18:58:38)
Offline
Where did you get that ttf-apple-fonts package?
It was an AUR user uploaded package, but it might have been deleted off of the AUR for not being true to the Arch Packaging Standards? I was lucky enough to download it from the AUR while it was still a package. You still might be able to find those fonts elsewhere.
Offline
Offline
Where did you get that ttf-apple-fonts package from?
I finally got it!!
wget http://ubuntu-debs.googlecode.com/files/macfonts.tar.gz
Enjoy
archlinux on Macbook Pro 10,1
Offline