You are not logged in.
Yea, that's really nice. Mind sharing your screen hardstatus, your ncmpc cfg and .Xdefaults? And oh, what font is that?
Offline
I always love reading your to-do lists
The unfortunate thing is how some of those items have been on the list since I configured it.
(BTW, for anyone wondering, a shot of Black Velvet is $3.50 at a local bar.)
Offline
i think that lately i see a lot of screenshots having a tiling wm, and two or more terminals with grey background and white/lightgrey text with CLI and ncurses apps, lol i think it's the path everyone of us are taking
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
dmz wrote:Yea, that's really nice. Mind sharing your screen hardstatus, your ncmpc cfg and .Xdefaults? And oh, what font is that?
Actually, it's not ncmpc, but ncmpcpp.
ncmpcpprc:
####################################################
## 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_music_dir = "/var/lib/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 = "5"
#
## 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 have other color, write [.color]%t[/color]
##
## available colors:
##
## - black
## - red
## - green
## - yellow
## - blue
## - magenta
## - cyan
## - white
##
#
#song_list_format = "{[.green](%l)[/green] }{%a - }{%t}|{[.white]%r%b[/white]}"
#
#song_library_format = "{%n - }{%t}|{%f}"
#
#media_library_album_format = "{(%y) }%b"
#
#tag_editor_album_format = "{(%y) }%b"
#
#browser_playlist_prefix = "[.red]playlist[/red] "
#
#selected_item_prefix = "[.magenta]"
#
#selected_item_suffix = "[/magenta]"
#
## colors are not supported for below veriables
#
#song_status_format = "{(%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 it's not present, default window color will be used)
##
#
#song_columns_list_format = "(8)[green]{l} (28)[cyan]{a} (28){b} (50)[red]{t}"
#
##### various settings #####
#
#playlist_display_mode = "classic" (classic/columns)
#
#incremental_seeking = "yes"
#
#seek_time = "1"
#
#autocenter_mode = "no"
#
#repeat_one_mode = "no"
#
#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 = "no"
#
#ncmpc_like_songs_adding = "no" (enabled - add/remove, disabled - always add)
#
#enable_window_title = "yes"
#
##### colors definitions #####
#
#colors_enabled = "yes"
#
#empty_tag_color = "cyan"
#
#header_window_color = "default"
#
#volume_color = "default"
#
#state_line_color = "default"
#
#state_flags_color = "default"
#
#main_window_color = "yellow"
#
#color1 = "white"
#
#color2 = "green"
#
#main_window_highlight_color = "yellow"
#
#progressbar_color = "default"
#
#statusbar_color = "default"
#
#active_column_color = "red"
#
#window_border_color = "green"
#
#active_window_border = "red"
#
.Xresources:
! urxvt
URxvt*geometry: 53x20
URxvt*font: xft:Terminus:pixelsize=5
URxvt*depth: 32
URxvt*background: [85]#000000
URxvt*foreground: [100]#ffffff
URxvt*scrollBar: false
URxvt*saveLines: 5000
URxvt*termName: rxvt-unicode
URxvt.perl-ext-common: default,matcher
URxvt.urlLauncher: firefox
URxvt.matcher.button: 1
URxvt*externalBorder: 1
URxvt*borderColor: #2F2E2D
URxvt*cursorBlink: 0
!Pnevma1
*color0: #2F2E2D
*color8: #4A4845
*color1: #A36666
*color9: #F2B156
*color2: #8FA57E
*color10: #A9BA9C
*color3: #D7AF87
*color11: #E4C9AF
*color4: #000000
*color12: #A1BDCE
*color5: #C79EC4
*color13: #D7BEDA
*color6: #E2A956
*color14: #E7D1B1
*color7: #FCB938
*color15: #EFEFEF
!Pnevma2 - A heavy mod of the original.
!*color0: #2F2E2D
!*color8: #4A4845
!*color1: #C37561
!*color9: #D19485
!*color2: #A0A57E
!*color10: #B6B99D
!*color3: #D1A375
!*color11: #DEBC9C
!*color4: #7985A3
!*color12: #98A1B9
!*color5: #AB716D
!*color13: #BE918E
!*color6: #98B9B1
!*color14: #CBE6CB
!*color7: #D0D0D0
!*color15: #EFEFEF
.screenrc:
screen -t irc 0 irssi -c irc.freenode.org -n 'cupe^'
screen -t msn 1 pebrot
screen -t torrents 2 rtorrent
screen -t mail 3 alpine
screen -t web 4 links
caption always "%?%{ Wk}%-Lw%?%{Rk}%n*%f %t%?(%u)%?%?%{Wk}%+Lw%? %=%l %{Rk}%=%c %{Rk}%d/%M/%Y"
#hardstatus alwayslastline
#hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W}%c %{g}]'
#hardstatus string '%{= k.}%-Ly%{= kW}%50> %n%f* %t%{= kW}%+Lw%< %{= kW}%-=%c%{-}'
#hardstatus alwayslastline "%{+b kr}[ %H ] %{ky} Load: %l %-=%{kb} %c %d.%m.%Y"
#hardstatus alwayslastline "%{+b kr}[ %H ] %{kw} Load: %l %-=% %{kb} %c:%s %d.%m.%Y "
defflow auto
defscrollback 5000
altscreen on
autodetach on
msgwait 2
startup_message off
bindkey "^[Od" prev # change window with ctrl-left
bindkey "^[Oc" next # change window with ctrl-right
The msnp-client is pebrot and the font is terminus, of course.
Offline
rine wrote:dmz wrote:Yea, that's really nice. Mind sharing your screen hardstatus, your ncmpc cfg and .Xdefaults? And oh, what font is that?
Actually, it's not ncmpc, but ncmpcpp.
ncmpcpprc:
#################################################### ## 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_music_dir = "/var/lib/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 = "5" # ## 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 have other color, write [.color]%t[/color] ## ## available colors: ## ## - black ## - red ## - green ## - yellow ## - blue ## - magenta ## - cyan ## - white ## # #song_list_format = "{[.green](%l)[/green] }{%a - }{%t}|{[.white]%r%b[/white]}" # #song_library_format = "{%n - }{%t}|{%f}" # #media_library_album_format = "{(%y) }%b" # #tag_editor_album_format = "{(%y) }%b" # #browser_playlist_prefix = "[.red]playlist[/red] " # #selected_item_prefix = "[.magenta]" # #selected_item_suffix = "[/magenta]" # ## colors are not supported for below veriables # #song_status_format = "{(%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 it's not present, default window color will be used) ## # #song_columns_list_format = "(8)[green]{l} (28)[cyan]{a} (28){b} (50)[red]{t}" # ##### various settings ##### # #playlist_display_mode = "classic" (classic/columns) # #incremental_seeking = "yes" # #seek_time = "1" # #autocenter_mode = "no" # #repeat_one_mode = "no" # #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 = "no" # #ncmpc_like_songs_adding = "no" (enabled - add/remove, disabled - always add) # #enable_window_title = "yes" # ##### colors definitions ##### # #colors_enabled = "yes" # #empty_tag_color = "cyan" # #header_window_color = "default" # #volume_color = "default" # #state_line_color = "default" # #state_flags_color = "default" # #main_window_color = "yellow" # #color1 = "white" # #color2 = "green" # #main_window_highlight_color = "yellow" # #progressbar_color = "default" # #statusbar_color = "default" # #active_column_color = "red" # #window_border_color = "green" # #active_window_border = "red" #
Hmmm, trying to use your ncmpcpp config, but it's looking nowhere close to yours (i uncommented all the lines).
Offline
dmz wrote:rine wrote:Yea, that's really nice. Mind sharing your screen hardstatus, your ncmpc cfg and .Xdefaults? And oh, what font is that?
Actually, it's not ncmpc, but ncmpcpp.
ncmpcpprc:
#################################################### ## 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_music_dir = "/var/lib/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 = "5" # ## 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 have other color, write [.color]%t[/color] ## ## available colors: ## ## - black ## - red ## - green ## - yellow ## - blue ## - magenta ## - cyan ## - white ## # #song_list_format = "{[.green](%l)[/green] }{%a - }{%t}|{[.white]%r%b[/white]}" # #song_library_format = "{%n - }{%t}|{%f}" # #media_library_album_format = "{(%y) }%b" # #tag_editor_album_format = "{(%y) }%b" # #browser_playlist_prefix = "[.red]playlist[/red] " # #selected_item_prefix = "[.magenta]" # #selected_item_suffix = "[/magenta]" # ## colors are not supported for below veriables # #song_status_format = "{(%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 it's not present, default window color will be used) ## # #song_columns_list_format = "(8)[green]{l} (28)[cyan]{a} (28){b} (50)[red]{t}" # ##### various settings ##### # #playlist_display_mode = "classic" (classic/columns) # #incremental_seeking = "yes" # #seek_time = "1" # #autocenter_mode = "no" # #repeat_one_mode = "no" # #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 = "no" # #ncmpc_like_songs_adding = "no" (enabled - add/remove, disabled - always add) # #enable_window_title = "yes" # ##### colors definitions ##### # #colors_enabled = "yes" # #empty_tag_color = "cyan" # #header_window_color = "default" # #volume_color = "default" # #state_line_color = "default" # #state_flags_color = "default" # #main_window_color = "yellow" # #color1 = "white" # #color2 = "green" # #main_window_highlight_color = "yellow" # #progressbar_color = "default" # #statusbar_color = "default" # #active_column_color = "red" # #window_border_color = "green" # #active_window_border = "red" #
Hmmm, trying to use your ncmpcpp config, but it's looking nowhere close to yours (i uncommented all the lines).
Well the colours is specificed in the .Xresources.
Offline
Gigamo wrote:dmz wrote:Actually, it's not ncmpc, but ncmpcpp.
ncmpcpprc:
#################################################### ## 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_music_dir = "/var/lib/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 = "5" # ## 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 have other color, write [.color]%t[/color] ## ## available colors: ## ## - black ## - red ## - green ## - yellow ## - blue ## - magenta ## - cyan ## - white ## # #song_list_format = "{[.green](%l)[/green] }{%a - }{%t}|{[.white]%r%b[/white]}" # #song_library_format = "{%n - }{%t}|{%f}" # #media_library_album_format = "{(%y) }%b" # #tag_editor_album_format = "{(%y) }%b" # #browser_playlist_prefix = "[.red]playlist[/red] " # #selected_item_prefix = "[.magenta]" # #selected_item_suffix = "[/magenta]" # ## colors are not supported for below veriables # #song_status_format = "{(%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 it's not present, default window color will be used) ## # #song_columns_list_format = "(8)[green]{l} (28)[cyan]{a} (28){b} (50)[red]{t}" # ##### various settings ##### # #playlist_display_mode = "classic" (classic/columns) # #incremental_seeking = "yes" # #seek_time = "1" # #autocenter_mode = "no" # #repeat_one_mode = "no" # #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 = "no" # #ncmpc_like_songs_adding = "no" (enabled - add/remove, disabled - always add) # #enable_window_title = "yes" # ##### colors definitions ##### # #colors_enabled = "yes" # #empty_tag_color = "cyan" # #header_window_color = "default" # #volume_color = "default" # #state_line_color = "default" # #state_flags_color = "default" # #main_window_color = "yellow" # #color1 = "white" # #color2 = "green" # #main_window_highlight_color = "yellow" # #progressbar_color = "default" # #statusbar_color = "default" # #active_column_color = "red" # #window_border_color = "green" # #active_window_border = "red" #
Hmmm, trying to use your ncmpcpp config, but it's looking nowhere close to yours (i uncommented all the lines).
Well the colours is specificed in the .Xresources.
Not colorwise, but with the different tabs for time, title, artist, album etc.
Edit: fixed, thanks
Last edited by Gigamo (2008-10-11 23:01:29)
Offline
Press 'p' when on the playlist view.
If you want that to be the default, change
playlist_display_mode = "classic"
to
playlist_display_mode = "columns"
(lambda ())
Offline
Press 'p' when on the playlist view.
If you want that to be the default, change
playlist_display_mode = "classic"
to
playlist_display_mode = "columns"
ahhh, thank you
Offline
http://upload.snelhest.org/images/081012680scrot.png
Still looking for the perfect IM-client.WM: DWM 5.2
Font: Terminus
Offline
Honken wrote:http://upload.snelhest.org/images/081012680scrot.png
Still looking for the perfect IM-client.WM: DWM 5.2
Font: Terminus
If it wasn't made with python, then yeah.
TMSNC is more or less perfect, but it doesn't work anymore.
Offline
Offline
dmz wrote:Honken wrote:http://upload.snelhest.org/images/081012680scrot.png
Still looking for the perfect IM-client.WM: DWM 5.2
Font: TerminusIf it wasn't made with python, then yeah.
TMSNC is more or less perfect, but it doesn't work anymore.
What's wrong with python? That's the only IM-client I want to use nowadays, it fucking rocks.
Offline
http://img84.imageshack.us/img84/3498/2 … px2.th.png
The usual.. nothing too fancy
Offline
Offline
testube_babies: what do you use for transparency?
Offline
testube_babies: what do you use for transparency?
Simple guess: transset
Offline
I think so, but transset is very slow, maybe he's using something new
Offline
testube_babies: what do you use for transparency?
Compiz
Offline
I thought you have *box
nice theme!
Last edited by cinan (2008-10-12 17:44:52)
Offline
Honken wrote:dmz wrote:If it wasn't made with python, then yeah.
TMSNC is more or less perfect, but it doesn't work anymore.
What's wrong with python? That's the only IM-client I want to use nowadays, it fucking rocks.
Its slow and big. But yeah, Pebrot itself is rather neat.
Offline