Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - valroadie

#31
I've Got a Life / Re: I LUB GNU
September 25, 2013, 11:48:37 PM
HAPPY 30TH BDAY GNU! I LUB YOUUUUUU!
#32
Conky / Re: Interactive conky
September 25, 2013, 11:42:39 PM
This is awesome! Def. something I will look forward to using as I usually don't mess with conky, BUT this brings it to life! Thanks digit!
#33
Thanks! Maybe I should include a warning, "WARNING! Not for people too old to read the label on the front of a milk jug!" Haha.

I admit it may be an eye strain for people.
#34
Just thought I would throw my config in here as well as another screenie to what it looks like.



And here are the configs for xmonad and xmobar! It is a fairly plain WM unless you REALLY get in depth with the customization.

EDIT: If you like the font in the SS's you will need to DL the Inconsolata font as so: sudo apt-get install fonts-inconsolata

I just want to say, if you like to use as MUCH screen space as you can to produce maximum efficiency, then xmonad is your WM to turn to!
For instance, this is my screen when mildly busy, I am in 5 IRC rooms as well as watching a movie and can compile something too! Not amazing you say? Well here is the thing, it is all on a 13" screen!



Xmonad

import XMonad
import XMonad.Hooks.DynamicLog
import XMonad.Hooks.ManageDocks
import XMonad.Util.Run(spawnPipe)
import XMonad.Util.EZConfig(additionalKeys)
import System.IO
import XMonad.Actions.SpawnOn

myManageHook = composeAll
    [ className =? "Gimp"      --> doFloat
    , className =? "Vncviewer" --> doFloat
    ]

main = do
    xmproc <- spawnPipe "/usr/bin/xmobar ~/xmobarrc"
    xmonad $ defaultConfig
        { manageHook = manageDocks <+> myManageHook -- make sure to include myManageHook definition from above
                        <+> manageHook defaultConfig
        , layoutHook = avoidStruts  $  layoutHook defaultConfig
        , logHook = dynamicLogWithPP xmobarPP
                        { ppOutput = hPutStrLn xmproc
                        , ppTitle = xmobarColor "#868686" "" . shorten 50
                        }
        , modMask = mod4Mask     -- Rebind Mod to the Windows key
        } `additionalKeys`
        [ ((mod4Mask .|. shiftMask, xK_z), spawn "xscreensaver-command -lock")
        , ((controlMask, xK_Print), spawn "")
        , ((0, xK_Print), spawn "")
        , ((mod4Mask, xK_i), spawn "iceweasel")
        , ((mod4Mask .|. shiftMask, xK_Return), spawn "terminator")
        , ((mod4Mask, xK_w), spawn "xterm -exec weechat")
        , ((mod4Mask, xK_e), spawn "emacs")
        , ((mod4Mask, xK_x), spawn "xchat")
        , ((mod4Mask, xK_c), kill)
        , ((mod4Mask, xK_g), spawn "geany")
        , ((mod4Mask, xK_v), spawn "vlc")
        , ((mod4Mask, xK_0), spawn "scrot")
        , ((mod4Mask, xK_f), spawn "thunar")
        ]


Xmobar

Config { font = "xft:inconsolata-9:medium"
       , bgColor = "#000000"
       , fgColor = "#93ADBC"
       , position = TopW R 100
       , lowerOnStart = True
       , commands = [ Run Weather "KMWA" ["-t"," <station>: <tempF>F","-L","60","-H","85","--normal","green","--high","red","--low","lightblue"] 36000
                    , Run Cpu ["-L","3","-H","80","--normal","green","--high","red"] 10
                    , Run Memory ["-t","Mem: <usedratio>%"] 10
                    , Run Swap [] 10
                    , Run Network "wlan0" ["-L","0","-H","300","--normal","green","--high","red"] 10
                    , Run Date "%a %b %_d | %l:%M %p" "date" 10
                    , Run Com "~/.xmonad/get-volume" [] "Sound" 10
                    , Run StdinReader
                    ]
       , sepChar = "%"
       , alignSep = "}{"
       , template = "<fc=#695DFF>%StdinReader%</fc> }{ <fc=#00FF22>%cpu%</fc> | <fc=#6200C4>%memory%</fc> | <fc=#F2FF00>%wlan0%</fc> | <fc=#FFFFFF>%KMWA%</fc>  | <fc=#FFFFFF>%date%</fc>"
       }
#35
Come on we can do better than that! :P



Xmonad + xmobar
#36
How To's / Re: VSIDO on a macbook 2,1 early 07 model
September 14, 2013, 11:58:50 PM
Ah great! Thanks dizzie. I tried looking for boot error logs awhile ago but couldn't find anything about them heh.
#37
Artwork & Screenshots / Re: September 2013 Screenshots
September 14, 2013, 11:09:47 PM
Xmonad in VSIDO! Hehehe enjoy iiiiittttt, BASK in the sweet simplicity.



OH and vastone that sounds great! I love that in screenfetch is says VSIDO 2 VELOCIRAPTOR :D
#38
How To's / Re: VSIDO on a macbook 2,1 early 07 model
September 14, 2013, 11:04:31 PM
Yes dizzie I have done modprobe for the i915 driver and it gives me no output but I assume that means it is found.

It seems the res is fixed, I have booted a few times and it has stayed native res, BUT! I know have a random kernel panic on boots at random intervals REGARDING the i915 driver soooo I will be working on chasing down the time sequence on booting I suppose. :D
#39
How To's / Re: VSIDO on a macbook 2,1 early 07 model
September 14, 2013, 08:28:42 PM
:D It was def. a project but I enjoyed it and hey, a bit of learning goes a long way!
#40
Artwork & Screenshots / Re: September 2013 Screenshots
September 14, 2013, 01:18:51 AM
Here is one of my usual wm xmonad :D Got it working in ubuntu the way I wanted finally! Hah. Now to try it in VSIDO when I get it zippin along. ;)

#41
Artwork & Screenshots / Re: September 2013 Screenshots
September 14, 2013, 01:12:39 AM
Quote from: dizzie on September 13, 2013, 11:20:53 PM
cheers!


And if you ask nicely, i'll share my configs for .Xdefaults vim weechat(with plugins) and i3(with conky)


Latest scrot to show off :





That weechat is awesome :D I wonder if I can impliment /window splith+v effectively ;D
#42
Media Room / Re: Just listened to
September 13, 2013, 03:42:11 PM
I am a bowie fan so I listen to a lot of him xD

David Bowie - The man who sold the world.
#43
Artwork & Screenshots / Re: September 2013 Screenshots
September 13, 2013, 03:39:54 PM
Quote from: dizzie on September 13, 2013, 11:39:20 AM


Very nice dizzie! I like :D The background sets it off!
#44
Artwork & Screenshots / Re: September 2013 Screenshots
September 13, 2013, 01:49:43 AM
Though I HAVE vsido installed xD THIS is my ubuntu setup heh.

#45
I REALLY like default xmonad minus the custom binds for app execs ;) so I am I think...too afraid to try this xD