You are not logged in.
wolfcore wrote:No patch, only occupied tag was 'term'.
Oh.. then I guess etc was urgent? Too bad
Nah, it was just empty and not visible
wolfcore wrote:I love what I've done with dwm's bar -- tmux's bar and current song, updates, etc:
http://i.imgur.com/mbMud.png
full: http://i.imgur.com/mbMud.pngwhere is the full desktop screenshot ?
wallpaper: http://zpecter.deviantart.com/gallery/#/d4ehqq7
dotfiles: https://github.com/wolfcore/dotfiles
Offline
Offline
Randomly felt the urge to play around with Openbox again. I threw this up during studying for my finals (Biology tomorrow ):
It's tint2, with Thunar and URxvt. The details need some polishing though, as you can see in the tint2 panel (battery) and also gotta fix that Thunar spin thingie (any hints on that one? I remember having seen it somewhere....)
EDIT: Oh, and is there some way to enable desktop switching by moving the mouse to the edge of the screen? I remember using this before with Openbox but I can't seem to enable it now
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
Oh, and is there some way to enable desktop switching by moving the mouse to the edge of the screen? I remember using this before with Openbox but I can't seem to enable it now
I don't know if there's a way to do this built into Openbox, but I think you can probably do it fairly easily with xdotool using a combination of behave_screen_edge and set_desktop --relative.
Offline
Unia wrote:Oh, and is there some way to enable desktop switching by moving the mouse to the edge of the screen? I remember using this before with Openbox but I can't seem to enable it now
I don't know if there's a way to do this built into Openbox, but I think you can probably do it fairly easily with xdotool using a combination of behave_screen_edge and set_desktop --relative.
Thanks, will look into it
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
Randomly felt the urge to play around with Openbox again. I threw this up during studying for my finals (Biology tomorrow ):
It's tint2, with Thunar and URxvt. The details need some polishing though, as you can see in the tint2 panel (battery) and also gotta fix that Thunar spin thingie (any hints on that one? I remember having seen it somewhere....)
EDIT: Oh, and is there some way to enable desktop switching by moving the mouse to the edge of the screen? I remember using this before with Openbox but I can't seem to enable it now
Hi, your color script look just amazing. Is there any possibility to get it?
Offline
Hi, your color script look just amazing. Is there any possibility to get it?
Yes, sure. It's based on one found at the Crunchbang forums, so credits to whoever posted it there:
#!/bin/bash
colors=($(xrdb -query | sed -n 's/.*color\([0-9]\)/\1/p' | sort -nu | cut -f2))
echo -e "\e[1;37m
Black Red Green Yellow Blue Magenta Cyan White
───────────────────────────────────────────────────────────────────────────────────────\e[0m"
for i in {0..7}; do echo -en "\e[$((30+$i))m █ ${colors[i]} \e[0m"; done
echo
for i in {8..15}; do echo -en "\e[1;$((22+$i))m █ ${colors[i]} \e[0m"; done
echo -e "\n"
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
@wolfcore: Nice dwm bar
Thanks! I've been adding stuff gradually :3
@wolfcore
What you use to make the background?
Awesome!
http://zpecter.deviantart.com/gallery/#/d4ehqq7
kaira wrote:Hi, your color script look just amazing. Is there any possibility to get it?
Yes, sure. It's based on one found at the Crunchbang forums, so credits to whoever posted it there:
#!/bin/bash colors=($(xrdb -query | sed -n 's/.*color\([0-9]\)/\1/p' | sort -nu | cut -f2)) echo -e "\e[1;37m Black Red Green Yellow Blue Magenta Cyan White ───────────────────────────────────────────────────────────────────────────────────────\e[0m" for i in {0..7}; do echo -en "\e[$((30+$i))m █ ${colors[i]} \e[0m"; done echo for i in {8..15}; do echo -en "\e[1;$((22+$i))m █ ${colors[i]} \e[0m"; done echo -e "\n"
Thanks for sharing!
Last edited by wolfcore (2012-05-23 16:19:04)
Offline
^ Welcome
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
Lots of stuffs changed from last post
Clean :
http://photoserver.ws/images/q6364fb52868161cf_thumb.jpgPseudo-busy :
http://photoserver.ws/images/NIt74fb5286d1463d_thumb.jpg
Ok. Is that awesome? (I'm an awesomewm n00b, please forgive the amount of questions)
Can I ask how you get the drop shadow on the menu bar? Also the space and shadow between clients?
I'm guessing the shadow is some kind of xcompmgr/transset voodoo
also that's an awesome wallpaper, where did you get it
thanks
Offline
Offline
Okay try not to shoot me for "Ubuntu-fying" my Arch and it's kinda boring to look at probably compared to all the super custom lightweight screenies but here is my Arch with Unity, thanks to chenxiaolong and the gang
Clean: http://i.imgur.com/MCPOk.jpg
Dash and sort of busy: http://i.imgur.com/XroLT.jpg
Arch Linux - Intel E5200 Desktop (MATE GTK3) | Fedora 25 - ASUS Core-i7 Optimus Laptop
Offline
Some updates since last May shot:
Clean:
http://i50.tinypic.com/2m5b47s.pngFake dirty:
http://i50.tinypic.com/6p2bo3.pngStill Xfce 4.10, Compiz and conky, but now with Docky as launcher and window list. Was using the Xfce global menu plugin, but it doesn't support panel transparency (yet?)...
Top-left, that's an application menu right? Can I have a name of it?
Thanks
Offline
Dustbin wrote:Some updates since last May shot:
Clean:
http://i50.tinypic.com/2m5b47s.pngFake dirty:
http://i50.tinypic.com/6p2bo3.pngStill Xfce 4.10, Compiz and conky, but now with Docky as launcher and window list. Was using the Xfce global menu plugin, but it doesn't support panel transparency (yet?)...
Top-left, that's an application menu right? Can I have a name of it?
Thanks
that's conky.
Offline
d1001001 wrote:Dustbin wrote:Some updates since last May shot:
Clean:
http://i50.tinypic.com/2m5b47s.pngFake dirty:
http://i50.tinypic.com/6p2bo3.pngStill Xfce 4.10, Compiz and conky, but now with Docky as launcher and window list. Was using the Xfce global menu plugin, but it doesn't support panel transparency (yet?)...
Top-left, that's an application menu right? Can I have a name of it?
Thanks
that's conky.
Uh, I believe conky is bottom-left, what I meant is top-left, the blue icon
Offline
RaisedFist wrote:that's conky.
Uh, I believe conky is bottom-left, what I meant is top-left, the blue icon
I assume that's the standard XFCE menu
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
You can find DE/WM-specific Arch icons in the archlinux-artwork package.
@donniezazen: How did you get gaps between your clients? I don't see anything in your github on that.
Last edited by ANOKNUSA (2012-05-24 15:10:24)
Offline
d1001001 wrote:RaisedFist wrote:that's conky.
Uh, I believe conky is bottom-left, what I meant is top-left, the blue icon
I assume that's the standard XFCE menu
Am I evil to find the confusion slightly funny?
'Cuz all of you are right: the blue icon is indeed the standard Xfce menu, and both top left and bottom left are instances of conky... Top left is my system info, bottom left some RSS feeds.
Last edited by Dustbin (2012-05-24 15:49:19)
If the Matrix was real, it would run on Arch...
Offline
Unia wrote:d1001001 wrote:Uh, I believe conky is bottom-left, what I meant is top-left, the blue icon
I assume that's the standard XFCE menu
Am I evil to find the confusion slightly funny?
'Cuz all of you are right: the blue icon is indeed the standard Xfce menu, and both top left and bottom left are instances of conky... Top left is my system info, bottom left some RSS feeds.
Well my confusion is caused by this video: http://www.youtube.com/watch?feature=pl … drpY#t=25s
But now I guess his menu is openbox native? I was just confused by the same icon of the menu.
Offline
Offline