You are not logged in.
Still xmonad but this time with no xdm icons:
http://ompldr.org/tYWhpaw
Hey, your font is Terminus?
Offline
nnoell wrote:Still xmonad but this time with no xdm icons:
http://ompldr.org/tYWhpawHey, your font is Terminus?
Yes, it is.
Offline
My Evil Coffee
Offline
DE: Xfce4
WM: xmonadClean:
http://piclion.com/images/tclean.pngDirty:
http://piclion.com/images/tdirty.pngto-do list:
my conky is toooo plain haha
What are you watching? Looks like some kind of mecha anime.
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline
Boring Xmonad. As usual, there is a companion post on my blog.
wow, truly amazing setup, could you post the .Xdefaults and vim colorscheme please?
Offline
marcoscan,
Can you post your .conkyrc either here or in the conky thread? I want to do an implementation similar to your's on my desktop but I can't for the life of me figure out how to pull it off and yes I'm too lazy to look through the conky thread for a similar config
Offline
battleMang0 wrote:DE: Xfce4
WM: xmonadClean:
http://piclion.com/images/tclean.pngDirty:
http://piclion.com/images/tdirty.pngto-do list:
my conky is toooo plain hahaWhat are you watching? Looks like some kind of mecha anime.
Anime movie called [Evangelion 2.0 You Can (Not) Advance] its pretty sick, the animations really are well done can't wait till 3.0 which will b released in theaters next year
Offline
lifeafter2am wrote:battleMang0 wrote:DE: Xfce4
WM: xmonadClean:
http://piclion.com/images/tclean.pngDirty:
http://piclion.com/images/tdirty.pngto-do list:
my conky is toooo plain hahaWhat are you watching? Looks like some kind of mecha anime.
Anime movie called [Evangelion 2.0 You Can (Not) Advance] its pretty sick, the animations really are well done can't wait till 3.0 which will b released in theaters next year
Oh yeah, I remember them pushing that at MegaCon this year. It's on my shortlist, just haven't gotten to it yet.
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline
marcoscan wrote:marcoscan,
Can you post your .conkyrc either here or in the conky thread? I want to do an implementation similar to your's on my desktop but I can't for the life of me figure out how to pull it off and yes I'm too lazy to look through the conky thread for a similar config
Hi Techman084!
Here it is.
# Use Xft?
use_xft yes
xftfont Bitstream Vera Sans:size=8
xftalpha 0.8
text_buffer_size 2048
# Update interval in seconds
update_interval 1
# transparency marco
own_window_argb_visual yes
own_window_argb_value 180
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent no
own_window_type desktop
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
background yes
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 1366 10
maximum_width 1366
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders 0
# border margins
#border_margin 0
# border width
border_width 0
# Default colors and also border colors
default_color white
own_window_colour 151515
# Text alignment, other possible values are commented
alignment bottom_left
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 0
gap_y 36
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer none
TEXT
${color adacab}Cpu1:${color} ${cpu cpu1}% ${cpugraph cpu1 8,60} | ${color adacab}Cpu2:${color} ${cpu cpu2}% ${cpugraph cpu2 8,60} | ${color adacab}Cpu:${color} ${top name 1} | ${color adacab}Ram:${color} $memperc% | ${color adacab}Mem:${color} ${top_mem name 1} | ${color adacab}Swap:${color} $swapperc% | ${color adacab}Root ${color}${fs_used_perc /}% | ${color adacab}Home ${color} ${fs_used_perc /home}% | ${color adacab}Playing: ${color}${mpd_artist} - ${color}${mpd_album} - ${color}${mpd_title}
Offline
Boring Xmonad. As usual, there is a companion post on my blog.
Hey could you tell me how you get the smooth blured edges and around the window? Is it xcompmgr?
Offline
Still xmonad but this time with no xdm icons:
http://ompldr.org/tYWhpaw
Very nice!
Configs please, I'd like to learn more about xmonad with two (dzen-)bars, with or without icons.
we are Arch.
you will be assimilated!
resistance is futile!
Offline
nnoell wrote:Still xmonad but this time with no xdm icons:
http://ompldr.org/tYWhpawVery nice!
Configs please, I'd like to learn more about xmonad with two (dzen-)bars, with or without icons.
Dzen bars setups:
- topstatusbar.sh
- bottomstatusbar.sh
- conkyrc
I changed a bit xmonad.hs from the previous screenshot. I removed the layout icon from the bottom bar so that there is only text. Here is a shot:
And here is my xmonad.hs
Enjoy!
Offline
nnoell wrote:Still xmonad but this time with no xdm icons:
http://ompldr.org/tYWhpawVery nice!
Configs please, I'd like to learn more about xmonad with two (dzen-)bars, with or without icons.
In my git repo I have two sets of xmonads, one with icons for everything and one with only text. They are both in the portable-configs repo if you want to take a look.
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline
Great, thx folks!
...and what about yours, Aeva?
Still running xmonad.
I also like your wall...
NB @lifeafter2am: your "larch-xmonad-project" looks quite interesting!
Last edited by nexus7 (2011-09-24 17:07:01)
we are Arch.
you will be assimilated!
resistance is futile!
Offline
Updated Screenshot. Special thanks to a couple people mentioned in the terminal window! I've also added a little more information to the file for your reference.
EDIT: I just noticed a spelling error with the word utilization and of course it had to happen after I posted this so just disregard that.
Last edited by Techman084 (2011-09-24 16:06:35)
Offline
There are only two ways to live your life: One is as though nothing is a miracle. The other is as though everything is a miracle. - Albert Einstein
How wonderful it is that nobody need wait a single moment before starting to improve the world. - Anne Frank
Offline
My Evil Coffee
Also nice themeing!
May I ask what font you've been using? Looks like cjk capable bitmap.
And would you pls also post your terminal colors?
Thanks a lot!
Last edited by nexus7 (2011-09-24 17:22:06)
we are Arch.
you will be assimilated!
resistance is futile!
Offline
Nexus7, sorry for the late reply. I use dzen for the top and conky for the bottom.
My xmonad config file:
http://pastebin.com/4r6zPvFr
The traybar at the top:
http://pastebin.com/rhhvpVTA
And the bar at the bottom:
http://pastebin.com/C2ib7i8Z
It's been a few months since I effectively wrote most of this though so it may not be the most efficient way of doing things. :)
And the wallpaper (http://ompldr.org/vYWljcw) is from the anime series called Shiki.
EDIT: pastebinned everything to reduce code clutter.
Last edited by Aeva (2011-09-24 17:28:18)
Offline
Offline
Hi. I'm newish here, 'cept for some support requests, but I recognize some of you. Here's the business:
I made the font. It's in my github repo and in the AUR.
[edit]
Original thumb was 50px too wide. Sorry
Last edited by ninjaaron (2011-09-24 21:16:33)
Offline
Made myself an Arch wallpaper and custom gtk theme today, hope you all aprove. This install started as LXDE but Im more or less down to openbox now.
Too small font, specially in terminal
Offline