You are not logged in.
Offline
New wallpaper and I'm trying out composite.
http://www.jeah.net/~justin/arch10thumb.png
+openbox
+urxvt
+tint
+pypanel
+visibility
Nice urxvt colors! How did you get those?
Last edited by alexmatos (2007-08-14 12:32:25)
Offline
justin wrote:New wallpaper and I'm trying out composite.
http://www.jeah.net/~justin/arch10thumb.png
+openbox
+urxvt
+tint
+pypanel
+visibilityNice urxvt colors! How did you got those?
.Xdefaults
!black text
urxvt*color0: #242424
urxvt*color8: #cdb5cd
!red text
urxvt*color1: #bf7979
urxvt*color9: #f4a45f
!green text
urxvt*color2: #97b26b
urxvt*color10: #c5f779
!yellow text
urxvt*color3: #cdcda1
urxvt*color11: #ffffaf
!blue text
urxvt*color4: #86a2be
urxvt*color12: #98afd9
!magenta text
urxvt*color5: #d9b798
urxvt*color13: #d7d998
!cyan text
urxvt*color6: #a1b5cd
urxvt*color14: #a1b5cd
!white
urxvt*color7: #ffffff
urxvt*color15: #dedede
Offline
New wallpaper and I'm trying out composite.
http://www.jeah.net/~justin/arch10thumb.png
+openbox
+urxvt
+tint
+pypanel
+visibility
could you also share your irssi theme?
Offline
justin wrote:New wallpaper and I'm trying out composite.
http://www.jeah.net/~justin/arch10thumb.png
+openbox
+urxvt
+tint
+pypanel
+visibilitycould you also share your irssi theme?
evolution-hack.theme from www.hewphoria.com
# +-------------------------------------------------------------------------+
# | Last Modified: Sun 06 Feb 2005 11:35:57 AM MST |
# | theme: evolution-hack |
# | author: hewbert (josh@hewbert.com) irc: hewbert/irc.oftc.net/freenode |
# | based on the "evolution" theme by McPolo |
# | |
# | I strongly suggest using the Xresources at www.hewbert.com/confs/ |
# | with this theme, otherwise, the colors will look very wrong. |
# +-------------------------------------------------------------------------+
# default foreground color (%N) - -1 is the "default terminal color"
default_color = "-1";
# print timestamp/servertag at the end of line, not at beginning
info_eol = "false";
# these characters are automatically replaced with specified color
# (dark grey by default)
replaces = { "[]=" = "%B$*%n"; };
abstracts = {
##
## generic
##
# text to insert at the beginning of each non-message line
line_start = "%B-%M!%B-%n ";
# timestamp styling, nothing by default
timestamp = "%B(%m$*%B)%n";
# any kind of text that needs hilighting, default is to bold
hilight = "%_$*%_";
# any kind of error message, default is bright red
error = "%R$*%n";
# channel name is printed
channel = "%_$*%_";
# nick is printed
nick = "%_$*%_";
# nick host is printed
nickhost = "[$*]";
# server name is printed
server = "%_$*%_";
# some kind of comment is printed
comment = "[$*]";
# reason for something is printed (part, quit, kick, ..)
reason = "{comment $*}";
# mode change is printed ([+o nick])
mode = "{comment $*}";
##
## channel specific messages
##
# highlighted nick/host is printed (joins)
channick_hilight = "%M$*%n";
chanhost_hilight = "{nickhost %m$*%n}";
# nick/host is printed (parts, quits, etc.)
channick = "%m$*%n";
chanhost = "{nickhost $*}";
# highlighted channel name is printed
channelhilight = "%M$*%n";
# ban/ban exception/invite list mask is printed
ban = "%m$*%n";
##
## messages
##
# the basic styling of how to print message, $0 = nick mode, $1 = nick
msgnick = "%B<%n$0$1-%B>%n %|";
# message from you is printed. "msgownnick" specifies the styling of the
# nick ($0 part in msgnick) and "ownmsgnick" specifies the styling of the
# whole line.
# Example1: You want the message text to be green:
# ownmsgnick = "{msgnick $0 $1-}%g";
# Example2.1: You want < and > chars to be yellow:
# ownmsgnick = "%Y{msgnick $0 $1-%Y}%n";
# (you'll also have to remove <> from replaces list above)
# Example2.2: But you still want to keep <> grey for other messages:
# pubmsgnick = "%K{msgnick $0 $1-%K}%n";
# pubmsgmenick = "%K{msgnick $0 $1-%K}%n";
# pubmsghinick = "%K{msgnick $1 $0$2-%n%K}%n";
# ownprivmsgnick = "%K{msgnick $*%K}%n";
# privmsgnick = "%K{msgnick %R$*%K}%n";
# $0 = nick mode, $1 = nick
ownmsgnick = "{msgnick $0 $1-}%g";
ownnick = "%G$*%g";
# public message in channel, $0 = nick mode, $1 = nick
pubmsgnick = "{msgnick $0 $1-}";
pubnick = "%Y$*%n";
# public message in channel meant for me, $0 = nick mode, $1 = nick
pubmsgmenick = "{msgnick $0 $1-}";
menick = "%R$*%Y";
# public highlighted message in channel
# $0 = highlight color, $1 = nick mode, $2 = nick
pubmsghinick = "{msgnick $1$0$2}%Y";
# channel name is printed with message
msgchannel = "%K:%c$*%n";
# private message, $0 = nick, $1 = host
privmsg = "[%M$0%K(%m$1-%K)%n] ";
# private message from you, $0 = "msg", $1 = target nick
ownprivmsg = "[%m$0%K(%M$1-%K)%g] ";
# own private message in query
ownprivmsgnick = "{msgnick %g$0-}";
ownprivnick = "%G$*";
# private message in query
privmsgnick = "{msgnick %Y$*%n}";
##
## Actions (/ME stuff)
##
# used internally by this theme
action_core = "%B*** %M$*";
# generic one that's used by most actions
action = "{action_core $*} ";
# own action, both private/public
ownaction = "{action %G$0%g$1-}";
# own action with target, both private/public
ownaction_target = "{action_core $0}%K:%c$1%n ";
# private action sent by others
pvtaction = "%W (*) $*%n ";
pvtaction_query = "{action $*}";
# public action sent by others
pubaction = "{action %M$0%m$1-}";
##
## other IRC events
##
# whois
whois = "%m $[8]0 %B: %n$1-";
# notices
ownnotice = "[%m$0%B(%M$1-%B)]%n ";
notice = "%K-%M$*%K-%n ";
pubnotice_channel = "%K:%m$*";
pvtnotice_host = "%K(%m$*%K)";
servernotice = "%g!$*%n ";
# CTCPs
ownctcp = "[%m$0%K(%M$1-%K)] ";
ctcp = "%m$0%n$1-";
# wallops
wallop = "%W$*%n: ";
wallop_nick = "%n$*";
wallop_action = "%W * $*%n ";
# netsplits
netsplit = "%R$*%n";
netjoin = "%C$*%n";
# /names list
names_prefix = ".: ";
names_nick = "[%_$0%_$1-] ";
names_nick_op = "{names_nick $*}";
names_nick_halfop = "{names_nick $*}";
names_nick_voice = "{names_nick $*}";
names_users = "[ %G$*%n ]";
names_channel = "%r$*%n";
# DCC
dcc = "%g$*%n";
dccfile = "%_$*%_";
# DCC chat, own msg/action
dccownmsg = "[%r$0%K($1-%K)%n] ";
dccownnick = "%R$*%n";
dccownquerynick = "%W$*%n";
dccownaction = "{action $*}";
dccownaction_target = "{action_core $0}%K:%c$1%n ";
# DCC chat, others
dccmsg = "[%G$1-%K(%g$0%K)%n] ";
dccquerynick = "%G$*%n";
dccaction = "%W (*dcc*) $*%n %|";
##
## statusbar
##
# default background for all statusbars. You can also give
# the default foreground color for statusbar items.
sb_background = "%4%w";
# default backround for "default" statusbar group
#sb_default_bg = "%4";
# background for prompt / input line
sb_prompt_bg = "%w";
# background for info statusbar
sb_info_bg = "%8%w";
# background for topicbar (same default)
sb_topic_bg = "%4%w";
# text at the beginning of statusbars. sb-item already puts
# space there,so we don't use anything by default.
sbstart = "";
# text at the end of statusbars. Use space so that it's never
# used for anything.
sbend = " ";
topicsbstart = "{sbstart $*}";
topicsbend = "{sbend $*}";
sbmore = "%W[ %Gmore %W]";
prompt = "%W[%r$*%W]%n ";
sb = " %c[%n$*%c]%n";
sbmode = "(%c+%n$*)";
sbaway = " (%3%BzZzZ%n)";
sbservertag = ":$0 (change with ^X)";
# activity in statusbar
# ',' separator
sb_act_sep = "%c$*";
# normal text
sb_act_text = "%c$*";
# public message
sb_act_msg = "%W$*";
# hilight
sb_act_hilight = "%g$*";
# hilight with specified color, $0 = color, $1 = text
sb_act_hilight_color = "%G$1%n";
};
formats = {
"fe-common/core" = {
own_msg = "{ownmsgnick $2 {ownnick $[-9]0}}$1";
own_msg_channel = "{ownmsgnick $3 {ownnick $[-9]0}{msgchannel $1}}$2";
pubmsg_me = "{pubmsgmenick $2 {menick $[-9]0}}$1";
pubmsg_me_channel = "{pubmsgmenick $3 {menick $[-9]0}{msgchannel $1}}$2";
pubmsg_hilight = "{pubmsghinick $0 $3 $[-9]1}$2";
pubmsg_hilight_channel = "{pubmsghinick $0 $4 $[-9]1{msgchannel $2}}$3";
pubmsg = "{pubmsgnick $2 {pubnick $[-9]0}}$1";
pubmsg_channel = "{pubmsgnick $3 {pubnick $[-9]0}{msgchannel $1}}$2";
windowlist_header = "%#%r+-%W Ref %r-%W Name %r-------------%W Active item %r---%W Network %r------%W Levels %r-------*%n";
windowlist_line = "%r|%n%# $[3]0 %|$[20]1 $[15]2 $[15]3 $4";
windowlist_footer = "%r+------------------------------------------------------------------------*%n";
};
};
Offline
alexmatos wrote:justin wrote:New wallpaper and I'm trying out composite.
http://www.jeah.net/~justin/arch10thumb.png
+openbox
+urxvt
+tint
+pypanel
+visibilityNice urxvt colors! How did you got those?
.Xdefaults
!black text urxvt*color0: #242424 urxvt*color8: #cdb5cd !red text urxvt*color1: #bf7979 urxvt*color9: #f4a45f !green text urxvt*color2: #97b26b urxvt*color10: #c5f779 !yellow text urxvt*color3: #cdcda1 urxvt*color11: #ffffaf !blue text urxvt*color4: #86a2be urxvt*color12: #98afd9 !magenta text urxvt*color5: #d9b798 urxvt*color13: #d7d998 !cyan text urxvt*color6: #a1b5cd urxvt*color14: #a1b5cd !white urxvt*color7: #ffffff urxvt*color15: #dedede
Very nice, man! Thanks! Any chances of turning that into a GVim color scheme?
Last edited by alexmatos (2007-08-14 11:32:04)
Offline
justin wrote:alexmatos wrote:Nice urxvt colors! How did you got those?
.Xdefaults
!black text urxvt*color0: #242424 urxvt*color8: #cdb5cd !red text urxvt*color1: #bf7979 urxvt*color9: #f4a45f !green text urxvt*color2: #97b26b urxvt*color10: #c5f779 !yellow text urxvt*color3: #cdcda1 urxvt*color11: #ffffaf !blue text urxvt*color4: #86a2be urxvt*color12: #98afd9 !magenta text urxvt*color5: #d9b798 urxvt*color13: #d7d998 !cyan text urxvt*color6: #a1b5cd urxvt*color14: #a1b5cd !white urxvt*color7: #ffffff urxvt*color15: #dedede
Very nice, man! Thanks! Any chances of turning that into a GVim color scheme?
Gvim won't use it. But vim does.
Offline
I didn't post here for a long time. My last desktop even if I'm not totally happy with it, it's quite simple but I like it this way :
What icon theme are you using and where can I get? Looks beautiful!
btw I saw a funny detail in Kowalczyk's shot. In his pidgin buddy list I saw the norwegian words for "My Girlfriend" and there was "1/2 logged on"
Offline
Loke wrote:sen wrote:If you wouldn't mind, please share that wallpaper
I don't mind ^^
>>Artwork by TYPE-MOON<
http://xs218.xs.to/xs218/07331/fate_lio … png.xs.jpg
Cheers
How did you make the background black/gray-ish? Just some Gimp or?
Offline
I'm not sure if this will change the font-color of the nautilus window, but you can try adding these lines to you gtk-theme:
style "nautilus-font-color" { NautilusIconContainer::normal_alpha = 0 text[NORMAL] = "#ffffff" NautilusIconContainer::frame_text = 1 } class "GtkWidget" style "nautilus-font-color"
Thanks! That changed the color of the names, now I only have to figure out how to change the other colors.
Very nice big_smile
Thanks!
... Would you mind sharing your fvwm config?
Sure! You can get it here
Offline
Nice desktop! Where can I get a copy of that vim colour scheme your using?
Offline
sen wrote:Loke wrote:If you wouldn't mind, please share that wallpaper
I don't mind ^^
>>Artwork by TYPE-MOON<
http://xs218.xs.to/xs218/07331/fate_lio … png.xs.jpgCheers
How did you make the background black/gray-ish? Just some Gimp or?
Photoshop... Gimp is not bad but I'm more comfortable with ps.
deviantART | GitHub | Last.fm
Offline
New wallpaper and I'm trying out composite.
http://www.jeah.net/~justin/arch10thumb.png
+openbox
+urxvt
+tint
+pypanel
+visibility
hey justin, where'd you get that wallpaper? Any chance there's a widescreen version of it? (1920x1200)
For the strength of the pack is the wolf, and the strength of the wolf is the pack.
Offline
justin wrote:New wallpaper and I'm trying out composite.
http://www.jeah.net/~justin/arch10thumb.png
+openbox
+urxvt
+tint
+pypanel
+visibilityhey justin, where'd you get that wallpaper? Any chance there's a widescreen version of it? (1920x1200)
I got the wallpaper from http://art4linux.org/node/381, but it doesn't look like theres a widescreen version.
Offline
Oh well. Thanks anyways.
For the strength of the pack is the wolf, and the strength of the wolf is the pack.
Offline
Nice desktop! Where can I get a copy of that vim colour scheme your using?
It's gvim. Most of themes doesn't work with vim (if any does). Theme name is zenburn.
Offline
It's gvim. Most of themes doesn't work with vim (if any does). Theme name is zenburn.
Hey thanks!
Works great in vim you just have to :set t_Co=256 and use a terminal that supports the extra colours of course.
Offline
http://www.mutze.org/files/fvwm_130807_thumb.png
if somebody knows how to change the font colors in nautilus, please let me know.
Can you post all your configs please? I just love this setup
rawr
Offline
Offline
I'm a Pastafari
Offline
Husio wrote:It's gvim. Most of themes doesn't work with vim (if any does). Theme name is zenburn.
Hey thanks!
Works great in vim you just have to :set t_Co=256 and use a terminal that supports the extra colours of course.
Shameless self-plug. You can use this to convert GUI-only themes to work in 256 color mode. Works great most of the time, just don't do more than one in a row, because not all scripts set all elements, so things get ugly.
Offline
Just switched to OpenBox:
If anyone can suggest me a good panel that supports a pager and a system tray I would be veeery happy
Last edited by finferflu (2007-08-17 00:43:41)
Have you Syued today?
Free music for free people! | Earthlings
"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery
Offline