You are not logged in.

#251 2008-10-11 19:50:03

rine
Member
From: Germany
Registered: 2008-03-04
Posts: 217

Re: October 2008 Screenshots

Yea, that's really nice. Mind sharing your screen hardstatus, your ncmpc cfg and .Xdefaults? And oh, what font is that?

Offline

#252 2008-10-11 19:50:04

tonyisnt
Member
Registered: 2008-03-18
Posts: 158

Re: October 2008 Screenshots

heleos wrote:

I always love reading your to-do lists smile

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

#253 2008-10-11 20:33:51

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

Re: October 2008 Screenshots

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 big_smile


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

#254 2008-10-11 21:01:12

dmz
Member
From: Sweden
Registered: 2008-08-27
Posts: 881
Website

Re: October 2008 Screenshots

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"
#

.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. smile

Offline

#255 2008-10-11 21:39:53

Gigamo
Member
Registered: 2008-01-19
Posts: 394

Re: October 2008 Screenshots

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).

Offline

#256 2008-10-11 21:46:03

dmz
Member
From: Sweden
Registered: 2008-08-27
Posts: 881
Website

Re: October 2008 Screenshots

Gigamo wrote:
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

#257 2008-10-11 22:03:52

Gigamo
Member
Registered: 2008-01-19
Posts: 394

Re: October 2008 Screenshots

dmz wrote:
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 smile

Last edited by Gigamo (2008-10-11 23:01:29)

Offline

#258 2008-10-11 22:30:09

andre.ramaciotti
Member
From: Brazil
Registered: 2007-04-06
Posts: 649

Re: October 2008 Screenshots

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

#259 2008-10-11 23:00:04

Gigamo
Member
Registered: 2008-01-19
Posts: 394

Re: October 2008 Screenshots

andre.ramaciotti wrote:

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 smile

Offline

#260 2008-10-12 01:48:12

sessy
Member
Registered: 2006-01-20
Posts: 104

Re: October 2008 Screenshots

Can't resist anymore smile

826881_desktop.jpg

Offline

#261 2008-10-12 13:03:54

Honken
Member
Registered: 2007-03-02
Posts: 79

Re: October 2008 Screenshots

081012680scrot.png
Still looking for the perfect IM-client. sad

WM: DWM 5.2
Font: Terminus

Last edited by Honken (2008-10-12 13:04:04)

Offline

#262 2008-10-12 14:19:47

dmz
Member
From: Sweden
Registered: 2008-08-27
Posts: 881
Website

Re: October 2008 Screenshots

Honken wrote:

http://upload.snelhest.org/images/081012680scrot.png
Still looking for the perfect IM-client. sad

WM: DWM 5.2
Font: Terminus

http://pebrot.sourceforge.net/

Offline

#263 2008-10-12 15:49:56

crispus
Member
Registered: 2008-07-31
Posts: 54

Re: October 2008 Screenshots

normal_lappy.png

new(ish) laptop, fresh arch install.

Last edited by crispus (2008-10-12 15:50:43)


archin since 04!
hey, does this rag smell like chloroform to you?
last.fm + slsk

Offline

#264 2008-10-12 16:40:03

Honken
Member
Registered: 2007-03-02
Posts: 79

Re: October 2008 Screenshots

dmz wrote:
Honken wrote:

http://upload.snelhest.org/images/081012680scrot.png
Still looking for the perfect IM-client. sad

WM: DWM 5.2
Font: Terminus

http://pebrot.sourceforge.net/

If it wasn't made with python, then yeah. hmm

TMSNC is more or less perfect, but it doesn't work anymore. sad

Offline

#265 2008-10-12 16:57:20

daf666
Member
Registered: 2007-04-08
Posts: 470
Website

Re: October 2008 Screenshots

200810121851001280x1024px2.th.png

The usual.. nothing too fancy

Offline

#266 2008-10-12 17:00:17

dmz
Member
From: Sweden
Registered: 2008-08-27
Posts: 881
Website

Re: October 2008 Screenshots

Honken wrote:
dmz wrote:
Honken wrote:

http://upload.snelhest.org/images/081012680scrot.png
Still looking for the perfect IM-client. sad

WM: DWM 5.2
Font: Terminus

http://pebrot.sourceforge.net/

If it wasn't made with python, then yeah. hmm

TMSNC is more or less perfect, but it doesn't work anymore. sad

What's wrong with python? That's the only IM-client I want to use nowadays, it fucking rocks. smile

Offline

#267 2008-10-12 17:06:09

arch0r
Member
From: From the Chron-o-John
Registered: 2008-05-13
Posts: 597

Re: October 2008 Screenshots

Offline

#268 2008-10-12 17:24:40

testube_babies
Member
From: 127.0.0.1
Registered: 2007-06-26
Posts: 115

Re: October 2008 Screenshots

info in the screenie:

scrothf3.th.pngthpix.gif

Offline

#269 2008-10-12 17:30:22

cinan
Member
From: Slovakia
Registered: 2008-07-04
Posts: 251
Website

Re: October 2008 Screenshots

testube_babies: what do you use for transparency?

Offline

#270 2008-10-12 17:31:02

dmz
Member
From: Sweden
Registered: 2008-08-27
Posts: 881
Website

Re: October 2008 Screenshots

cinan wrote:

testube_babies: what do you use for transparency?

Simple guess: transset

Offline

#271 2008-10-12 17:36:49

cinan
Member
From: Slovakia
Registered: 2008-07-04
Posts: 251
Website

Re: October 2008 Screenshots

I think so, but transset is very slow, maybe he's using something new smile

Offline

#272 2008-10-12 17:41:43

testube_babies
Member
From: 127.0.0.1
Registered: 2007-06-26
Posts: 115

Re: October 2008 Screenshots

cinan wrote:

testube_babies: what do you use for transparency?

Compiz smile

Offline

#273 2008-10-12 17:44:29

cinan
Member
From: Slovakia
Registered: 2008-07-04
Posts: 251
Website

Re: October 2008 Screenshots

I thought you have *box big_smile
nice theme!

Last edited by cinan (2008-10-12 17:44:52)

Offline

#274 2008-10-12 18:03:19

voteforpedro36
Member
Registered: 2008-08-06
Posts: 99

Re: October 2008 Screenshots

th_10-12-08-bare.png

th_10-12-08-media.png

th_10-12-08-term.png

Awesome.

Offline

#275 2008-10-12 19:06:36

Honken
Member
Registered: 2007-03-02
Posts: 79

Re: October 2008 Screenshots

dmz wrote:
Honken wrote:

If it wasn't made with python, then yeah. hmm

TMSNC is more or less perfect, but it doesn't work anymore. sad

What's wrong with python? That's the only IM-client I want to use nowadays, it fucking rocks. smile

Its slow and big. But yeah, Pebrot itself is rather neat.

Offline

Board footer

Powered by FluxBB