You are not logged in.

#126 2012-05-08 21:27:09

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: May 2012 Screenshots

^ Looking good! Can you share that GTK theme?


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#127 2012-05-08 21:55:26

triplesquarednine
Member
Registered: 2011-04-12
Posts: 630

Re: May 2012 Screenshots

Unia wrote:

^ Looking good! Can you share that GTK theme?

I assume you are talking to me (by your little ^ - even though your post is on a new page) smile

Yes, here is the theme;

http://ompldr.org/vZG84dQ

A couple things to note... it has dark menus because i use 'integrated menus' - as in no shadows. instead i change menu transparency and add blur (in compiz)... That being said, if you're not a fan of dark menus, you can download the 'bluebird' theme, which mine is a mod of - then you can compare their menu section in the theme's "gtk-widgets.css" and revert to light menus / dark text. Myself, i just prefer dark menus and they integrate better with the top-half of the window (where it is also dark). I've also added some nautilus-specific .css so that nautilus and Marlin match visually;

tZG84eA

there is also a blue on pixel line for focused windows (as seen in the screenshot above). if you want to change the color, you can to edit "metacity-theme-2.xml", line 37;

<constant name="InnerBevelFocused" value="#224a64"/>

this theme works pretty well, although i do need to fix a text color (which you may or may not notice), i only notice it in one app. so i have been lazy about tracking it down, and also i don't have plans of 'maintaining this theme', beyond on my own system. (ie: i'm not uploading to gnome-look, or any of those sites).

enjoy smile

Last edited by triplesquarednine (2012-05-08 22:00:08)

Offline

#128 2012-05-08 22:09:33

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: May 2012 Screenshots

Yea, I meant you big_smile Thanks for everything!


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#129 2012-05-08 22:13:08

triplesquarednine
Member
Registered: 2011-04-12
Posts: 630

Re: May 2012 Screenshots

Unia wrote:

Yea, I meant you big_smile Thanks for everything!

i thought so... and you are very welcome.

Offline

#130 2012-05-09 02:50:01

doug piston
Member
From: Seattle
Registered: 2011-09-11
Posts: 387
Website

Re: May 2012 Screenshots

intrntbrn wrote:
skrite wrote:
f4r4y wrote:

wow, how do you get the bar at the top to be transparent? is that in the theme.lua?

from arch-wiki:

As of Awesome 3.1, there is built-in pseudo-transparency for wiboxes. To enable it, append 2 hexadecimal digits to the colors in your theme file (~/.config/awesome/themes/default, which is usually a copy of /usr/share/awesome/themes/default), like shown here:
bg_normal = #000000AA
where "AA" is the transparency value.


Another great idea, but I seem to be missing the area to set the systray to the same background.

Offline

#131 2012-05-09 08:21:16

kcirick
Member
Registered: 2010-06-21
Posts: 364

Re: May 2012 Screenshots

Playing with OpenBox with tint2:

Clean:
OBShot-Clean.png

Dirty:
OBShot-Dirty.png

Offline

#132 2012-05-09 08:39:41

MFserver
Member
From: Sweden
Registered: 2011-10-28
Posts: 46
Website

Re: May 2012 Screenshots

Looks nice kcirick, would you mind sharing your .tint2rc? smile


Sometimes, when I'm trying to get any audio software or hardware working with my system, I wonder why I ditched Windows. But every time I work at a windows computer, I remember it again.

Offline

#133 2012-05-09 09:14:25

kcirick
Member
Registered: 2010-06-21
Posts: 364

Re: May 2012 Screenshots

Sure. Here it is. As far as I know, you need the svn version of tint2 (for taskbar_name and other things - See http://code.google.com/p/tint2/wiki/Configure )

# TINT CONFIG FILE

# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 0
border_width = 1
background_color = #424242 100
border_color = #424242 100

rounded = 5
border_width = 1
background_color = #111111 100
border_color = #424242 100

rounded = 5
border_width = 1
background_color = #111111 100
border_color = #ffffff 100

# PANEL
#---------------------------------------------
panel_monitor = 1
panel_position = top center
panel_size = 100% 24

panel_margin = 0 0
panel_padding = 0 0
font_shadow = 0
panel_background_id = 1

# TASKBAR
#---------------------------------------------
taskbar_mode = multi_desktop
taskbar_name = 1
taskbar_name_font = ohsnap 9
taskbar_name_active_font_color = #ffffff 100
taskbar_name_font_color = #b0b0b0 100
taskbar_padding = 5 1
taskbar_background_id = 2
taskbar_active_background_id = 3

# TASKS
#---------------------------------------------
task_icon = 1
task_text = 0
task_maximum_size = 24 24
task_centered = 1
task_padding = 1 1
task_font = ohsnap 9
task_active_font_color = #ffffff 100
task_font_color = #424242 100
task_background_id = 0
task_active_background_id = 0
task_icon_asb = 50 0 0
task_active_icon_asb = 100 0 0
task_iconified_icon_asb = 20 0 0

# SYSTRAY
#---------------------------------------------
systray_padding =  1 1
systray_background_id = 1
systray_icon_size = 18

# CLOCK
#---------------------------------------------
time1_format = %a %b %d, %H:%M
time1_font = ohsnap 9
clock_font_color = #ffffff 100
clock_padding = 6 0
clock_background_id = 2
clock_lclick_command = ~/.local/bin/dzen-calendar

# MOUSE ACTION ON TASK
#---------------------------------------------
mouse_middle = close
mouse_right = iconify
mouse_scroll_up = toggle
mouse_scroll_down = iconify

Offline

#134 2012-05-09 17:47:14

chamber
Member
From: ~/
Registered: 2012-03-29
Posts: 279

Re: May 2012 Screenshots

Currently running openbox in a vm while my other laptop is off getting fixed.

Clean
openboxclean.th.png

Messy
openboxmessy.th.png


meh

Offline

#135 2012-05-09 19:27:52

wolfcore
Member
From: California
Registered: 2012-03-06
Posts: 137

Re: May 2012 Screenshots

Here's a screenshot from an hour ago:
2Hk2I.png

Offline

#136 2012-05-09 23:01:19

Aslan
Member
From: Znamenskoye, Chechnya
Registered: 2011-11-03
Posts: 13

Re: May 2012 Screenshots

Xfce 4.10.

tZG9xZg

Offline

#137 2012-05-10 06:26:44

iTwenty
Member
From: India
Registered: 2010-10-24
Posts: 63
Website

Re: May 2012 Screenshots

This has been my style for a really long time now.
tZG91Yw


“Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover.” - Mark Twain

Offline

#138 2012-05-10 09:21:25

kelloco2
Member
Registered: 2012-02-13
Posts: 124

Re: May 2012 Screenshots

tZG92aA

tZG92aQ

Yesterday installed simple for mother


sorry for my english. {Arch Linux, Debian} User

Offline

#139 2012-05-10 10:54:41

Dustbin
Member
From: The Netherlands
Registered: 2011-12-07
Posts: 124

Re: May 2012 Screenshots

kelloco2 wrote:

http://ompldr.org/tZG92aA

http://ompldr.org/tZG92aQ

Yesterday installed simple for mother

That looks awesome! Nice, clean and simple...

Would you mind sharing some details? Like what WM, file manager and dock app you are using?

Last edited by Dustbin (2012-05-10 10:56:22)


If the Matrix was real, it would run on Arch...

Offline

#140 2012-05-10 18:07:49

aakos23
Member
From: Hungary
Registered: 2009-09-11
Posts: 38

Re: May 2012 Screenshots

Dustbin wrote:
kelloco2 wrote:

http://ompldr.org/tZG92aA

http://ompldr.org/tZG92aQ

Yesterday installed simple for mother

That looks awesome! Nice, clean and simple...

Would you mind sharing some details? Like what WM, file manager and dock app you are using?

I think, openbox, awn or docky. roll

Offline

#141 2012-05-10 18:18:02

MFserver
Member
From: Sweden
Registered: 2011-10-28
Posts: 46
Website

Re: May 2012 Screenshots

iTwenty wrote:

This has been my style for a really long time now.
http://ompldr.org/tZG91Yw

This looks like something I'd like to put on a music player, would you mind sharing the conky config? smile


Sometimes, when I'm trying to get any audio software or hardware working with my system, I wonder why I ditched Windows. But every time I work at a windows computer, I remember it again.

Offline

#142 2012-05-10 18:41:36

Dustbin
Member
From: The Netherlands
Registered: 2011-12-07
Posts: 124

Re: May 2012 Screenshots

A few changes since last May scrot:

Clean:
50fzbn.png

Fake dirty:
r8gyva.png


If the Matrix was real, it would run on Arch...

Offline

#143 2012-05-10 18:43:54

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: May 2012 Screenshots

Dustbin wrote:

A few changes since last May scrot:

Clean:
http://i48.tinypic.com/50fzbn.png

Fake dirty:
http://i50.tinypic.com/r8gyva.png

Wow, you're really improving! One suggestion: download an extension for Chromium scrollbar wink I have the Ambiance (light-themes) one, way better!


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#144 2012-05-10 19:17:26

stlarch
Member
From: hell
Registered: 2010-12-25
Posts: 1,265

Re: May 2012 Screenshots

tZHAyOA
Dwm
Font is terminusmod in the status bar and terminal. (It's terminusmodx - my modded version) I just updated and fixed a few things that I was noticing. It should work better now. I'm using stlarch_font for icons.

Offline

#145 2012-05-10 19:27:00

Dustbin
Member
From: The Netherlands
Registered: 2011-12-07
Posts: 124

Re: May 2012 Screenshots

Unia wrote:
Dustbin wrote:

A few changes since last May scrot:

Clean:
http://i48.tinypic.com/50fzbn.png

Fake dirty:
http://i50.tinypic.com/r8gyva.png

Wow, you're really improving! One suggestion: download an extension for Chromium scrollbar wink I have the Ambiance (light-themes) one, way better!

Thanks! I'm going to mod the window theme a bit so the top of the window is the same size as the bottom and sides, but it's getting there...

And I'll definately check out the Chromium extension! The scrollbar was actually one of the few things I didn't quite like...


If the Matrix was real, it would run on Arch...

Offline

#146 2012-05-10 20:11:58

n1x4
Member
From: Chernobyl
Registered: 2012-02-17
Posts: 149
Website

Re: May 2012 Screenshots

Crosspost from XFCE thread....

Usually use dwm but got in a mood to play with other WMs/DEs today.. XFCE it is. Must confess, I like it. Sure beats the hell out of Gnome imo..... Anyway, here's a fresh install with just a few 'tweaks'.. Needs more work so if anyone has ANY idea, please let me know..lol

Meh...
t-xfce.png

Cleaninsh...
http://dl.dropbox.com/u/58127896/xfceC.png *NSFW*

# mod edit: image reverted to link - NSFW

Last edited by jasonwryan (2012-05-11 00:51:27)


||github||

Offline

#147 2012-05-10 20:24:29

tlvb
Member
From: Sweden
Registered: 2008-10-06
Posts: 297
Website

Re: May 2012 Screenshots

Went from gnome shell to openbox.
screenshot.thumb.png


I need a sorted list of all random numbers, so that I can retrieve a suitable one later with a binary search instead of having to iterate through the generation process every time.

Offline

#148 2012-05-10 20:26:28

skrite
Member
Registered: 2009-09-07
Posts: 160

Re: May 2012 Screenshots

tlvb wrote:

nice move

Offline

#149 2012-05-10 21:00:18

Woofie
Member
From: RK, Czech Rep.
Registered: 2009-12-28
Posts: 83

Re: May 2012 Screenshots

n1x4 wrote:

Crosspost from XFCE thread....

Usually use dwm but got in a mood to play with other WMs/DEs today.. XFCE it is. Must confess, I like it. Sure beats the hell out of Gnome imo..... Anyway, here's a fresh install with just a few 'tweaks'.. Needs more work so if anyone has ANY idea, please let me know..lol

Meh...
http://dl.dropbox.com/u/58127896/t-xfce.png

Cleaninsh...
http://dl.dropbox.com/u/58127896/t-xfceC.png

Hmm interesting wallpaper tongue can you share it?


Sorry for my english. It's not my native language..

Offline

#150 2012-05-10 21:02:28

intrntbrn
Member
From: Germany
Registered: 2011-12-01
Posts: 66

Re: May 2012 Screenshots

Dustbin wrote:

A few changes since last May scrot:

Clean:
http://i48.tinypic.com/50fzbn.png

Fake dirty:
http://i50.tinypic.com/r8gyva.png

whats the name of the icons? thx

Offline

Board footer

Powered by FluxBB