You are not logged in.
Here's what I currently have. Not much visual changes, but I made quite a few in dmenu (applied the xyw patch; set an x and y offset and a fixed width. Also started using two scripts: dmenu-fm ("filemanager") and dmenu-finder (like OSX's Finder)), I hacked away at dunst removing all sorts of features I don't use (most importantly configuring it with dunstrc) and also my statusbar now supports Audacious instead of MPD. In DWM I'm trying to keep both the statusbar and the system tray on my primary monitor when I'm using two monitors, but so far only the statusbar does that; the system tray is being a pain in the ass. I might just drop it altogether; only use it for Skype and Dropbox anyway. I also have to look into monocle-no-borders...
Last edited by Unia (2012-12-16 00:33:56)
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
Nice Unia, any chance of posting the dmenu-fm and finder scripts?
Cheers
Paul-S
Offline
Nice Unia, any chance of posting the dmenu-fm and finder scripts?
Cheers
Paul-S
Sure! Both of them have been posted here before, in the dmenu hacking thread. My finder script is only a tad different than the original (by Army, mine pipes my dmenu wrapper to set the settings) and the filemanager is a greatly simplified version of Dmenfm by Wintervenom. I couldn't find his script by any links though, so Google brought me to some Eastern European website that had it floating around
Dmenu-finder:
#!/bin/bash
input="$(xsel -o | $HOME/.bin/dmenu -p "Bestand zoeken:" )"
if [ "$input" != '' ]; then
result="$(echo "$input" | locate -e -r "$input" | $HOME/.bin/dmenu -p "Zoekresultaat:" )"
xdg-open "$result"
fi
Dmenu-fm:
#!/bin/bash
menu="$HOME/.bin/dmenu"
filemanager="nautilus"
executor="xdg-open"
show_hidden=0
show_backup=0
dmenu_caseinsens=1
file=1
menu="$menu $([ "$dmenu_caseinsens" == '1' ])"
while [ "$file" ]; do
file=$((echo -e '..\n.'; ls $([[ "$show_hidden" == '1' ]] && echo '-A') $([[ "$show_backup" == '1' ]] && echo '-B'); echo -e "[Open in $filemanager]") | $menu -p "Blader: $(basename $(pwd)$
if [ -e "$file" ]; then
owd=$(pwd)
if $([ -d "$file" ]); then
cd "$file"
else $([ -f "$file" ])
if [ "$executor" ] && which "$executor" &> /dev/null; then
exec "$executor" "$owd/$file" &
unset file
fi
fi
elif [[ "$file" =~ '[Open in' ]]; then
which "$filemanager" &> /dev/null && exec "$filemanager" . &
unset file
fi
done
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
talumees wrote:kamlang wrote:Hello, http://ompldr.org/tZ2xvcw
excellent font and GTK looks perfect.
share your experience, please.Glad you like it,
font is Arimo from ttf-chromeos-fonts
gtk theme is Equinox evolution dusk from gtk-theme-equinox
thanks man, it looks nice!
Offline
As usual, keeping it simple
And the wallpaper for anyone that wants it:
http://i.imgur.com/wJIwB.jpg
Laptops:
MSI GS60 Ghost
Asus Zenbook Pro UX501VW
Lenovo Thinkpad X120e
Offline
wow, may i have your conky config?
Offline
Here you go:
http://pastebin.com/nrmfRmLP
Laptops:
MSI GS60 Ghost
Asus Zenbook Pro UX501VW
Lenovo Thinkpad X120e
Offline
Offline
...
What font are you using?
Offline
RATPOISON
Originality..............5/5
First impression....5/5
Composition..........5/5
Colors.....................5/5
(Fav +1)
------------------------------
Total Score..........20/20
Offline
wallpaper is a vector trace of this with some juju added form my own sketching. My version available on request.
fonts by me
~/.Xresources
experimenting with borderless windows. Normally, text fading is activated (as in the .Xresourses) so I can see which term is active, but I turned it off for the scrot to have a more uniform look.
Last edited by ninjaaron (2012-12-18 06:13:36)
Offline
wallpaper is a vector trace of this with some juju added form my own sketching. My version available on request.
request
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
Alright, here is bitmap version that is an appropriate size for my monitor:
http://ubuntuone.com/6kXFk62KqpXET8WB7WBKIQ
and this is the original trace which you can import to gimp as a layer at any size you want and manipulate from there:
http://ubuntuone.com/5OtBQ7GAnJ9JTrH6QpR9vc
You can create a trace of any image in inkscape in less than a minute (of user time, at least. complex traces with a lot of color can take a long time to execute, but something like this takes seconds). Tutorial here:
http://crunchbang.org/forums/viewtopic.php?id=20559
Last edited by ninjaaron (2012-12-18 17:08:44)
Offline
I've been using goomwwm for a few days now and I really like it. Out-of-the-box, it's almost exactly what I want (and it only takes a few command line options to make it just the way I want).
Last edited by upsidaisium (2012-12-19 03:09:55)
I've seen young people waste their time reading books about sensitive vampires. It's kinda sad. But you say it's not the end of the world... Well, maybe it is!
Offline
can I have your xresources and the code relating to the network up/down part of your status bar?
Offline
Colors are here https://github.com/w0ng/vim-hybrid
And the conky can be found on my GIT.
Offline
On winter break and decided to try to make an arch live cd for learning experience.
^There it is so far, trapped in a virtualbox for now. GTK2 and GTK3 theme in there is Black Widow. PekWM theme is of my own making. Also using aWoKen icons, which I haven't colorized to the exact color scheme I want yet. I also need to tweak the spinfinity plymouth theme a tad bit to better fit the random spin I'm doing.
Another shot showing some default apps (Openastro.org, spacefm, and QTarot).
Last edited by ShadowKyogre (2012-12-19 21:49:56)
For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page
Offline
Never argue with stupid people,They will drag you down to their level and then beat you with experience.--Mark Twain
@github
Offline
Same config with some change.
I've done some little script in order to rotate my second screen. I adapt the wallpaper to the screen orientation.
I've change the wall to art from The Witcher 2 from gog.com bonus.
1920*1080 + 1920*1080 for everything...
http://tof.canardpc.com/view/4e8018e9-0 … ca6fd1.jpg
1920*1080 + 1080*1920 ... except some lecture
http://tof.canardpc.com/view/8d9e9f5e-3 … 641d0c.jpg
subtle (:3) + vim + ncmpcpp.
Offline
I've wanted to try something like this. How do you like it?
Offline
Oups,
I'm not so fluent, at first I understand the end of the post like "how do you done this ?"
Sorry.
I start(x) with :
#1 - fehbgdroit
feh --bg-tile ~/metro.d/images.d/wallpapers.d/thewitcher2.d/3840x1080-2.png
in my xinitrc.
I've done three more scripts. I keep them all in a .screenlayout directory.
In order to have the good wallpaper in the other configuration I create another wallpaper :
#2 - fehbginverse
feh --bg-tile ~/metro.d/images.d/wallpapers.d/thewitcher2.d/3840x1080-2.png
For the rotation I use xrandr :
#1 - screendroit
xrandr --output DisplayPort-0 --off --output DVI-1 --mode 1920x1080 --pos 1920x0 --rotate normal --output DVI-0 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-0 --off
#2 - screeninverse
xrandr --output DisplayPort-0 --off --output DVI-1 --mode 1920x1080 --pos 1920x0 --rotate left --output DVI-0 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-0 --off
And I just use some alias :
alias paysage='sh ~/.screenlayout/screendroit & sh ~/.screenlayout/fehbgdroit'
alias portrait='sh ~/.screenlayout/screeninverse & sh ~/.screenlayout/fehbginverse'
Maybe it's possible to only have one wallpaper with a pretty size of 3840x1920.
Last edited by Thom (2012-12-20 22:08:10)
Offline