You are not logged in.

#26 2011-01-02 02:21:51

lifeafter2am
Member
From: 127.0.0.1
Registered: 2009-06-10
Posts: 1,332

Re: January 2011 Screenshots

Aeva wrote:

After changing window managers for THE THIRD TIME, I appear to have found the one I like best, XMonad.

Clean:
vNnQ4YQ

Busy:
vNnQ4Yw

Nice choice in WM; and excellent choice in anime wallpaper.  big_smile

Care to share?


#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.

Offline

#27 2011-01-02 02:43:55

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: January 2011 Screenshots

scrot20110102031046.th.png

Offline

#28 2011-01-02 03:00:16

Janax
Member
From: Iowa
Registered: 2007-05-21
Posts: 86

Re: January 2011 Screenshots

brenix wrote:

Haven't posted for a while.. Been messing around with the infinality font rendering and finally got it to what I like..
http://th04.deviantart.net/fs71/150/i/2 … 367cma.png

Looks great!  Can you please post your fontconfig?  I'd like a couple hints for finally getting my own config straightened out...

Offline

#29 2011-01-02 03:18:25

brenix
Member
From: California
Registered: 2008-03-05
Posts: 185

Re: January 2011 Screenshots

Janax wrote:

Looks great!  Can you please post your fontconfig?  I'd like a couple hints for finally getting my own config straightened out...

Yea, there was a few things I did, but the main steps I took was
1. Install freetype2-infinality
2. Downloaded this fontconfig file from Infinality.net and copied it over to /etc/fonts/local.conf
3. In my Xdefaults/Xresources, I have the following code:

Xft.dpi:        96
Xft.antialias:  1 
Xft.rgba:       rgb
Xft.hinting:    1
Xft.autohint:   0
Xft.hintstyle:  hintslight
Xft.lcdfilter:  lcddefault

4. Messed around with the symlinks in  /etc/fonts/conf.d ...Heres the output of that directory:

10-antialias.conf@
10-autohint.conf@
10-hinting.conf@
10-hinting-slight.conf@
10-sub-pixel-rgb.conf@
11-lcd-filter-lcddefault.conf@
20-fix-globaladvance.conf@
20-unhint-small-vera.conf@
29-replace-bitmap-fonts.conf@
30-metric-aliases.conf@
30-urw-aliases.conf@
40-nonlatin.conf@
45-latin.conf@
49-sansserif.conf@
50-user.conf@
51-local.conf@
60-latin.conf@
65-fonts-persian.conf@
65-nonlatin.conf@
69-unifont.conf@
70-force-bitmaps.conf@
70-yes-bitmaps.conf@
80-delicious.conf@
90-synthetic.conf@

Offline

#30 2011-01-02 04:55:42

ibnarrashid
Member
From: New York
Registered: 2010-01-14
Posts: 21
Website

Re: January 2011 Screenshots

A simple one this time on my laptop,


cfc38a113382129.gif

Incredibly difficult to find nice wallpapers for 1366x768 for some reason, or I just haven't looked at the right places...

This one I got from: http://jootix.com/upload/DesktopWallpap … 66x768.jpg

Last edited by ibnarrashid (2011-01-02 04:56:50)

Offline

#31 2011-01-02 05:55:06

w1ntermute
Member
Registered: 2009-06-28
Posts: 146

Re: January 2011 Screenshots

Aeva wrote:

After changing window managers for THE THIRD TIME, I appear to have found the one I like best, XMonad.

Clean:
vNnQ4YQ

Busy:
vNnQ4Zw

Can you please post your xmonad.hs?

Thanks!

Offline

#32 2011-01-02 06:57:56

Skyalmian
Member
Registered: 2009-06-28
Posts: 121

Re: January 2011 Screenshots

I redid the top Conky...

Last edited by Skyalmian (2011-10-07 19:32:07)

Offline

#33 2011-01-02 08:41:27

scorpdevil
Member
Registered: 2010-03-29
Posts: 29

Re: January 2011 Screenshots

happynewyear2alldeviant.th.png

Uploaded with ImageShack.us

Back again !

Happy New Year to all of you.

Offline

#34 2011-01-02 09:36:17

aakos23
Member
From: Hungary
Registered: 2009-09-11
Posts: 38

Re: January 2011 Screenshots

2011010212939602001280x.th.png

Clean

2011010212939602751280x.th.png

Dirty

Archbang

Offline

#35 2011-01-02 10:28:48

Loafers
Member
Registered: 2009-11-01
Posts: 92

Re: January 2011 Screenshots

tNnRibw

Finally got the chance to install arch on my relatively new desktop.  Was trying out speed dial on firefox.  The colors should be much brighter, dunno what happened after I uploaded it sad

Right now still need a terminal color scheme.

For the curious:
openbox theme: shiki colors dust
gtk theme: shiki colors dust
icone theme: gnome colors
cursor theme: pinux pcircle
panel: xfce4
font: dejavu sans mono

Last edited by Loafers (2011-01-02 10:29:09)

Offline

#36 2011-01-02 10:55:13

Aeva
Member
Registered: 2010-12-01
Posts: 29

Re: January 2011 Screenshots

Thanks, and here you go. ^^

Wallpaper: http://ompldr.org/vNnRjYg
(I was pleasantly surprised to actually find it in my native resolution for once)

XMonad.hs:

-- Imports {{{

import XMonad
import System.Exit
import System.IO
import qualified XMonad.StackSet as W
import qualified Data.Map as M
-- actions
import XMonad.Actions.CycleWS
import XMonad.Actions.GridSelect
-- configs
import XMonad.Config.Azerty
-- layouts
import XMonad.Layout.Grid
import XMonad.Layout.NoBorders
import XMonad.Layout.Spacing
-- hooks
import XMonad.Hooks.DynamicLog
import XMonad.Hooks.ManageDocks
-- utils
import XMonad.Util.EZConfig
import XMonad.Util.Run

-- }}}

-- The basics {{{

myTerminal      = "urxvt"
myFocusFollowsMouse :: Bool
myFocusFollowsMouse = True
myBorderWidth   = 2
myModMask       = mod4Mask
myWorkspaces    = ["1:main","2:www","3:progr","4:fm","5:chat","6:media","7:terms","8:other"]
myFocusedBorderColor = "#800000" -- "#26A96F"

-- }}}

-- Taskbar config {{{

myDzenPP h = defaultPP
    { ppCurrent         = dzenColor myFFGColor myFBGColor . wrap (" ^fg(" ++ myFFGColor ++ ")^i(" ++ myIconDir ++ "/xbm8x8/eye_l.xbm)" ++ " ^fg(" ++ myFFGColor ++ ")") " "
    , ppVisible         = dzenColor myVFGColor myVBGColor . wrap (" ^fg(" ++ myVFGColor ++ ")^i(" ++ myIconDir ++ "/xbm8x8/eye_r.xbm)" ++ " ^fg(" ++ myVFGColor ++ ")") " "
    , ppHidden          = dzenColor myDFGColor myDBGColor . wrap (" ^i(" ++ myIconDir ++ "/dzen_bitmaps/has_win.xbm) ") " "
    , ppHiddenNoWindows = dzenColor myDFGColor myDBGColor . wrap (" ^i(" ++ myIconDir ++ "/dzen_bitmaps/has_win_nv.xbm) ") " "
    , ppUrgent          = dzenColor myUFGColor myUBGColor . wrap (" ^i(" ++ myIconDir ++ "/xbm8x8/info_03.xbm) ") " " . dzenStrip
    , ppWsSep           = ""
    , ppSep             = " | "
    , ppLayout          = dzenColor myDFGColor myDBGColor .
                          (\x -> case x of
                          "Full"            -> "^fg(" ++ myDFGColor ++ ")^i(" ++ myIconDir ++ "/dzen_bitmaps/full.xbm)"
                          "Spacing 10 Grid" -> "^fg(" ++ myDFGColor ++ ")^i(" ++ myIconDir ++ "/dzen_bitmaps/mtall.xbm)"
                          "Spacing 10 Tall" -> "^fg(" ++ myDFGColor ++ ")^i(" ++ myIconDir ++ "/dzen_bitmaps/tall.xbm)"
                          _                 -> x
                          )
    , ppTitle           = (" " ++) . dzenColor myDFGColor myDBGColor . dzenEscape
    , ppOutput          = hPutStrLn h 
    }

myDFGColor = "#ffffff" -- normal text color; white
myDBGColor = "#292929" -- normal bg color, black
myFFGColor = myDFGColor -- highlighted bg color, black
myFBGColor = "#800000" -- highlighted text color, green #26A96F
myVFGColor = "#8abfb0"
myVBGColor = "#3b848c"
myUFGColor = "#4390B1"
myUBGColor = "#d91e0d"
myIFGColor = "#8abfd0"
myIBGColor = myDBGColor
mySColor   = myDFGColor

myStatusBar = "dzen2 -x '0' -y '0' -h '20' -w '1150' -ta 'l' -bg '" ++ myDBGColor ++ "' -fn '" ++ myFont ++ "'"
myTrayBar = "/home/lilith/.xmonad/traybarscript.zsh | dzen2 -x '1150' -y '0' -h '20' -ta 'r' -bg '" ++ myDBGColor ++ "' -fg '" ++ myDFGColor ++ "' -fn '" ++ myFont ++ "'"
myBottomBar = "conky -c ~/.conky_bottom | dzen2 -x '0' -y '880' -h '20' -ta 'c' -bg '" ++ myDBGColor ++ "' -fg '" ++ myDFGColor ++ "' -fn '" ++ myFont ++ "'"
myIconDir = "/home/lilith/.dzen/"

myFont = "-*-liberation mono-medium-r-normal-*-10-*-*-*-*-*-*-*"

-- }}}

-- Keyboard bindings {{{

myKeys = [ ("M-e", goToSelected defaultGSConfig)
         , ("M-<Right>", nextWS)
         , ("M-<Left>", prevWS)
         , ("M-S-<Right>", shiftToNext)
         , ("M-S-<Left>", shiftToPrev)
         ]
         
-- }}}

-- Hooks & Layouts {{{

myLayoutHook = tiled ||| grid ||| full
  where
    tiled = spacing 10 $ Tall nmaster delta ratio
    nmaster = 1
    ratio = 1/2
    delta = 3/100
    grid = spacing 10 $ Grid
    full = noBorders $ Full

myManageHook = ( composeAll . concat $
    [ [className =? floats              --> doFloat | floats <- myFloats]
    , [className =? webs                --> doF (W.shift "2:www") | webs <- myWebShifts]
    , [className =? files               --> doF (W.shift "4:fm") | files <- myFileShifts]
    , [className =? chats               --> doF (W.shift "5:chat") | chats <- myChatShifts]
    , [className =? media               --> doF (W.shift "6:media") | media <- myMediaShifts]
    , [title     =? "irssi"             --> doShift "5:chat"]
    , [title     =? "ncmpcpp"           --> doShift "7:terms"]
    , [resource  =? "desktop_window"    --> doIgnore] -- ignore
    , [resource  =? "kdesktop"          --> doIgnore]
    ])

    where
        
        role = "WM_CLASS"
        name = "WM_CLASSNAME"

        myFloats        = ["Gimp", "MPlayer", "Pidgin", "Skype", "Transmission-gtk"]
        myWebShifts     = ["Chromium", "Firefox", "Namoroka", "Opera"]
        myFileShifts    = ["Claws-mail", "File-roller", "Thunar", "Transmission-gtk"]
        myChatShifts    = ["Pidgin", "Skype"]
        myMediaShifts   = ["MPlayer", "Wine"]

-- }}}

-- Main {{{

main = do
    dzen <- spawnPipe myStatusBar
    tray <- spawnPipe myTrayBar
    bottom <- spawnPipe myBottomBar
    programs <- spawnPipe "sh /home/lilith/.xmonad/autostart.sh"
    xmonad $ azertyConfig {
       -- the basics
        terminal = myTerminal,
        focusFollowsMouse = myFocusFollowsMouse,
        borderWidth = myBorderWidth,
        modMask = myModMask,
        workspaces = myWorkspaces,
        focusedBorderColor = myFocusedBorderColor,
       -- hooks & layouts
        layoutHook = avoidStruts $ myLayoutHook,
        manageHook = myManageHook,
        logHook = (dynamicLogWithPP $ myDzenPP dzen)
    } `additionalKeysP` myKeys

-- }}}
-- vim:foldmethod=marker sw=4 sts=4 ts=4 tw=0 et ai nowrap

Offline

#37 2011-01-02 11:14:31

mikesd
Member
From: Australia
Registered: 2008-02-01
Posts: 788
Website

Re: January 2011 Screenshots

First screen shot for the new year. Not much has changed. Nice and clean. Configs in my sig.

2011-01-02-211734_336x105_scrot-thumb.png

Offline

#38 2011-01-02 11:38:03

jambus85
Member
Registered: 2010-11-18
Posts: 6

Re: January 2011 Screenshots


What GTK theme is that?

Offline

#39 2011-01-02 13:30:33

k3ttc4r
Member
From: around somewhere
Registered: 2008-12-28
Posts: 137
Website

Re: January 2011 Screenshots

Small updates from last years:

Clean:
2011-01-02_20-30-thumb.png

Dirrty:
2011-01-02_20-26-thumb.png

Wallpaper: ThaCrease + some floral wall
Font: lime (artwiz pack)
Icons: sm4tik's 8x8


arch64   ||   github | dotshare | blog

Offline

#40 2011-01-02 15:10:03

Alm
Member
Registered: 2010-09-15
Posts: 64

Re: January 2011 Screenshots

^ Can you share your .Xdefaults please?


See, you're unpacking.

Offline

#41 2011-01-02 15:19:38

k3ttc4r
Member
From: around somewhere
Registered: 2008-12-28
Posts: 137
Website

Re: January 2011 Screenshots

Alm wrote:

^ Can you share your .Xdefaults please?

Sure thing:
@github


arch64   ||   github | dotshare | blog

Offline

#42 2011-01-02 16:22:42

ANOKNUSA
Member
Registered: 2010-10-22
Posts: 2,141

Re: January 2011 Screenshots

tNnRoNAtNnNzcAtNnNzcQ

Been playing with KDE's window tiling.  Still some bugs to work out, but for the most part it's awesome.

Offline

#43 2011-01-02 21:28:31

aleks223
Member
Registered: 2010-03-27
Posts: 178
Website

Re: January 2011 Screenshots

k3ttc4r wrote:

Small updates from last years:
Wallpaper: ThaCrease + some floral wall
Font: lime (artwiz pack)
Icons: sm4tik's 8x8

Do you mind sharing your weechat config (layout) ?

Offline

#44 2011-01-03 00:11:31

Alm
Member
Registered: 2010-09-15
Posts: 64

Re: January 2011 Screenshots

k3ttc4r wrote:
Alm wrote:

^ Can you share your .Xdefaults please?

Sure thing:
@github

Thanks smile


See, you're unpacking.

Offline

#45 2011-01-03 00:19:37

k3ttc4r
Member
From: around somewhere
Registered: 2008-12-28
Posts: 137
Website

Re: January 2011 Screenshots

aleks223 wrote:
k3ttc4r wrote:

Small updates from last years:
Wallpaper: ThaCrease + some floral wall
Font: lime (artwiz pack)
Icons: sm4tik's 8x8

Do you mind sharing your weechat config (layout) ?

Sure


arch64   ||   github | dotshare | blog

Offline

#46 2011-01-03 00:59:43

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: January 2011 Screenshots

k3ttc4r wrote:
aleks223 wrote:
k3ttc4r wrote:

Small updates from last years:
Wallpaper: ThaCrease + some floral wall
Font: lime (artwiz pack)
Icons: sm4tik's 8x8

Do you mind sharing your weechat config (layout) ?

Sure

...and, while you are updating your github, could you add your ncmpcpp config? smile


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#47 2011-01-03 01:45:34

k3ttc4r
Member
From: around somewhere
Registered: 2008-12-28
Posts: 137
Website

Re: January 2011 Screenshots

jasonwryan wrote:
k3ttc4r wrote:
aleks223 wrote:

Do you mind sharing your weechat config (layout) ?

Sure

...and, while you are updating your github, could you add your ncmpcpp config? smile

I'll see what I can do

"maybe I should just push all my dots now"
quote by Justin Case

Last edited by k3ttc4r (2011-01-03 01:46:15)


arch64   ||   github | dotshare | blog

Offline

#48 2011-01-03 02:08:33

adrianc
Member
Registered: 2006-12-08
Posts: 40

Re: January 2011 Screenshots

snapshot2di.th.png

Offline

#49 2011-01-03 02:13:41

Daisuke_Aramaki
Member
From: ++49/711
Registered: 2008-10-06
Posts: 651
Website

Re: January 2011 Screenshots

k3ttc4r wrote:

*snip

Weird Clock display. Looks like its the year 2026!

Nothin much has changed in the new year here.

Clean

tNnRveg

Busy

tNnRveQ


"You know what I found? Right in the kernel, in the heart of the operating system, I found a developer's comment that said, `Does this belong here?`" -- Simon Lok about Linux kernel in 2005
Reflections on the Strange and the not so Strange
http://skinwalker.wordpress.com

Offline

#50 2011-01-03 02:33:42

k3ttc4r
Member
From: around somewhere
Registered: 2008-12-28
Posts: 137
Website

Re: January 2011 Screenshots

Daisuke_Aramaki wrote:

Weird Clock display. Looks like its the year 2026!

It's not? Aw crap... then I guess my money in the bank hasn't earned that much interest yet. Better cancel that order on the Porsche.
But no, seriously - it works for me. Punctuation is a waste of valuable screen estate big_smile

Btw, your shot's just great, as usual. I always love your colors (*hint?*)


arch64   ||   github | dotshare | blog

Offline

Board footer

Powered by FluxBB