You are not logged in.
Nice choice in WM; and excellent choice in anime wallpaper.
Care to share?
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline
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
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
A simple one this time on my laptop,
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
I redid the top Conky...
Last edited by Skyalmian (2011-10-07 19:32:07)
Offline
Offline
Offline
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
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
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
Offline
^ Can you share your .Xdefaults please?
See, you're unpacking.
Offline
Been playing with KDE's window tiling. Still some bugs to work out, but for the most part it's awesome.
Offline
Alm wrote:^ Can you share your .Xdefaults please?
Sure thing:
@github
Thanks
See, you're unpacking.
Offline
Offline
...and, while you are updating your github, could you add your ncmpcpp config?
Offline
k3ttc4r wrote:aleks223 wrote:Do you mind sharing your weechat config (layout) ?
...and, while you are updating your github, could you add your ncmpcpp config?
"maybe I should just push all my dots now"
quote by Justin Case
Last edited by k3ttc4r (2011-01-03 01:46:15)
Offline
*snip
Weird Clock display. Looks like its the year 2026!
Nothin much has changed in the new year here.
Clean
Busy
"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
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
Btw, your shot's just great, as usual. I always love your colors (*hint?*)
Offline