You are not logged in.
Found it!
http://simpledesktops.com/browse/deskto … amond-ore/
Thanks zezhyrule3, I didn't know this site, looks great.
Offline
Still keeping it simple on the desktop. Ditched urxvt for termite (and ditched Ubuntu Mono for PragmataPro, which is amazing, even at these small sizes), and changed up the conky config (which also includes weather now! Seems to be anywhere from 2 to 5 degrees off, and tends to be give-or-take a half hour or so on conditions, but it works.)
I've still been too busy+lazy to bother with my site and pushing anything to my own Git or even github, so if you're curious about any configs or whatever, feel free to ask.
Currently running Arch on a Samsung Chromebook Pro (dual booted with ChromeOS), and various VPSes and Docker containers.
Offline
Offline
nice colors, and creepy wallpaper.
very cool
Offline
nice colors, and creepy wallpaper.
Maybe you find it creepy due to some subconscious remembrance of 'the shining'?
http://andrewhearst.com/blog/2012/03/mo … he_shining
ps, there's a whole moon landing conspiracy theory which goes along with this pattern.
Offline
Hey, nice wall! May you share it, please?
Offline
Very nice colors. May I have them please?
"Think for yourself and question authority." -T. Leary
Offline
Nine months ago, I first touched DWM and all alike applications, as sxiv. It was also my introduction to C and everything programming. I quit using sxiv since I felt it was "too minimal" and because I could not use Xft fonts that I could otherwise use everywhere. Its maintainer (understandably) said he would not incorporate Xft into sxiv.
Now, nine months later, I took up sxiv again and was able to implement it myself. I feel rather proud It's still rudimentary, and some parts still aren't working, but it opens and renders just fine:
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
Offline
Wow really nice setup, could you share some details please ?
Offline
Wow really nice setup, could you share some details please ?
Thanks.
What you see are 4 conkys (top info bar, top right weather, bottom left messages.log, bottom right torrent info) that use various custom scripts. Bottom panel is bmpanel2, WM is Openbox with simple border-only theme, terminal is urxvt, the shadow and transparency are provided by Compton.
Offline
Archlinux :: Xmonad
dotfiles | deviantart
Offline
Offline
chignole wrote:Wow really nice setup, could you share some details please ?
Thanks.
What you see are 4 conkys (top info bar, top right weather, bottom left messages.log, bottom right torrent info) that use various custom scripts. Bottom panel is bmpanel2, WM is Openbox with simple border-only theme, terminal is urxvt, the shadow and transparency are provided by Compton.
I'm interested, what is the actual content of the bottom left messages.log? While I not new to linux, Ubuntu didn't really teach me much about where to fetch what kind of information. How do you retrieve that information?
Regards
Offline
DWM
Change: I started using status-bar info written in C (before bash). Changed some colors and wallpaper. Configs are on my github but there may be some outdated stuff lying around, so feel free to ask for anything.
Never argue with stupid people,They will drag you down to their level and then beat you with experience.--Mark Twain
@github
Offline
I'm interested, what is the actual content of the bottom left messages.log? While I not new to linux, Ubuntu didn't really teach me much about where to fetch what kind of information. How do you retrieve that information?
Regards
That information is constantly written to file /var/log/messages.log, and I display it in conky with tail command. This is the full conkyrc:
double_buffer yes
background yes
own_window yes
own_window_transparent yes
own_window_type desktop
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
draw_borders no
draw_shades no
gap_x 19
gap_y 23
alignment bottom_left
update_interval 1
default_color white
use_xft yes
xftfont Sans:bold:size=10
use_spacer none
minimum_size 1100 106
maximum_width 0
override_utf8_locale yes
#this is important!
text_buffer_size 2048
color1 91BFF0
TEXT
${color1}${font OpenLogos:size=30}B${color}${font}
${voffset 4}${tail /var/log/messages.log 5}${voffset -4}
Offline
Offline
Wallpaper: a-dream-before-dying☠
Cheers
Ivo
Offline