You are not logged in.
Offline
Configuring wmii from scratch can be difficult indeed. Thankfully, my Ruby configuration takes away most of the pain! :cool: Try it sometime. Several people use it already.
Well, it will be helpful the next time =) Thank you.
I like your wmii colorscheme -- do you still have it somewhere in your Git history?
If you are asking for terminal colorscheme, I've just upload to my dotfiles repo as "orangish" in .xcolours
If you are asking for wmii "theme":
# Colors tuples: "<text> <background> <border>"
export WMII_NORMCOLORS='#9d9d9d #1b1b1b #3a3a3a'
export WMII_FOCUSCOLORS='#ffac18 #2c2c2c #000000'
export WMII_BACKGROUND='#333333'
And your external status bar (conky? dzen?) looks fancier than mine (I use wmii's native status bar with Unicode text for icons) but I don't know if yours has the same level of interact-ability (mouse clicks) as wmii's native status bar.
Yes, It's conky+dzen2 combo. About the interact-ability status bar... "sadly", no. I'm not into mouse-driven way except for image editing and music production Software, so I just need status bar for monitoring.
Here it is: http://pastie.org/1136275
arst
Offline
Offline
Offline
What ob theme and gtk theme is that?
Offline
gtk-theme= Neutronium Gilouche http://gnome-look.org/content/show.php/ … tent=66005
gtk-icon-theme-name= AwOken
ob theme = Mirav2 http://opendesktop.org/content/show.php … ent=117924
Offline
gtk-theme= Neutronium Gilouche http://gnome-look.org/content/show.php/ … tent=66005
gtk-icon-theme-name= AwOken
ob theme = Mirav2 http://opendesktop.org/content/show.php … ent=117924
Thanks appreciate it
Offline
http://imgur.com/a/uktws
Openbox stand alone.
GTK: Equinox
Icons: area o.43
Mouse cursors: Left handed Flatbed cursors
Openbox theme: Turquoise Night Ob
Please make Autocad Civil 3d and Archicad work on Linux! Please make Autocad Civil 3d and Archicad work on Linux! Please make Autocad Civil 3d and Archicad work on Linux! Please make Autocad Civil 3d and Archicad work on Linux! Please make Autocad Civil 3d and Archicad work on Linux! Please make Autocad Civil 3d and Archicad work on Linux! Please make Autocad Civil 3d and Archicad work on Linux!
Offline
http://imagetitan.net/thumb-8D68_4DC7C92E.jpg
Openbox,bmpanel2,conky
bmpanel2 theme please?
Offline
Offline
Offline
@tacticalbread: do you mind sharing your rc.lua?
Offline
may update
gnome 3
gnome shell, gtk2, gtk3: atlom
gnome shell theme lighty modify, specially the colors and height
faenza-darkest iconsa few gnome shell estensions, as "activities icon"
http://ompldr.org/tOG10dQ http://ompldr.org/tOG10dg http://ompldr.org/tOG10dw
How did you remove the window borders?
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
I haven't posted on of these in a while. I decided i wanted to try out xmonad with xfce, I think the result turned out pretty nice.
Could I see your xmonad.hs if you're using 4.8? I've tried getting this to work but always fall short.
Offline
Mine is the same as ever, I tend to pick a theme I like and keep it, about the only thing that changes is my background but this is a simple randomise script called on login.
Openbox. AWN. Tmux. Faenza. Equinox (old versions because I don't like the new ones).
And there's a bit of GNOME underneath that I had to install to get applications working since GNOME3 dropped on us.
I haven't posted on of these in a while. I decided i wanted to try out xmonad with xfce, I think the result turned out pretty nice.
Where did you get your background from?
Offline
http://imagetitan.net/thumb-8D68_4DC7C92E.jpg
Openbox,bmpanel2,conky
wow! that's amazing ... configs plz
الناس رجلان : رجل نام في النور، و رجل استيقظ في الظلام!!
فاين انت منهما ؟؟؟
archlinux x86_64 | مجتمع لينكس العربي
Offline
losl wrote:I haven't posted on of these in a while. I decided i wanted to try out xmonad with xfce, I think the result turned out pretty nice.
Could I see your xmonad.hs if you're using 4.8? I've tried getting this to work but always fall short.
Sure! It is a little odd, because I modified it from when I was using Conky & Dzen which started with a GnomeConfig approach (lol) but it works, so I'm not complaining:
-------------------- imports --------------------
import XMonad
-- Prompt
import XMonad.Prompt
import XMonad.Prompt.RunOrRaise (runOrRaisePrompt)
import XMonad.Prompt.AppendFile (appendFilePrompt)
--necessary
import qualified XMonad.StackSet as W
import qualified Data.Map as M
import System.Exit
import Graphics.X11.Xlib
import System.IO
import System.Exit
--utilities
import XMonad.Util.Run
import XMonad.Actions.NoBorders
import XMonad.Actions.CycleWS
--hooks
import XMonad.Hooks.ManageDocks
import XMonad.Hooks.ManageHelpers
import XMonad.Hooks.SetWMName
import XMonad.Hooks.DynamicLog
import XMonad.Hooks.UrgencyHook
import XMonad.Hooks.FadeInactive
import XMonad.Hooks.EwmhDesktops
import XMonad.Hooks.SetWMName
import XMonad.Hooks.XPropManage
import XMonad.Operations
--MO' HOOKS
import Graphics.X11.Xlib.Extras
import Foreign.C.Types (CLong)
--layouts
import XMonad.Layout.NoBorders
import XMonad.Layout.Reflect (reflectHoriz)
import XMonad.Layout.SimpleFloat
import XMonad.Layout.ResizableTile
import XMonad.Layout.Gaps
import XMonad.Layout.Named
import XMonad.Layout.PerWorkspace
import XMonad.Layout.Spacing
import XMonad.Layout.Spiral
import XMonad.Layout.Accordion
import XMonad.Layout.Grid
import XMonad.Layout.MosaicAlt
import XMonad.Layout.IM
import XMonad.Layout.NoBorders
import Data.Ratio((%))
import XMonad.Config.Gnome
import XMonad.Config.Desktop
--The Xmonad App Launcher
import XMonad.Prompt
import XMonad.Prompt.Shell
--Actions
import XMonad.Actions.GridSelect
import XMonad.Actions.PhysicalScreens
--Loggers
import XMonad.Util.Loggers
--dzen
main = do
spawn "sh /home/scj7t4/.xmonad/autostart.sh"
xmonad $ gnomeConfig
{ workspaces = ["0x01","0x02","0x03","0x04","0x05","Steam"]
, normalBorderColor = "#000000"
, focusedBorderColor = "#1793d1"
, modMask = mod4Mask
, startupHook = ewmhDesktopsStartup >> setWMName "LG3D"
, terminal = "urxvt"
, logHook = ewmhDesktopsLogHook >> setWMName "LG3D"
, handleEventHook = ewmhDesktopsEventHook
, layoutHook = layoutHook'
, manageHook = manageHook'
, keys = newKeys
}
layoutHook' = customLayout
customLayout = avoidStruts $ smartBorders tiled ||| smartBorders (Mirror tiled) ||| noBorders Full ||| smartBorders simpleFloat ||| smartBorders instm
where
--tiled = ResizableTall 1 (2/100) (1/2) []
tiled = spacing 0 $ ResizableTall nmaster delta ratio []
instm = withIM (1%5) (Title "Friends") (spacing 0 $ Grid)
nmaster = 1
delta = 2/100
ratio = 1/2
-- ManageHook {{{
manageHook' :: ManageHook
manageHook' = (composeAll . concat $
[ [resource =? r --> doIgnore | r <- myIgnores] -- ignore desktop
, [className =? c --> doCenterFloat | c <- myFloats ] -- float my floats
, [name =? n --> doCenterFloat | n <- myNames ] -- float my names
, [isFullscreen --> myDoFullFloat ]
, [manageDocks]
])
where
role = stringProperty "WM_WINDOW_ROLE"
name = stringProperty "WM_NAME"
-- classnames
myFloats = ["MPlayer","Zenity","VirtualBox","Xmessage","Save As...","XFontSel","Downloads","Nm-connection-editor"]
myWines = ["Wine"]
-- resources
myIgnores = ["desktop","desktop_window","notify-osd","stalonetray","trayer"]
-- names
myNames = ["bashrun","Google Chrome Options","Chromium Options"]
-- a trick for fullscreen but stil allow focusing of other WSs
myDoFullFloat :: ManageHook
myDoFullFloat = doF W.focusDown <+> doFullFloat
newKeys :: XConfig Layout -> M.Map (KeyMask, KeySym) (X ())
newKeys x = M.union (keys' x) (keys defaultConfig x)
keys' :: XConfig Layout -> M.Map (KeyMask, KeySym) (X ())
keys' conf@(XConfig {XMonad.modMask = modMask}) = M.fromList $
--Launching And Killing
[ ((modMask .|. shiftMask, xK_c ), kill)
, ((modMask .|. shiftMask, xK_Return ), spawn $ XMonad.terminal conf)
, ((modMask .|. shiftMask, xK_space ), shellPrompt myLauncher)
, ((modMask, xK_c ), spawn "chromium")
, ((modMask, xK_Pause ), spawn "xscreensaver-command --lock")
--Layouts
, ((modMask, xK_b ), sendMessage ToggleStruts)
, ((modMask, xK_space ), sendMessage NextLayout)
, ((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)
, ((modMask .|. shiftMask , xK_a ), withFocused (sendMessage . expandWindowAlt))
, ((modMask .|. shiftMask , xK_z ), withFocused (sendMessage . shrinkWindowAlt))
, ((modMask .|. shiftMask , xK_s ), withFocused (sendMessage . tallWindowAlt))
, ((modMask .|. shiftMask , xK_d ), withFocused (sendMessage . wideWindowAlt))
, ((modMask .|. controlMask, xK_space), sendMessage resetAlt)
-- swapping
, ((modMask .|. shiftMask, xK_j ), windows W.swapDown )
, ((modMask .|. shiftMask, xK_k ), windows W.swapUp )
-- resizing
, ((modMask, xK_h ), sendMessage Shrink)
, ((modMask, xK_l ), sendMessage Expand)
, ((modMask .|. shiftMask, xK_h ), sendMessage MirrorShrink)
, ((modMask .|. shiftMask, xK_l ), sendMessage MirrorExpand)
-- quit, or restart
, ((modMask .|. shiftMask, xK_q ), spawn "xfce4-session-logout")
, ((modMask , xK_q ), restart "xmonad" True)
, ((modMask, xK_g ), goToSelected defaultGSConfig)
]
++
-- 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_F1 .. xK_F6]
, (f, m) <- [(W.greedyView, 0), (W.shift, shiftMask)]]
++
-- , send to screen 2 (Left Monitor)
-- . send to screen 1 (Right Monitor)
[((modMask .|. mask, key), f sc)
| (key, sc) <- zip [xK_comma,xK_period] [0..]
, (f,mask) <- [(viewScreen,0),(sendToScreen,shiftMask)]]
myLauncher :: XPConfig
myLauncher = defaultXPConfig
{ font = "bitstream vera"
, bgColor = "#000000"
, fgColor = "#FFFFFF"
, fgHLight = "#48ADC9"
, bgHLight = "#000000"
, borderColor = "#FFFFFF"
, promptBorderWidth = 0
, position = Bottom
, height = 16
, historySize = 100
}
I used this guide Using xmonad in XFCE to set up xfce. To do transparency with the panels I start xcompmgr with xfce's autostart.
losl wrote:I haven't posted on of these in a while. I decided i wanted to try out xmonad with xfce, I think the result turned out pretty nice.
Where did you get your background from?
It was posted on reddit gaming a couple weeks ago . Here is the full thing if you want it
Offline
madek wrote:may update
gnome 3
gnome shell, gtk2, gtk3: atlom
gnome shell theme lighty modify, specially the colors and height
faenza-darkest iconsa few gnome shell estensions, as "activities icon"
http://ompldr.org/tOG10dQ http://ompldr.org/tOG10dg http://ompldr.org/tOG10dw
How did you remove the window borders?
a litle modification in the metacity-theme-1.xml of the theme
this is my file
http://ompldr.org/vOG4wMw/metacity-theme-1.xml
specially look this part
<frame_geometry name="normal_maximized" has_title="false">
<distance name="left_width" value="0"/>
<distance name="right_width" value="0"/>
<distance name="bottom_height" value="0"/>
<distance name="left_titlebar_edge" value="0"/>
<distance name="right_titlebar_edge" value="0"/>
<distance name="button_width" value="0"/>
<distance name="button_height" value="0"/>
<distance name="title_vertical_pad" value="0"/>
<border name="title_border" left="0" right="0" top="0" bottom="0"/>
<border name="button_border" left="0" right="0" top="0" bottom="0"/>
</frame_geometry>
resume, all values to 0, has_title="false"
Last edited by madek (2011-05-10 14:08:45)
Offline
^ Nice, thanks! Might come in handy when I go GNOME3 again
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
@tacticalbread: do you mind sharing your rc.lua?
and your Xdefaults?
Offline
na12 wrote:http://imagetitan.net/thumb-8D68_4DC7C92E.jpg
Openbox,bmpanel2,conky
bmpanel2 theme please?
+1
Offline
Rolinh wrote:@tacticalbread: do you mind sharing your rc.lua?
and your Xdefaults?
rc.lua: http://dl.dropbox.com/u/21802312/rc.lua
And I don't use a terminal emulator that uses Xdefaults, but here's what it would be for urxvt:
! -- URxvt -- !
URxvt*termName: rxvt-unicode
URxvt*geometry: 80x24
URxvt*background: #060606
URxvt*foreground: #3C7EA5
URxvt*font: xft:Terminus:pixelsize=7
URxvt*boldFont: xft:Terminus:pixelsize=7
URxvt*saveLines: 10000
URxvt*scrollBar: false
URxvt*urgentOnBell: true
URxvt*visualBell: true
! -- Colours -- !
!black
*color0:#3D3D3D
*color8:#5E5E5E
!red
*color1:#8A2F58
*color9:#CF4F88
!green
*color2:#287373
*color10:#53A6A6
!yellow
*color3:#914E89
*color11:#BF85CC
!blue
*color4:#395573
*color12:#4779B3
!magenta
*color5:#5E468C
*color13:#7F62B3
!cyan
*color6:#2B7694
*color14:#47959E
!white
*color7:#899CA1
*color15:#C0C0C0
I gaffled this colour scheme from OK100 in the DWM thread.
don't save us from the flames
Offline