You are not logged in.
how does one install vimperator themes?
Put the scheme in this directory:
~/.vimperator/colors/your_colorscheme.vimp
In ~/.vimperatorrc add "colorscheme your_colorscheme" (works with : in running instance too of course)
Offline
thanks ;D
Offline
anrxc wrote:moljac024 wrote:Ion3 ? It's gaining popularity ?
Probably not, it has reached The end of the line.
Still, ion is the best window manager, at leaset for me. Yes, I have tried xmonad, awesome, dwm, wmii, etc. They don't even get close. I hope the community will be able to maintain even if Tuomo will be not doing any work on it.
The community is not going anywhere for some time yet. We've remained throughout all of the scandals
Offline
Taters wrote:Made it more pink.
Really neat wallpaper, would you mind sharing? Also could you share your mc themes? It would be much appreciated.
Sure:
@Lich
Last edited by Taters (2009-09-19 12:10:45)
Offline
xmonad/xmobar with vimperator, ncmpcpp, rox and screen/irssi.
http://two.xthost.info/screenshots/xmon … -thumb.png
love the setup. could you post your irssi and screen configs?
Desktop/Laptop - DWM :: VM - screen
Registered Linux User Number 483137 :: Victory! :: GitHub
Offline
xmonad/xmobar with vimperator, ncmpcpp, rox and screen/irssi.
http://two.xthost.info/screenshots/xmon … -thumb.png
glad to see you're still in xmonad droog, lookin good too. i second the request for the irssi theme.
//github/
Offline
http://i31.tinypic.com/2cdixl3_th.png
Customized Awesome config with a mostly zenburn color scheme.
I posted this a few days ago and had a few people ask about the wallpaper.... http://stevensart.com/p_bladeRunner.php
As for the config to Awesome, I'll grab that sometime later today when I'm on that machine.
--- Edit:
Here's essentially the same config from the screenshot. I use the same setup on my netbook and my desktop with the exception of a few widgets in the awesome bar on top.
Last edited by steevols (2009-09-20 01:27:52)
Offline
September of '09... these screenshots pretty much sum up what I've been doing for the past few weeks: 64-bit conversion, a tolerance and appreciation of KDE/Qt apps, my new Compiz-standalone environment (with the inevitable return of the dual-cubes), and wait... is that Captain Morgan?
Clean:
[Sort of] Dirty:
Composited:
Pictured: Compiz-Standalone w/ Gnome-Do, qtcurve w/ Oxygen icons, Dolphin, Firefox, DVDStyler, Nautilus, Sonata, projectM-pulseaudio, Deluge, PulseAudio Volume Control
Wallpaper: http://interfacelift.com/wallpaper_beta … eraki.html
Offline
I'd like to see that config, please
The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...
Offline
I fiddled with my ion3 a bit, learning enough LUA now to write my own statusbar "widgets" (the storage one is mine ), and while at it I decided to config the uzbl statusbar since it's the only good part of that frankenstein of a project (yuck).
@milomouse: can I has your ion3 look file please?
Last edited by Lich (2009-09-20 18:34:33)
Archlinux | ratpoison + evilwm | urxvtc | tmux
Offline
DWM 5.6.1, status bar is conky-cli.
I'd change the gtk theme (well use one since you don't seem to have anything but the default) and disable the sizing hints from dwm, the terminals have a nasty gap on the right there
Archlinux | ratpoison + evilwm | urxvtc | tmux
Offline
Still Xfce
Just a quick question. The xfce menu button icon you have... Where did you get that particular one? I have found the one in the Gnome-Brave icon set but it doesn't look that good. Maybe I am doing something wrong...
Anyway nice BSD setup.
Offline
Offline
axion419 wrote:DWM 5.6.1, status bar is conky-cli.
I'd change the gtk theme (well use one since you don't seem to have anything but the default) and disable the sizing hints from dwm, the terminals have a nasty gap on the right there
To change gtk theme I would recommend lxappearance. It workes pretty well for me
xmonad @ Arch + zsh
dwm @ freeBSD +zsh
Registered linux user #495331
http://dawix-net.bluefile.cz
Offline
Still Xfce
Anybody knows what icons those are?
Last edited by djungelmums (2009-09-21 13:55:44)
Offline
Ok.. Linux newbie here.. I have been learning and building my Linux system now for a couple of months, and think I'm ready to show you guys how it looks. Nothing special, just the way I like it.
I'm running Compiz standalone, stalonetray and AWN.
Very nice, grave. Just a tip, but you might want to look at the fonts page on the wiki.
Setting Up a Scripting Environment | Proud donor to wikipedia - link
Offline
I fiddled with my ion3 a bit, learning enough LUA now to write my own statusbar "widgets" (the storage one is mine ), and while at it I decided to config the uzbl statusbar since it's the only good part of that frankenstein of a project (yuck).
http://omploader.org/tMmUydA@milomouse: can I has your ion3 look file please?
Yes'sum. Also, on my behalf, is changing the color of the text in the statusbar simply a calling of 'important' or 'critical'?, or can I define the color specifically in the statusd_*.lua file? I'm just refering to your colored statusbar text parts.. I haven't messed with the colors in statusd yet.
"look_milomouse.lua":
-- look_milomouse.lua drawing engine configuration file for Ion.
if not gr.select_engine("de") then return end
de.reset()
de.defstyle("*", {
shadow_colour = "#090909",
highlight_colour = "#090909",
background_colour = "#000",
foreground_colour = "#919191",
padding_pixels = 0,
highlight_pixels = 1,
shadow_pixels = 0,
border_style = "elevated",
font = "-*-fixed-*-*-*-*-9-*-*-*-*-*-*-*",
text_align = "center",
})
de.defstyle("tab", {
font = "-*-fixed-*-*-*-*-9-*-*-*-*-*-*-*",
de.substyle("active-selected", {
shadow_colour = "#101010",
highlight_colour = "#101010",
background_colour = "#040404",
foreground_colour = "#789abb
}),
de.substyle("active-unselected", {
shadow_colour = "#222",
highlight_colour = "#101010",
background_colour = "#060606",
foreground_colour = "#444",
}),
de.substyle("inactive-selected", {
shadow_colour = "#222",
highlight_colour = "#101010",
background_colour = "#060606",
foreground_colour = "#222",
}),
de.substyle("inactive-unselected", {
shadow_colour = "#222",
highlight_colour = "#101010",
background_colour = "#090909",
foreground_colour = "#333",
}),
text_align = "center",
})
de.defstyle("input", {
shadow_colour = "#404040",
highlight_colour = "#111",
background_colour = "#000000",
foreground_colour = "#789abb",
padding_pixels = 1,
highlight_pixels = 1,
shadow_pixels = 0,
border_style = "elevated",
de.substyle("*-cursor", {
background_colour = "#ccc",
foreground_colour = "#000000",
}),
de.substyle("*-selection", {
background_colour = "#222",
foreground_colour = "#ccc",
}),
})
de.defstyle("input-menu", {
de.substyle("active", {
shadow_colour = "#304050",
highlight_colour = "#708090",
background_colour = "#506070",
foreground_colour = "#ffffff",
}),
})
dopath("lookcommon_emboss")
gr.refresh()
And the "lookcommon_emboss":
-- Common settings for the "emboss" styles
de.defstyle("frame", {
background_colour = "#030303",
-- The special "inherit" value causes setting 'background_colour'
-- above not to set padding_colour, but this colour being inherited.
padding_colour = "inherit",
de.substyle("quasiactive", {
-- Something detached from the frame is active
padding_colour = "#ac648d",
}),
de.substyle("userattr1", {
-- For user scripts
padding_colour = "#3e6d43",
}),
border_style = "ridge",
padding_pixels = 0,
highlight_pixels = 0,
shadow_pixels = 0,
spacing = 0,
})
de.defstyle("frame-tiled", {
border_style = "inlaid",
padding_pixels = 1,
})
--de.defstyle("frame-tiled-alt", {
-- bar = "none",
--})
de.defstyle("frame-floating", {
--bar = "shaped",
spacing = 0,
})
de.defstyle("frame-transient", {
--bar = "none",
spacing = 0,
})
de.defstyle("actnotify", {
shadow_colour = "#c04040",
highlight_colour = "#111",
background_colour = "#c5b457",
foreground_colour = "#4444",
})
de.defstyle("tab", {
de.substyle("*-*-*-unselected-activity", {
shadow_colour = "#c04040",
highlight_colour = "#4444",
background_colour = "#574e54",
foreground_colour = "#272727",
}),
de.substyle("*-*-*-selected-activity", {
shadow_colour = "#c04040",
highlight_colour = "#444",
background_colour = "#373737",
foreground_colour = "#ccc",
}),
de.substyle("*-*-*-tabnumber", {
background_colour = "black",
foreground_colour = "#789abb",
}),
})
de.defstyle("tab-frame", {
spacing = 1,
})
de.defstyle("tab-frame-floating", {
spacing = 0,
})
de.defstyle("tab-frame-transient", {
spacing = 0,
})
de.defstyle("tab-menuentry", {
text_align = "left",
highlight_pixels = 0,
shadow_pixels = 0,
})
de.defstyle("tab-menuentry-big", {
font = "-*-fixed-*-*-*-*-9-*-*-*-*-*-*-*",
padding_pixels = 2,
})
de.defstyle("stdisp", {
shadow_pixels = 0,
highlight_pixels = 0,
text_align = "left",
de.substyle("important", {
foreground_colour = "ebc1c2",
}),
de.substyle("critical", {
foreground_colour = "#75505c",
}),
})
I've made slight changes. Nothing really to do with ion except the colors a little. Mostly messing with urxvt; testing this whole transparency phase out. Not sure I like it or not. I'm so used to seeing simply colors. Not really a visual person, per se.
Last edited by milomouse (2009-09-21 14:36:25)
Offline
xmonad/xmobar with vimperator, ncmpcpp, rox and screen/irssi.
http://two.xthost.info/screenshots/xmon … -thumb.png
Looks great. Is there a chance I might see your ~/.Xdefaults and ~/.ncmpcpp/config, please?
Edit: Typo
Last edited by milomouse (2009-09-21 14:46:04)
Offline
I fiddled with my ion3 a bit, learning enough LUA now to write my own statusbar "widgets" (the storage one is mine ), and while at it I decided to config the uzbl statusbar since it's the only good part of that frankenstein of a project (yuck).
http://omploader.org/tMmUydA@milomouse: can I has your ion3 look file please?
You use UZBL build from master?
BTW. Nice statusbar can you share your config?
Last edited by SpeedVin (2009-09-21 15:31:10)
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline