You are not logged in.

#301 2009-05-08 20:18:35

ootput
Member
From: Sydney, Australia
Registered: 2006-06-13
Posts: 114
Website

Re: May 2009 Screenshots

Hey mate,
With ncmpcpp, how do you get it to dynamically adjust field width to fit. My display always has at least one tag field cut short.

Offline

#302 2009-05-08 20:18:56

YtseJammin
Member
From: Italy
Registered: 2009-01-23
Posts: 94

Re: May 2009 Screenshots

Wra!th wrote:
YtseJammin wrote:

Too....much....light...
But I want the gtk theme smile

Exactly. Light.
That's what I was searching for. smile


fuscia wrote:

how about some details, old bean?

Gnome 2.26.1 + Compiz-Fusion

Gtk theme is two lines up

Emerald theme is Frak

In the screen you see also Tint2, Mini Exaile with desktop cover plugin, Conky, and Pidgin with a different icon theme

Just tell me if you want something, old bean wink

Last edited by YtseJammin (2009-05-08 20:21:21)

Offline

#303 2009-05-08 20:19:50

thaswiftness
Member
Registered: 2006-05-05
Posts: 42

Re: May 2009 Screenshots

maybusy.th.png

Back using Arch again.
openbox etc..

Offline

#304 2009-05-08 20:28:49

Snub
Member
Registered: 2007-09-09
Posts: 13

Re: May 2009 Screenshots

tMW44YQ
I do like a nice bit of Fluxbox.

Offline

#305 2009-05-08 21:22:49

bl1nk
Member
Registered: 2008-07-29
Posts: 57
Website

Re: May 2009 Screenshots

ootput wrote:

Hey mate,
With ncmpcpp, how do you get it to dynamically adjust field width to fit. My display always has at least one tag field cut short.

add

song_list_format = "{$3[%l]$9} {$5%a$9} {$6%t$9} %y %r %n {$5%b$9}"

this line to your ~/.ncmpcpp/config smile

Offline

#306 2009-05-08 21:50:37

na12
Member
From: /home/serbia
Registered: 2008-12-23
Posts: 752

Re: May 2009 Screenshots

lolilolicon wrote:
na12 wrote:

Can I get your ncmpc config, please?

oh, of course!

####################################################
## this is example configuration file, copy it to ##
## ~/.ncmpcpp/config and set up your preferences  ##
####################################################
#
##### connection settings #####
#
## set it in order to make tag editor and renaming files work properly
#
#mpd_host = "localhost"
#
#mpd_port = "6600"
#
mpd_music_dir = "/home/soko/MPD/Music"

mpd_connection_timeout = "5"

#mpd_crossfade_time = "5"
#
##### delays #####
#
## delay after playlist highlighting will be disabled (0 = don't disable)
#
playlist_disable_highlight_delay = "0"
#
## defines how long various messages are supposed to be visible
#
#message_delay_time = "4"
#
##### song format #####
##
## for song format you can use:
##
## %l - length
## %f - short filename
## %F - full filename
## %a - artist
## %t - title
## %b - album
## %y - year
## %n - track number
## %g - genre
## %c - composer
## %p - performer
## %d - disc
## %C - comment
## %r - begin right align
##
## you can also put them in { } and then it will be displayed
## only if all requested values are available and/or define alternate
## value with { }|{ } eg. {%a - %t}|{%f}
##
## text can also have different color than the main window has,
## eg. if you want length to be green, write $3%l$9
##
## available values:
##
## - 0 - default window color
## - 1 - black
## - 2 - red
## - 4 - green
## - 4 - yellow
## - 5 - blue
## - 6 - magenta
## - 7 - cyan
## - 8 - white
## - 9 - end of current color
##
## Note: colors can be nested.
##

song_list_format = "{$8(%l)$9 }{$6%a - }{%t$9}|{$8%f$9}"

song_library_format = "{%n - }{%t}|{%f}"

media_library_album_format = "{(%y) }%b"

tag_editor_album_format = "{(%y) }%b"

browser_playlist_prefix = "$7playlist$9 "

selected_item_prefix = "$8"

selected_item_suffix = "$9"
#
## colors are not supported for below veriables
#
#song_status_format = "{(2%l) }{%a - }{%t}|{%f}"
#
#song_window_title_format = "{%a - }{%t}|{%f}"
#
##### columns settings #####
##
## syntax of song columns list format is "column column etc."
##
## - syntax for each column is:
##
## (width of column in %)[column's color]{displayed tag}
##
## - color is optional (if you want the default one, type [])
##
#
#song_columns_list_format = "(6)[white]{l} (15)[blue]{a} (35)[white]{b} (53)[blue]{t}"
song_columns_list_format = "(20)[blue]{a} (35)[white]{b} (45)[blue]{t}"
#
##### various settings #####
#
playlist_display_mode = "columns"
#
browser_display_mode = "columns"
#
#search_engine_display_mode = "classic" (classic/columns)
#
incremental_seeking = "yes"
#
#seek_time = "1"
#
autocenter_mode = "yes"
#
#repeat_one_mode = "no"
#
#default_place_to_search_in = "database" (database/playlist)
#
#media_library_left_column = "a" (possible values: a,y,g,c,p, legend above)
#
#default_find_mode = "wrapped" (wrapped/normal)
#
#default_space_mode = "add" (add/select)
#
#default_tag_editor_left_col = "albums" (albums/dirs)
#
#default_tag_editor_pattern = "%n - %t"
#
header_visibility = "yes"
#
statusbar_visibility = "yes"
#
fancy_scrolling = "yes"
#
follow_now_playing_lyrics = "yes"
#
#ncmpc_like_songs_adding = "no" (enabled - add/remove, disabled - always add)
#
display_screens_numbers_on_start = "yes"
#
#clock_display_seconds = "no"
#
##
## Note: If below is enabled, ncmpcpp will ignore leading
## "The" word while sorting items in browser, tags in
## media library, etc.
##
ignore_leading_the = "yes"
#
#enable_window_title = "yes"
#
##### lyrics support #####
##
## supported lyrics databases:
##
## - 1 - lyricwiki.org
## - 2 - lyricsplugin.com
##
#
lyrics_database = "1"
#
##### colors definitions #####
#
colors_enabled = "yes"
#
empty_tag_color = "white"
#
header_window_color = "white"
#
volume_color = "white"
#
state_line_color = "blue"
#
state_flags_color = "blue"
#
main_window_color = "blue"
#
color1 = "blue"
#
color2 = "cyan"
#
main_window_highlight_color = "white"
#
progressbar_color = "blue"
#
statusbar_color = "white"
#
active_column_color = "blue"
#
window_border_color = "white"
#
active_window_border = "magenta"
#

actually it's kinda more a urxvt thing... the color/transparency, set .Xdefaults to your likings wink

Thanks

Screenshot-54.jpg

Screenshot-55.jpg

I like my new Desktop so much!

Offline

#307 2009-05-08 23:09:44

froli
Member
From: Germany
Registered: 2008-06-17
Posts: 455

Re: May 2009 Screenshots

New theme, new wall, still PekWM smile

3513412535_ffe3aca5dc_m.jpg


Thanks to Rydgel for the background smile

Last edited by froli (2009-05-08 23:10:50)


archlinux on Macbook Pro 10,1

Offline

#308 2009-05-09 00:04:18

YtseJammin
Member
From: Italy
Registered: 2009-01-23
Posts: 94

Re: May 2009 Screenshots

na12 wrote:
lolilolicon wrote:
na12 wrote:

Can I get your ncmpc config, please?

oh, of course!

####################################################
## this is example configuration file, copy it to ##
## ~/.ncmpcpp/config and set up your preferences  ##
####################################################
#
##### connection settings #####
#
## set it in order to make tag editor and renaming files work properly
#
#mpd_host = "localhost"
#
#mpd_port = "6600"
#
mpd_music_dir = "/home/soko/MPD/Music"

mpd_connection_timeout = "5"

#mpd_crossfade_time = "5"
#
##### delays #####
#
## delay after playlist highlighting will be disabled (0 = don't disable)
#
playlist_disable_highlight_delay = "0"
#
## defines how long various messages are supposed to be visible
#
#message_delay_time = "4"
#
##### song format #####
##
## for song format you can use:
##
## %l - length
## %f - short filename
## %F - full filename
## %a - artist
## %t - title
## %b - album
## %y - year
## %n - track number
## %g - genre
## %c - composer
## %p - performer
## %d - disc
## %C - comment
## %r - begin right align
##
## you can also put them in { } and then it will be displayed
## only if all requested values are available and/or define alternate
## value with { }|{ } eg. {%a - %t}|{%f}
##
## text can also have different color than the main window has,
## eg. if you want length to be green, write $3%l$9
##
## available values:
##
## - 0 - default window color
## - 1 - black
## - 2 - red
## - 4 - green
## - 4 - yellow
## - 5 - blue
## - 6 - magenta
## - 7 - cyan
## - 8 - white
## - 9 - end of current color
##
## Note: colors can be nested.
##

song_list_format = "{$8(%l)$9 }{$6%a - }{%t$9}|{$8%f$9}"

song_library_format = "{%n - }{%t}|{%f}"

media_library_album_format = "{(%y) }%b"

tag_editor_album_format = "{(%y) }%b"

browser_playlist_prefix = "$7playlist$9 "

selected_item_prefix = "$8"

selected_item_suffix = "$9"
#
## colors are not supported for below veriables
#
#song_status_format = "{(2%l) }{%a - }{%t}|{%f}"
#
#song_window_title_format = "{%a - }{%t}|{%f}"
#
##### columns settings #####
##
## syntax of song columns list format is "column column etc."
##
## - syntax for each column is:
##
## (width of column in %)[column's color]{displayed tag}
##
## - color is optional (if you want the default one, type [])
##
#
#song_columns_list_format = "(6)[white]{l} (15)[blue]{a} (35)[white]{b} (53)[blue]{t}"
song_columns_list_format = "(20)[blue]{a} (35)[white]{b} (45)[blue]{t}"
#
##### various settings #####
#
playlist_display_mode = "columns"
#
browser_display_mode = "columns"
#
#search_engine_display_mode = "classic" (classic/columns)
#
incremental_seeking = "yes"
#
#seek_time = "1"
#
autocenter_mode = "yes"
#
#repeat_one_mode = "no"
#
#default_place_to_search_in = "database" (database/playlist)
#
#media_library_left_column = "a" (possible values: a,y,g,c,p, legend above)
#
#default_find_mode = "wrapped" (wrapped/normal)
#
#default_space_mode = "add" (add/select)
#
#default_tag_editor_left_col = "albums" (albums/dirs)
#
#default_tag_editor_pattern = "%n - %t"
#
header_visibility = "yes"
#
statusbar_visibility = "yes"
#
fancy_scrolling = "yes"
#
follow_now_playing_lyrics = "yes"
#
#ncmpc_like_songs_adding = "no" (enabled - add/remove, disabled - always add)
#
display_screens_numbers_on_start = "yes"
#
#clock_display_seconds = "no"
#
##
## Note: If below is enabled, ncmpcpp will ignore leading
## "The" word while sorting items in browser, tags in
## media library, etc.
##
ignore_leading_the = "yes"
#
#enable_window_title = "yes"
#
##### lyrics support #####
##
## supported lyrics databases:
##
## - 1 - lyricwiki.org
## - 2 - lyricsplugin.com
##
#
lyrics_database = "1"
#
##### colors definitions #####
#
colors_enabled = "yes"
#
empty_tag_color = "white"
#
header_window_color = "white"
#
volume_color = "white"
#
state_line_color = "blue"
#
state_flags_color = "blue"
#
main_window_color = "blue"
#
color1 = "blue"
#
color2 = "cyan"
#
main_window_highlight_color = "white"
#
progressbar_color = "blue"
#
statusbar_color = "white"
#
active_column_color = "blue"
#
window_border_color = "white"
#
active_window_border = "magenta"
#

actually it's kinda more a urxvt thing... the color/transparency, set .Xdefaults to your likings wink

Thanks

http://g.imagehost.org/t/0262/Screenshot-54.jpg

http://g.imagehost.org/t/0153/Screenshot-55.jpg

I like my new Desktop so much!

Could you give me your Sunfesta icons index.theme file?
I can't get mine working

Offline

#309 2009-05-09 00:41:39

colin.f.drake
Member
Registered: 2008-07-23
Posts: 13

Re: May 2009 Screenshots

froli wrote:

New theme, new wall, still PekWM smile

http://farm4.static.flickr.com/3336/351 … a5dc_m.jpg


Thanks to Rydgel for the background smile

Do you have that BMPanel theme anywhere?

I'd like it yikes)

Offline

#310 2009-05-09 00:47:52

froli
Member
From: Germany
Registered: 2008-06-17
Posts: 455

Re: May 2009 Screenshots

colin.f.drake wrote:
froli wrote:

New theme, new wall, still PekWM smile

http://farm4.static.flickr.com/3336/351 … a5dc_m.jpg


Thanks to Rydgel for the background smile

Do you have that BMPanel theme anywhere?

I'd like it yikes)

Sure! And I think that you have it you too!

It's only Dusk theme witch I changed the font color to #902727 tongue


archlinux on Macbook Pro 10,1

Offline

#311 2009-05-09 02:11:25

slums
Member
From: Poland
Registered: 2009-04-21
Posts: 15

Re: May 2009 Screenshots

What's that weather thing ? And above it - is it conky ? And how did you make the xfce menu transparent ?

Last edited by slums (2009-05-09 02:11:54)

Offline

#312 2009-05-09 05:58:11

ootput
Member
From: Sydney, Australia
Registered: 2006-06-13
Posts: 114
Website

Re: May 2009 Screenshots

bl1nk wrote:
ootput wrote:

Hey mate,
With ncmpcpp, how do you get it to dynamically adjust field width to fit. My display always has at least one tag field cut short.

add

song_list_format = "{$3[%l]$9} {$5%a$9} {$6%t$9} %y %r %n {$5%b$9}"

this line to your ~/.ncmpcpp/config smile

Oh right! Of course. Thanks smile

I'm so used to column_list mode, that I nearly forgot about the default mode.. it looked sort of foreign to me haha.

edit: I do wish there was still a way to auto-fit-width columns.

Last edited by ootput (2009-05-09 05:59:17)

Offline

#313 2009-05-09 06:19:25

na12
Member
From: /home/serbia
Registered: 2008-12-23
Posts: 752

Re: May 2009 Screenshots

slums wrote:

What's that weather thing ? And above it - is it conky ? And how did you make the xfce menu transparent ?

It is conkyforecast from AUR,and yes it's conky.Where do you see xfce,it is gnome.

YtseJammin wrote:

Could you give me your Sunfesta icons index.theme file?
I can't get mine working

Sure

[Icon Theme]
Name=sun festa 2
Inherits=gnome
Comment=sunfesta icons by joo (http://cafe.daum.net/soladeco) 
Directories=scalable/actions,scalable/apps,scalable/categories,scalable/devices,scalable/emblems,scalable/filesystems,scalable/mimetypes,scalable/places,scalable/status,48x48/actions,48x48/apps,48x48/categories,48x48/devices,48x48/emblems,48x48/filesystems,48x48/mimetypes,48x48/places,48x48/status
Example=gnome-theme-preview.svg

[scalable/actions]
MinSize=1
Size=48
MaxSize=128
Context=Actions
Type=scalable

[scalable/apps]
MinSize=1
Size=48
MaxSize=128
Context=Applications
Type=scalable

[scalable/categories]
MinSize=1
Size=48
MaxSize=128
Context=Categories
Type=Scalable

[scalable/devices]
MinSize=1
Size=48
MaxSize=128
Context=Devices
Type=scalable

[scalable/emblems]
MinSize=1
Size=48
MaxSize=128
Context=Emblems
Type=scalable

[scalable/filesystems]
MinSize=1
Size=48
MaxSize=128
Context=Filesysetms
Type=scalable

[scalable/mimetypes]
MinSize=1
Size=48
MaxSize=128
Context=MimeTypes
Type=scalable

[scalable/places]
MinSize=1
Size=48
MaxSize=128
Context=places
Type=scalable

[scalable/status]
MinSize=1
Size=48
MaxSize=128
Context=Status
Type=scalable

[48x48/actions]
Size=48
Context=Actions
Type=Fixed

[48x48/apps]
Size=48
Context=Applications
Type=Fixed

[48x48/categories]
Size=48
Context=Categories
Type=Fixed

[48x48/devices]
Size=48
Context=Devices
Type=Fixed

[48x48/emblems]
Size=48
Context=Emblems
Type=Fixed

[48x48/filesystems]
Size=48
Context=Filesystmes
Type=Fixed

[48x48/mimetypes]
Size=48
Context=MimeTypes
Type=Fixed

[48x48/places]
Size=48
Context=Places
Type=Fixed

[48x48/status]
Size=48
Context=Status
Type=Fixed

Last edited by na12 (2009-05-09 06:21:50)

Offline

#314 2009-05-09 07:18:57

fuscia
Member
Registered: 2008-04-21
Posts: 398

Re: May 2009 Screenshots

YtseJammin wrote:
Wra!th wrote:
YtseJammin wrote:

Too....much....light...
But I want the gtk theme smile

Exactly. Light.
That's what I was searching for. smile


fuscia wrote:

how about some details, old bean?

Gnome 2.26.1 + Compiz-Fusion

Gtk theme is two lines up

Emerald theme is Frak

In the screen you see also Tint2, Mini Exaile with desktop cover plugin, Conky, and Pidgin with a different icon theme

Just tell me if you want something, old bean wink

i thought that might be tint. good idea to use it in that context. thanks for the response, old bean.

edit: DOH! i just went to gnome-look.org and did a search for "two lines up".

Last edited by fuscia (2009-05-09 07:21:40)

Offline

#315 2009-05-09 09:24:29

YtseJammin
Member
From: Italy
Registered: 2009-01-23
Posts: 94

Re: May 2009 Screenshots

na12 wrote:

Sure

Thanks! Worked like a charm smile

fuscia wrote:

i thought that might be tint. good idea to use it in that context. thanks for the response, old bean.

edit: DOH! i just went to gnome-look.org and did a search for "two lines up".

Rotfl big_smile

Anyway i changed again some things (gtk, emerald, icons), just to try

vMW5iNg

Last edited by YtseJammin (2009-05-09 09:26:07)

Offline

#316 2009-05-09 09:43:54

Wintervenom
Member
Registered: 2008-08-20
Posts: 1,011

Offline

#317 2009-05-09 11:11:52

Wra!th
Member
Registered: 2009-03-31
Posts: 342

Re: May 2009 Screenshots

Not much to see but happy to say I'm back on Arch. And thus my OpenBSD experience comes to an end for Desktop usage
tMW5jMg


MacGregor DESPITE THEM!
7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00

Offline

#318 2009-05-09 11:43:32

whordijk
Member
From: the Netherlands
Registered: 2008-12-12
Posts: 147
Website

Re: May 2009 Screenshots

Wra!th wrote:

Not much to see but happy to say I'm back on Arch. And thus my OpenBSD experience comes to an end for Desktop usage
http://omploader.org/tMW5jMg

What made you come back to Arch, if I may ask?

Offline

#319 2009-05-09 11:44:58

ootput
Member
From: Sydney, Australia
Registered: 2006-06-13
Posts: 114
Website

Re: May 2009 Screenshots

Wra!th wrote:

Not much to see but happy to say I'm back on Arch. And thus my OpenBSD experience comes to an end for Desktop usage
http://omploader.org/tMW5jMg

Which features were you missing?

Offline

#320 2009-05-09 11:57:51

Wra!th
Member
Registered: 2009-03-31
Posts: 342

Re: May 2009 Screenshots

Actually Flash is the only thing I was missing. gnash and flash 7 in Opera just can't cut it. I still love the damn thing and playing around with it in a virtual machine. I got a free partition still on this laptop...I might reinstall it just to know it's there if I ever get bored.
Also I never left Arch..and will probably not do so for a long time. I just dualbooted. I might do the same but it's sad to have to reboot to watch a flash movie..who knows...

Last edited by Wra!th (2009-05-09 11:58:46)


MacGregor DESPITE THEM!
7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00

Offline

#321 2009-05-09 13:23:59

leo2501
Member
From: Buenos Aires, Argentina
Registered: 2007-07-07
Posts: 658

Re: May 2009 Screenshots

i never know the difference between the various BSD's, it's like linux distros? i see that freeBSD is the more popular isn't it?


Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
-- Antoine de Saint-Exupery

Offline

#322 2009-05-09 13:52:57

securitybreach
Member
From: In front of my computers
Registered: 2007-11-18
Posts: 416
Website

Re: May 2009 Screenshots

My May screenshot running:

Openbox
Conky-nvidia
Tint
Urxvt
GnuScreen with:
     Weechat-dev
     Rtorrent
     Centerim
     Ncmpcpp
     Htop
200905090953482704x1050.th.png

Thanks

Last edited by securitybreach (2009-05-09 13:58:31)


"Every normal man must be tempted at times to spit upon his hands, hoist the black flag, and begin slitting throats." -- H.L. Mencken
Website      Configs
Forum Admin: Bruno's All Things Linux   
securitybreach<a>archlinux.us

Offline

#323 2009-05-09 14:06:47

Wra!th
Member
Registered: 2009-03-31
Posts: 342

Re: May 2009 Screenshots

leo2501 wrote:

i never know the difference between the various BSD's, it's like linux distros? i see that freeBSD is the more popular isn't it?

Well in a sense yeah BSD flavours are like Linux flavours. FreeBSD is more popular yes, but OpenBSD and NetBSD do a good job as desktops too (NetBSD even has working flash...latest too I believe).

Last edited by Wra!th (2009-05-09 14:08:10)


MacGregor DESPITE THEM!
7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00

Offline

#324 2009-05-09 14:57:46

Varreon
Member
Registered: 2008-07-03
Posts: 95

Re: May 2009 Screenshots

Wintervenom wrote:

Is that codeblocks? I've never seen it set up to be so minimal, but the menus seem to match.

Offline

#325 2009-05-09 15:59:44

antenna
Member
From: Australia
Registered: 2006-10-14
Posts: 30

Re: May 2009 Screenshots

Openbox on my laptop. 

tMW5ldg

Offline

Board footer

Powered by FluxBB