You are not logged in.
@whukes: What music manager is...look like xfmedia but different, and is Xterm or simpli is terminal withold menus?
Well, I suppose that this is somekind of signature, no?
Offline
@whukes: What music manager is...look like xfmedia but different, and is Xterm or simpli is terminal withold menus?
It is sonata, a gui frontend to mpd.
Offline
Offline
fb0x wrote:speeddefrost wrote:ProperWM - another fork of DWM - with the drawing code ported to a toolkit I made with cairo, optimized tiling, smart borders, padding, and lots of other crap. Fork is here: https://github.com/speeddefrost/properwm
This is nice! Can you share colorscheme and vim theme?
it's based off the ir_black scheme - with the mode/autocompletion colors changed.
.. and ProperWM colors:
// 6-digit colors only static const char normal_border_color[] = "#222222"; static const char selected_border_color[] = "#BFBFBF"; static const char urgent_border_color[] = "#FF0000"; // 8-digit colors optional static const char unused_tag_bg_color[] = "#000000CC"; static const char unused_tag_fg_color[] = "#808080"; static const char normal_tag_bg_color[] = "#000000CC"; static const char normal_tag_fg_color[] = "#628AB3"; static const char current_tag_bg_color[] = "#000000CC"; static const char current_tag_fg_color[] = "#BFBFBF"; static const char selected_tag_bg_color[] = "#000000CC"; static const char selected_tag_fg_color[] = "#B39462"; static const char urgent_tag_bg_color[] = "#990000CC"; static const char urgent_tag_fg_color[] = "#FFFFFF"; static const char ltsym_bg_color[] = "#222222CC"; static const char ltsym_fg_color[] = "#BFBFBF"; static const char title_bg_color[] = "#000000CC"; static const char title_fg_color[] = "#BFBFBF"; static const char selstat_bg_color[] = "#000000CC"; static const char selstat_fg_color[] = "#BFBFBF"; static const char status_bg_color[] = "#222222CC"; static const char status_fg_color[] = "#BFBFBF";
Thanks, but i mean terminal colors
Offline
monsterwm+dzen2+irssi
Care to chare your configs (.xinitrc, dzen and bar)?
Offline
http://ompldr.org/tZXk0NQ
Asus EeePC 1008HADWM | Conky + Dzen | urxvt.
can you post link to that wallpaper.
Never argue with stupid people,They will drag you down to their level and then beat you with experience.--Mark Twain
@github
Offline
gholen wrote:http://ompldr.org/tZXk0NQ
Asus EeePC 1008HADWM | Conky + Dzen | urxvt.
can you post link to that wallpaper.
Here you go!
http://ompldr.org/iNDNsbA
Offline
So here is my first attempt ever using a tiling WM. After some frustration right from the start, this might now be my prefered WM/DM. Not alot done here but so far I am happy with the progress.
i3 clean
dirty xterm-stjerm-pcmanfm
You can easily judge the character of a man by how he treats those who can do nothing for him.
-Unknown
Offline
[IMAGE]
still fairly wip, but quite liking it so far.
like it too, but pretty strange tab naming scheme
Last.Fm
thou shalt not kill -9
Offline
simon.swe wrote:monsterwm+dzen2+irssi
Care to chare your configs (.xinitrc, dzen and bar)?
yes see irc
Offline
Here you go!
http://ompldr.org/iNDNsbA
Thanks ! i am really fond of Archlinux wallpapers.
Never argue with stupid people,They will drag you down to their level and then beat you with experience.--Mark Twain
@github
Offline
This month I barely made changes to my desktop, tweak some terminal colors and fonts.
Clean (DAT subtle product placement)
As usual, the dotfiles and configurations are on my github page.
Fork me on Github | Eri @ Arch Linux i686
Offline
DWM with prefix key patch (for Ratpoison,Stumpwm users)
Changes:
The default prefix is C-t
Ratpoison cursor themes (X_cursor, icon).
No focus follow mouse.
Default layout is Monocle
No tiling mode (you must use) Gnu/Screen or Tmux
Monocle_count patch.
Noapps (Rules)
Last edited by ivoarch (2012-08-07 20:36:23)
Offline
Changed from terminus to ohsnap, trying the systray patch on DWM.
(Clean)
http://ompldr.org/tZjBvaw(Dirrrrrty)
http://ompldr.org/tZjBvbA
Can you share conky conf and weather script?
Offline
WMFS, The status bar in the bottom is conky with dzen2, the menu is myGtkMenu (opens when I press Super+Tab or right click on the status bar).
Wallpaper is 4 colour rainbow from simpledesktops.com.
And here is my .Xdefaults. I've stolen the colorscheme to someone on ArchLinux forums but I don't remember who.
Derpy Hooves is best pony.
Offline
Onyros wrote:Changed from terminus to ohsnap, trying the systray patch on DWM.
(Clean)
http://ompldr.org/tZjBvaw(Dirrrrrty)
http://ompldr.org/tZjBvbACan you share conky conf and weather script?
It's not really conky, it's a bash script, you can find it on this post
Several gmail scripts available on that thread, too.
The weather script is a one liner:
curl -s --connect-timeout 10 http://rss.accuweather.com/rss/liveweather_rss.asp\?metric\=1\&locCode\="EUR|PT|PO012|Lisbon" \ | sed -n '/Currently:/ s/.*: \(.*\): \([-0-9]*\)\([CF]\).*/\2°\3, \1/p'
You just need to find out your location Code on accuweather.com first
Offline
Offline
@Onyros Thanks!
Offline