You are not logged in.
Offline
Offline
Offline
my june shot:
enjoy
Looking cool! Can you tell me what WM and GTK themes you're using?
Offline
hBd wrote:my june shot:
enjoyLooking cool! Can you tell me what WM and GTK themes you're using?
Gnome and Murrine X 3
Offline
Wallpaper: http://interfacelift.com/wallpaper_beta … ation.html
More info in second screenshot.
Offline
Continuing my anime inspired desktop:
Clean:
Dirty:
Most info in Dirty screenshot.
************
Edit:
I decided that I really did not care for the font, even if it looked Asian, and the lack of CPU/RAM usage bothered me. So I added a second conky and switched out the fonts.
Here's the new one:
Clean:
Dirty:
Last edited by LeoSolaris (2009-06-14 20:06:20)
I keep getting distracted from my webserver project...
huh? oooh... shiny!
Offline
Joel-san wrote:hBd wrote:my june shot:
enjoy ;)Looking cool! Can you tell me what WM and GTK themes you're using?
Gnome and Murrine X 3
Thanks! I was trying to ask you what is the window manager theme you're using in addition to the GTK theme. Pointing me to Murrine X 3 got me plenty far with enhancing my desktop. Having that window manager theme as well would really be the icing on top.
@weakhead: You got Helsinki railway station there. :)
Offline
Nothing changed realy since last month, just some minor changes (work in progress, fiddling around with .Xdefaults).
WM: Openbox
WM Theme: Dragonaut (with modified colors)
GTK Theme: Brushed
Icons: Polar Icons 2
Font: Sansation
Panel: BMPanel (with modified colors)
clean:
dirty:
Arch x86_64 on HP 6820s and on HP nx9420. Registered Linux User 350155, since 24-03-2004
"Everyone said that it could not be done, until someone came along who didn't know that."
Offline
@weakhead: You got Helsinki railway station there.
That's right. This wall is good for my eyes
Offline
…
What anime is that wallpaper from?
Offline
My new machine running dwm
http://g.imagehost.org/t/0368/2009-06-1 … _scrot.jpg http://g.imagehost.org/t/0371/2009-06-1 … _scrot.jpg
Mmmm Ergo Proxy! Nice Clean desktop too
Offline
Thanks
fortune | cowsay -f tux
Offline
Offline
My new machine running dwm
http://g.imagehost.org/t/0368/2009-06-1 … _scrot.jpg http://g.imagehost.org/t/0371/2009-06-1 … _scrot.jpg
Nice wallpaper .. link please.
thanx, Freek
there's no business like .. your own business
Offline
LeoSolaris wrote:…
What anime is that wallpaper from?
It's from 07-Ghost. You could check it out at dattebayo if you want, or from kumby if you just want to stream it. It's fun, and has a pretty good mix of fun and seriousness.
Which reminds me, I have a couple of them I have not watched yet! No time like the present.
I keep getting distracted from my webserver project...
huh? oooh... shiny!
Offline
Dfizzle wrote:clean
http://omploader.org/tMXQ2aw
dirty
http://omploader.org/tMXQ2bA
basic openbox setupWallpaper please?
http://all-one-line.deviantart.com/art/ … -124526152 there you go, sorry for being late
Thinkpad L450 | Thinkpad L440 | mITX for life
Offline
http://th01.deviantart.net/fs47/300W/f/ … brenix.jpg
Just reloaded Arch and started using xmonad from awesome and liking it alot. Arch just keeps getting better..
Could I see your xmobarrc and and your config please?
xmonad @ Arch + zsh
dwm @ freeBSD +zsh
Registered linux user #495331
http://dawix-net.bluefile.cz
Offline
Barrucadu wrote:LeoSolaris wrote:…
What anime is that wallpaper from?
It's from 07-Ghost. You could check it out at dattebayo if you want, or from kumby if you just want to stream it. It's fun, and has a pretty good mix of fun and seriousness.
Which reminds me, I have a couple of them I have not watched yet! No time like the present.
No it's not from 07-Ghost, it's from Gekkou no Carnevale which is a Visual Novel:
http://en.wikipedia.org/wiki/Gekk%C5%8D_no_Carnevale
You can see the girl on the main page: http://www.nitroplus.co.jp/pc/lineup/in … ndex_.html
Offline
DWM 5.6 on my Funtoo
Your link is broken
Offline
brenix wrote:http://th01.deviantart.net/fs47/300W/f/ … brenix.jpg
Just reloaded Arch and started using xmonad from awesome and liking it alot. Arch just keeps getting better..
Could I see your xmobarrc and and your config please?
Its a bit sloppy as i dont know the haskell language too well..but it works . Note that im using the xmonad-darcs from the aur..
.xmobarrc
Config { font = "xft:monaco-8"
, bgColor = "#171717"
, fgColor = "#ececec"
, position = Top
, lowerOnStart = True
, commands = [ Run Network "ath0" ["-L","0","-H","32","--normal","#429942","--high","#A36666"] 10
, Run Com "iwgetid" ["-r"] "essid" 50
, Run Com "ifconfig" ["ath0 | grep 'inet addr:' | cut -d: -f2 | awk '{ print $1}'"] "ipaddr" 50
, Run Network "eth0" ["-L","0","-H","32","--normal","#429942","--high","#A36666"] 10
, Run Cpu ["-L","3","-H","50","--normal","#429942","--high","#A36666"] 10
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Date "%a %b %_d, %Y - %I:%M:%S" "date" 10
, Run Battery ["-t", "Batt: <left>"] 10
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = " %StdinReader% }{<fc=#0b8bff>[</fc>%battery%<fc=#0b8bff>]</fc> <fc=#0b8bff>[</fc>%cpu%<fc=#0b8bff>]</fc> <fc=#0b8bff>[</fc>%memory%<fc=#0b8bff>]</fc> <fc=#0b8bff>[</fc>%ath0%<fc=#0b8bff>]</fc> <fc=#0b8bff>[</fc>essid: %essid%<fc=#0b8bff>]</fc> <fc=#0b8bff>[</fc>ip: %ipaddr%<fc=#0b8bff>]</fc> -- <fc=#0b8bff>[</fc>%date%<fc=#0b8bff>]</fc> "
}
xmonad.hs
{- xmonad.hs
- Author: brenix (modified) original source: 'Mr.Elendig'
- Version: 0.0.9
-}
-------------------------------------------------------------------------------
-- Imports --
-- stuff
import XMonad
import qualified XMonad.StackSet as W
import qualified Data.Map as M
import System.Exit
import Graphics.X11.Xlib
import IO (Handle, hPutStrLn)
-- utils
import XMonad.Util.Run (spawnPipe)
-- hooks
import XMonad.Hooks.ManageDocks
import XMonad.Hooks.DynamicLog
-- layouts
import XMonad.Layout.NoBorders
import XMonad.Layout.ResizableTile
-------------------------------------------------------------------------------
-- Main --
main = do
h <- spawnPipe "xmobar"
xmonad $ defaultConfig
{ workspaces = workspaces'
, modMask = modMask'
, borderWidth = borderWidth'
, normalBorderColor = normalBorderColor'
, focusedBorderColor = focusedBorderColor'
, terminal = terminal'
, keys = keys'
, logHook = logHook' h
, layoutHook = layoutHook'
, manageHook = manageHook'
}
-------------------------------------------------------------------------------
-- Hooks --
manageHook' :: ManageHook
manageHook' = (doF W.swapDown) <+> manageHook defaultConfig <+> manageDocks
logHook' :: Handle -> X ()
logHook' h = dynamicLogWithPP $ customPP { ppOutput = hPutStrLn h }
layoutHook' = customLayout
-------------------------------------------------------------------------------
-- Looks --
-- bar
customPP :: PP
customPP = defaultPP { ppCurrent = xmobarColor "#0b8bff" ""
, ppTitle = shorten 10
, ppSep = "<fc=#AFAF87> | </fc>"
, ppHiddenNoWindows = xmobarColor "#ececec" ""
, ppUrgent = xmobarColor "#FFFFAF" "" . wrap "[" "]"
}
-- borders
borderWidth' :: Dimension
borderWidth' = 1
normalBorderColor', focusedBorderColor' :: String
normalBorderColor' = "#333333"
focusedBorderColor' = "#0775a8"
-- workspaces
workspaces' :: [WorkspaceId]
workspaces' = ["01-hacking ", "02-web ", "03-media ", "04-virtualbox "]
-- layouts
customLayout = avoidStruts $ smartBorders tiled ||| smartBorders (Mirror tiled) ||| noBorders Full
where
tiled = ResizableTall 1 (2/100) (1/2) []
-------------------------------------------------------------------------------
-- Terminal --
terminal' :: String
terminal' = "urxvtc"
-------------------------------------------------------------------------------
-- Keys/Button bindings --
-- modmask
modMask' :: KeyMask
modMask' = mod1Mask
-- keys
keys' :: XConfig Layout -> M.Map (KeyMask, KeySym) (X ())
keys' conf@(XConfig {XMonad.modMask = modMask}) = M.fromList $
-- launching and killing programs
[ ((modMask, xK_Return), spawn $ XMonad.terminal conf)
, ((modMask, xK_p ), spawn "pcmanfm")
, ((modMask .|. shiftMask, xK_f ), spawn "firefox-beta")
, ((modMask .|. shiftMask, xK_p ), spawn "gmrun")
, ((modMask .|. shiftMask, xK_c ), kill)
, ((modMask .|. shiftMask, xK_m ), spawn "firefox-beta gmail.com")
, ((modMask, xK_r ), spawn "gmrun")
-- layouts
, ((modMask, xK_space ), sendMessage NextLayout)
, ((modMask .|. shiftMask, xK_space ), setLayout $ XMonad.layoutHook conf)
, ((modMask, xK_b ), sendMessage ToggleStruts)
-- floating layer stuff
, ((modMask, xK_t ), withFocused $ windows . W.sink)
-- refresh
, ((modMask, xK_n ), refresh)
-- focus
, ((modMask, xK_Tab ), windows W.focusDown)
, ((modMask, xK_j ), windows W.focusDown)
, ((modMask, xK_k ), windows W.focusUp)
, ((modMask, xK_m ), windows W.focusMaster)
-- swapping
, ((modMask .|. shiftMask, xK_Return), windows W.swapMaster)
, ((modMask .|. shiftMask, xK_j ), windows W.swapDown )
, ((modMask .|. shiftMask, xK_k ), windows W.swapUp )
-- increase or decrease number of windows in the master area
, ((modMask , xK_comma ), sendMessage (IncMasterN 1))
, ((modMask , xK_period), sendMessage (IncMasterN (-1)))
-- resizing
, ((modMask, xK_h ), sendMessage Shrink)
, ((modMask, xK_l ), sendMessage Expand)
, ((modMask .|. shiftMask, xK_h ), sendMessage MirrorShrink)
, ((modMask .|. shiftMask, xK_l ), sendMessage MirrorExpand)
-- mpd controls
, ((modMask .|. controlMask, xK_h ), spawn "mpc prev")
, ((modMask .|. controlMask, xK_t ), spawn "mpc pause")
, ((modMask .|. controlMask, xK_n ), spawn "mpc play")
, ((modMask .|. controlMask, xK_s ), spawn "mpc next")
, ((modMask .|. controlMask, xK_g ), spawn "mpc seek -2%")
, ((modMask .|. controlMask, xK_c ), spawn "mpc volume -4")
, ((modMask .|. controlMask, xK_r ), spawn "mpc volume +4")
, ((modMask .|. controlMask, xK_l ), spawn "mpc seek +2%")
-- quit, or restart
, ((modMask .|. shiftMask, xK_q ), io (exitWith ExitSuccess))
, ((modMask , xK_q ), restart "xmonad" True)
]
++
-- mod-[1..9] %! Switch to workspace N
-- mod-shift-[1..9] %! Move client to workspace N
[((m .|. modMask, k), windows $ f i)
| (i, k) <- zip (XMonad.workspaces conf) [xK_1 .. xK_9]
, (f, m) <- [(W.greedyView, 0), (W.shift, shiftMask)]]
Im Putting these configs on my github shortly. Ill add the link to my signature when done..
Offline
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline