You are not logged in.
Offline
My Arch Setup - Using PekWM and no DE
Using conky, feh, tint2, and XFCE's terminal in that screenshot. Along with Thunar. Conky is reporting statistics from mpc/MPD.
Up in the notification area is Skype, emesene, Pidgin, and X-Chat. You can also see Chromium in my tint2 panel.
The script for grabbing the info is of my own making and be found at one of the following links:
http://code.google.com/p/screenfetch/
http://github.com/KittyKatt/screenFetch
Last edited by kittykatt (2010-04-05 22:05:27)
- [ My Blog ] | [ AUR Packages ] | [ My deviantART ] | [ screenFetch ] | [ SilverIRC ] -
Offline
Your links are busted...
Offline
http://bloodstar.net/ss-23-03-10_thumb.png
I changed my bash prompt to display archinfo whenever I start up my terminal or do source ~/.bashrc. Which means I also modified the script so it doesn't take screenshots.
Really nice setup any chance of your .Xdefaults colours?
Offline
kittykatt wrote:Your links are busted...
Buh....I ALWAYS do that....I connect via hostname to my server in Chromium. And I always forget to replace the hostname with the actual URL to the site. >.<
Here's the real stuff.
My Arch Setup - Using PekWM and no DE
Using conky, feh, tint2, and XFCE's terminal in that screenshot. Along with Thunar. Conky is reporting statistics from mpc/MPD.
Up in the notification area is Skype, emesene, Pidgin, and X-Chat. You can also see Chromium in my tint2 panel.
The script for grabbing the info is of my own making and be found at one of the following links:
http://code.google.com/p/screenfetch/
http://github.com/KittyKatt/screenFetch
- [ My Blog ] | [ AUR Packages ] | [ My deviantART ] | [ screenFetch ] | [ SilverIRC ] -
Offline
kmason wrote:http://bloodstar.net/ss-23-03-10_thumb.png
I changed my bash prompt to display archinfo whenever I start up my terminal or do source ~/.bashrc. Which means I also modified the script so it doesn't take screenshots.
Really nice setup any chance of your .Xdefaults colours?
That's actually a .bashrc. See below for the code:
PATH=$PATH:~/bin
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
# Check for an interactive session
[ -z "$PS1" ] && return
alias ls='ls --color=auto'
alias reload='source ~/.bashrc'
PS1="\[\033]0;\u@\h:\w\007\]\
\[\033[1;31m\]-\[\033[1;30m\]-(\
\[\033[1;31m\]\u\[\033[1;30m\]@\[\033[1;31m\]\h\
\[\033[1;30m\])-(\
\[\033[1;31m\]\$PWD\
\[\033[1;30m\])-\[\033[1;31m\]-\
\[\033[1;37m\]\n\
\[\033[1;31m\]-\[\033[1;30m\]-(\
\[\033[1;31m\]\$(date +%H%M)\[\033[1;30m\]:\[\033[1;31m\]\$(date \"+%a,%d %b %y\")\
\[\033[1;30m\]:\[\033[1;37m\]\$\[\033[1;30m\])-\[\033[1;31m\]-\[\033[1;37m\] "
PS2="\[\033[1;30m\]-\[\033[1;31m\]-\[\033[1;31m\]-\[\033[1;37m\] "
\clear
\archinfo
Offline
^ kittykat, the one you showed me on IRC a week or so ago was waaay better.
Ah, yes. I totally forgot about that one. -brings it up-
Either one of those the one you were talking about, tawan?
- [ My Blog ] | [ AUR Packages ] | [ My deviantART ] | [ screenFetch ] | [ SilverIRC ] -
Offline
Are you using PekWM-git or is that fake transparency? Also, do your windows lose focus when drag them across workspaces with your mouse? If not, can I see your mouse config? Getting PekWM to get focussing the way I like is the biggest pain.
Offline
kittykatt wrote:Are you using PekWM-git or is that fake transparency? Also, do your windows lose focus when drag them across workspaces with your mouse? If not, can I see your mouse config? Getting PekWM to get focussing the way I like is the biggest pain.
AFAIK, PekWM from the default repos (pacman), works very well with xcompmgr - just a bit of input from another PekWM user.
Offline
pogeymanz wrote:kittykatt wrote:Are you using PekWM-git or is that fake transparency? Also, do your windows lose focus when drag them across workspaces with your mouse? If not, can I see your mouse config? Getting PekWM to get focussing the way I like is the biggest pain.
AFAIK, PekWM from the default repos (pacman), works very well with xcompmgr - just a bit of input from another PekWM user.
I could be wrong, but I would've sworn that true transparency didn't work with PekWM 0.1.11
Offline
Yeah, I just tested it and - you are right. There is a workaround that I saw in the wiki though, I think.
EDIT: here is the workaround, uses devilspie and transset-df to set all windows transparency to .999.
Last edited by kmason (2010-03-24 18:09:15)
Offline
Feeling creative today...
very nice...mind sharing the wallpaper? ^^
Offline
tawan wrote:^ kittykat, the one you showed me on IRC a week or so ago was waaay better.
Ah, yes. I totally forgot about that one. -brings it up-
http://kittykatt.archerseven.com/screen … .thumb.png http://kittykatt.archerseven.com/screen … .thumb.png
Either one of those the one you were talking about, tawan?
I love the GTK theme, it will go lovely with me setup. I currently use one which is blue on white rather then blue on black, now I will have a choice
EDIT: Well would if I could find it, care to share your GTK Theme and wallpaper
Last edited by gazj (2010-03-24 19:12:01)
Offline
Mountainjew wrote:Feeling creative today...
very nice...mind sharing the wallpaper? ^^
Sure
Offline
Yeah, I just tested it and - you are right. There is a workaround that I saw in the wiki though, I think.
EDIT: here is the workaround, uses devilspie and transset-df to set all windows transparency to .999.
Yeah, but that's such a hack. The new PekWM 0.1.12 works properly with compositing now, which is why I asked. The package is pekwm-git in AUR.
Offline
kmason wrote:Yeah, I just tested it and - you are right. There is a workaround that I saw in the wiki though, I think.
EDIT: here is the workaround, uses devilspie and transset-df to set all windows transparency to .999.
Yeah, but that's such a hack. The new PekWM 0.1.12 works properly with compositing now, which is why I asked. The package is pekwm-git in AUR.
Too bad pekwm-git in AUR gives me an error when trying to install it.
Offline
kittykatt wrote:tawan wrote:^ kittykat, the one you showed me on IRC a week or so ago was waaay better.
Ah, yes. I totally forgot about that one. -brings it up-
http://kittykatt.archerseven.com/screen … .thumb.png http://kittykatt.archerseven.com/screen … .thumb.png
Either one of those the one you were talking about, tawan?
I love the GTK theme, it will go lovely with me setup. I currently use one which is blue on white rather then blue on black, now I will have a choice
EDIT: Well would if I could find it, care to share your GTK Theme and wallpaper
Sure! The wallpaper is a modification of a KDE wallpaper I found. I had to move a bunch of elements around and replace the KDE logo with the Arch one, and it looks pretty nice. You can find it here: CLICK ME. Original can be found here.
GTK can be found here: CLICK ME. I can't remember if I made any modifications to it or not.
And blue on black is my favorite combo, so I have a bunch of themes that are blue on black lying around.
Here's a couple more:
http://gryalphk.deviantart.com/art/Murr … -121305061
http://gnome-look.org/content/show.php/ … ent=118992
- [ My Blog ] | [ AUR Packages ] | [ My deviantART ] | [ screenFetch ] | [ SilverIRC ] -
Offline
pseb wrote:Mountainjew wrote:Feeling creative today...
very nice...mind sharing the wallpaper? ^^
Sure
thx
Offline
gazj wrote:kittykatt wrote:Ah, yes. I totally forgot about that one. -brings it up-
http://kittykatt.archerseven.com/screen … .thumb.png http://kittykatt.archerseven.com/screen … .thumb.png
Either one of those the one you were talking about, tawan?
I love the GTK theme, it will go lovely with me setup. I currently use one which is blue on white rather then blue on black, now I will have a choice
EDIT: Well would if I could find it, care to share your GTK Theme and wallpaper
Sure! The wallpaper is a modification of a KDE wallpaper I found. I had to move a bunch of elements around and replace the KDE logo with the Arch one, and it looks pretty nice. You can find it here: CLICK ME. Original can be found here.
GTK can be found here: CLICK ME. I can't remember if I made any modifications to it or not.
And blue on black is my favorite combo, so I have a bunch of themes that are blue on black lying around.
Here's a couple more:
http://gryalphk.deviantart.com/art/Murr … -121305061
http://gnome-look.org/content/show.php/ … ent=118992
Thank you. I did find the GTK theme but the red highlight was not quite right for me. Anyway I spent a while modding a GTK theme I already had. Maybe it will be of use. Thanks for the Wallpaper it looks fab
Offline
kittykatt wrote:gazj wrote:I love the GTK theme, it will go lovely with me setup. I currently use one which is blue on white rather then blue on black, now I will have a choice
EDIT: Well would if I could find it, care to share your GTK Theme and wallpaper
Sure! The wallpaper is a modification of a KDE wallpaper I found. I had to move a bunch of elements around and replace the KDE logo with the Arch one, and it looks pretty nice. You can find it here: CLICK ME. Original can be found here.
GTK can be found here: CLICK ME. I can't remember if I made any modifications to it or not.
And blue on black is my favorite combo, so I have a bunch of themes that are blue on black lying around.
Here's a couple more:
http://gryalphk.deviantart.com/art/Murr … -121305061
http://gnome-look.org/content/show.php/ … ent=118992Thank you. I did find the GTK theme but the red highlight was not quite right for me. Anyway I spent a while modding a GTK theme I already had. Maybe it will be of use. Thanks for the Wallpaper it looks fab
You're very welcome.
- [ My Blog ] | [ AUR Packages ] | [ My deviantART ] | [ screenFetch ] | [ SilverIRC ] -
Offline