You are not logged in.
Desktop:
http://bl1nk.4bit.ws/screencaps/2009-05 … _thumb.pngEeePC:
http://bl1nk.4bit.ws/screencaps/2009-05 … _thumb.pngBoth running musca
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
YtseJammin wrote:Too....much....light...
But I want the gtk theme
Exactly. Light.
That's what I was searching for.
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
Last edited by YtseJammin (2009-05-08 20:21:21)
Offline
bl1nk wrote:Desktop:
http://bl1nk.4bit.ws/screencaps/2009-05 … _thumb.pngEeePC:
http://bl1nk.4bit.ws/screencaps/2009-05 … _thumb.pngBoth running musca
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
Offline
na12 wrote:lolilolicon 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
Thanks
I like my new Desktop so much!
Offline
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
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
New theme, new wall, still PekWM
http://farm4.static.flickr.com/3336/351 … a5dc_m.jpg
Thanks to Rydgel for the background
Do you have that BMPanel theme anywhere?
I'd like it )
Offline
froli wrote:New theme, new wall, still PekWM
http://farm4.static.flickr.com/3336/351 … a5dc_m.jpg
Thanks to Rydgel for the background
Do you have that BMPanel theme anywhere?
I'd like it )
Sure! And I think that you have it you too!
It's only Dusk theme witch I changed the font color to #902727
archlinux on Macbook Pro 10,1
Offline
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!
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
ootput wrote:bl1nk wrote:Desktop:
http://bl1nk.4bit.ws/screencaps/2009-05 … _thumb.pngEeePC:
http://bl1nk.4bit.ws/screencaps/2009-05 … _thumb.pngBoth running musca
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
Oh right! Of course. Thanks
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
na12 wrote: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!
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.
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
Wra!th wrote:YtseJammin wrote:Too....much....light...
But I want the gtk themeExactly. Light.
That's what I was searching for.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
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
Sure
Thanks! Worked like a charm
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
Anyway i changed again some things (gtk, emerald, icons), just to try
Last edited by YtseJammin (2009-05-09 09:26:07)
Offline
Clean: http://omploader.org/vMW5iOQ
Dirty 1: http://omploader.org/vMW5iOA.png
Dirty 2: http://omploader.org/vMW5iYQ.png
Offline
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
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
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
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
My May screenshot running:
Openbox
Conky-nvidia
Tint
Urxvt
GnuScreen with:
Weechat-dev
Rtorrent
Centerim
Ncmpcpp
Htop
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
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
Dirty 2: http://omploader.org/vMW5iYQ.png
Is that codeblocks? I've never seen it set up to be so minimal, but the menus seem to match.
Offline