You are not logged in.
Offline
http://s5.postimage.org/sv11a0ukz/2013_02_05_185257_1280x800_scrot.jpg
dwm
acer aspire 4520 ( about 3000 years old laptop)
What status bar are you using?
Offline
http://s5.postimage.org/sv11a0ukz/2013_02_05_185257_1280x800_scrot.jpg
dwm
acer aspire 4520 ( about 3000 years old laptop)
colors like eyecandy , good setup
Offline
http://s5.postimage.org/sv11a0ukz/2013_02_05_185257_1280x800_scrot.jpg
dwm
acer aspire 4520 ( about 3000 years old laptop)
I'd love to see your colors, could you post them please?
"No sympathy for the devil. If you buy the ticket, take the ride."
- Hunter S. Thompson
Offline
fiddler wrote:dwm
acer aspire 4520 ( about 3000 years old laptop)May I take a look at your not so old configuration files?
I am still trying to use icons in dwm's status.
sure do
#include "im-grid.c"
#include "push.c"
#include "X11/XF86keysym.h"
#include "togglefullscreen.c"
/* appearance */
static const char font[] = "-*-stlarch-medium-r-*-*-10-*-*-*-*-*-iso8859-*" "," "-*-neep alt-medium-*-*-*-10-*-*-*-*-*-iso8859-*";
#define NUMCOLORS 21
static const char colors[NUMCOLORS][ColLast][21] = {
// border foreground background
{ "#7b807c", "#9fb09b", "#333333" }, // 01 - normal
{ "#7b807c", "#aa9bb0", "#333333" }, // 02 - selected
{ "#7b807c", "#b5b0b0", "#333333" }, // 03 - urgent
{ "#404242", "#404242", "#333333" }, // 04 - black
{ "#aa9bb0", "#aa9bb0", "#333333" }, // 05 - red
{ "#637559", "#637559", "#333333" }, // 06 - green
{ "#756c59", "#756c59", "#333333" }, // 07 - yellow
{ "#596375", "#596375", "#333333" }, // 08 - blue
{ "#6d5975", "#6d5975", "#333333" }, // 09 - magenta
{ "#000000", "#000000", "#000000" }, // unusable
{ "#59756b", "#59756b", "#333333" }, // 0B - cyan
{ "#e4dc8c", "#e4dc8c", "#333333" }, // 0C - light gray
{ "#787777", "#787777", "#333333" }, // 0D - gray
{ "#b09b9f", "#b09b9f", "#333333" }, // 0E - light red
{ "#9fb09b", "#9fb09b", "#333333" }, // 0F - light green
{ "#ada998", "#ada998", "#333333" }, // 10 - light yellow
{ "#9ba0b0", "#9ba0b0", "#333333" }, // 11 - light blue
{ "#aa9bb0", "#aa9bb0", "#333333" }, // 12 - light magenta
{ "#9bb0ab", "#9bb0ab", "#333333" }, // 13 - light cyan
{ "#b5b0b0", "#b5b0b0", "#333333" }, // 14 - white
{ "#802635", "#BF9F5F", "#802635" }, // 15 - warning
};
static const unsigned int borderpx = 1; // border pixel of windows
static const unsigned int snap = 5; // snap pixel
static const unsigned int systrayspacing = 1; // space between systray icons
static const Bool showsystray = False; // False means no systray
static const Bool showbar = True; // False means no bar
static const Bool topbar = True; // False means bottom bar
static Bool useicons = True; // False means use ascii symbols
static const char scratchpadname[] = "Scratchpad";
/* layout(s) */
static const float mfact = 0.50; // factor of master area size [0.05..0.95]
static const Bool resizehints = False; // True means respect size hints in tiled resizals
static const int nmaster = 1; // default number of clients in the master area
static const Layout layouts[] = {
// icon symbol arrange function
{ "/home/fiddler/dwm-config/icons/tile.xbm", "þ", tile },
{ "/home/fiddler/dwm-config/icons/bstack.xbm", "ü", bstack },
{ "/home/fiddler/dwm-config/icons/float.xbm", "ý", NULL }, // no layout function means floating behavior
{ "/home/fiddler/dwm-config/icons/monocle.xbm", "ÿ", monocle },
{ "/home/fiddler/dwm-config/icons/grid.xbm", "ú", imgrid },
};
static const MonocleNumberedIcon monoclenumberedicons[] = {
{ "/home/fiddler/dwm-config/icons/monocle0.xbm" },
{ "/home/fiddler/dwm-config/icons/monocle1.xbm" },
{ "/home/fiddler/dwm-config/icons/monocle2.xbm" },
{ "/home/fiddler/dwm-config/icons/monocle3.xbm" },
{ "/home/fiddler/dwm-config/icons/monocle4.xbm" },
{ "/home/fiddler/dwm-config/icons/monocle5.xbm" },
};
/* tagging */
static const Tag tags[] = {
// name layout mfact nmaster
//{ "", &layouts[4], -1, -1 },
//{ "", &layouts[0], 0.65, -1 },
//{ "", &layouts[3], -1, -1 },
{ "| Term|", &layouts[0], -1, -1 },
//{ "", &layouts[3], -1, -1 },
//{ "", &layouts[4], 0.22, -1 },
{ "| Web|", &layouts[0], 0.65, -1 },
{ "| Musikk|", &layouts[4], 0.65, -1 },
{ "| Office|", &layouts[3], -1, -1 },
{ "| Stuffs|", &layouts[2], -1, -1 },
};
/* window rules */
static const Rule rules[] = {
// class instance title tags mask isfloating iscentred monitor
{ "mplayer", NULL, NULL, 0, True, -1 },
{ "Firefox", NULL, NULL, 1 << 3, False, -1 },
};
/* key definitions */
#define MODKEY Mod4Mask
#define TAGKEYS(KEY,TAG) \
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \
{ MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \
{ MODKEY|ShiftMask, KEY, tag, {.ui = 1 << TAG} }, \
{ MODKEY|ControlMask|ShiftMask, KEY, toggletag, {.ui = 1 << TAG} },
/* helper for spawning shell commands in the pre dwm-5.0 fashion */
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
/* commands */
static const char *dmenucmd[] ={ "dmenu_run", "-i", "-fn", font, "-nb", colors[0][ColBG], "-nf", colors[1][ColFG],"-sb", colors[2][ColBG], "-sf", colors[1][ColFG], NULL };
static const char *termcmd[] = { "urxvtc", NULL };
static const char *scratchpadcmd[] = { "urxvtc", "-title", scratchpadname, "-geometry", "70x9+400+10", NULL };
static const char *scrotcmd[] = { "scrot", "&&", "mv", "*.png", "~/pics/", NULL };
static const char *rangercmd[] ={ "urxvtc", "-e", "ranger", NULL};
static const char *musiccmd[] ={ "urxvtc", "-e", "ncmpcpp", NULL};
static const char *volcmd[] ={ "urxvtc", "-e", "alsamixer", "-g", NULL};
static const char *webcmd[] ={"jumanji", NULL};
static const char *pcmanfmcmd[] ={"pcmanfm", NULL};
static const char *linkscmd[] ={"urxvtc", "-e", "xlinks", NULL};
#include "moveresize.c"
static Key keys[] = {
// modifier key function argument
/* Here starts the moveresize keys */
{ MODKEY, XK_Down, moveresize, {.v = (int []){ 0, 25, 0, 0 }}},
{ MODKEY, XK_Up, moveresize, {.v = (int []){ 0, -25, 0, 0 }}},
{ MODKEY, XK_Right, moveresize, {.v = (int []){ 25, 0, 0, 0 }}},
{ MODKEY, XK_Left, moveresize, {.v = (int []){ -25, 0, 0, 0 }}},
{ MODKEY|ShiftMask, XK_Down, moveresize, {.v = (int []){ 0, 0, 0, 25 }}},
{ MODKEY|ShiftMask, XK_Up, moveresize, {.v = (int []){ 0, 0, 0, -25 }}},
{ MODKEY|ShiftMask, XK_Right, moveresize, {.v = (int []){ 0, 0, 25, 0 }}},
{ MODKEY|ShiftMask, XK_Left, moveresize, {.v = (int []){ 0, 0, -25, 0 }}},
/* Here ends the moveresize keys */
/* Here starts the nmaster keys */
{ MODKEY, XK_i, incnmaster, {.i = +1 } },
{ MODKEY, XK_d, incnmaster, {.i = -1 } },
/*{ MODKEY, XK_x, setnmaster, {.i = 2 } },*/
{ MODKEY, XK_Tab, swapfocus, {0} },
{ MODKEY, XK_d, spawn, {.v = rangercmd } },
{ MODKEY, XK_p, spawn, {.v = dmenucmd } },
{ MODKEY|ShiftMask, XK_z, spawn, {.v = musiccmd } },
{ MODKEY|ShiftMask, XK_d, spawn, {.v = pcmanfmcmd } },
{ MODKEY, XK_w, spawn, {.v = webcmd } },
{ MODKEY|ShiftMask, XK_w, spawn, {.v = linkscmd } },
{ MODKEY|ShiftMask, XK_Return, spawn, {.v = termcmd } },
{ MODKEY|ControlMask, XK_s, spawn, {.v = scrotcmd } },
{ MODKEY, XK_z, spawn, {.v = volcmd } },
{ MODKEY, XK_j, focusstack, {.i = +1 } },
{ MODKEY|ShiftMask, XK_j, pushdown, {.i = +1 } },
{ MODKEY|ShiftMask, XK_k, pushup, {.i = -1 } },
{ MODKEY, XK_k, focusstack, {.i = -1 } },
{ MODKEY, XK_h, setmfact, {.f = -0.05} },
{ MODKEY, XK_l, setmfact, {.f = +0.05} },
{ MODKEY, XK_Return, zoom, {0} },
{ MODKEY|ShiftMask, XK_c, killclient, {0} },
{ MODKEY, XK_t, setlayout, {.v = &layouts[0]} },
{ MODKEY, XK_b, setlayout, {.v = &layouts[1]} },
{ MODKEY, XK_f, setlayout, {.v = &layouts[2]} },
{ MODKEY|ShiftMask, XK_f, togglefullscreen, {0} },
{ MODKEY, XK_m, setlayout, {.v = &layouts[3]} },
{ MODKEY, XK_g, setlayout, {.v = &layouts[4]} },
{ 0, XK_F12, togglescratch, {.v = scratchpadcmd} },
{ MODKEY|ShiftMask, XK_b, togglebar, {0} },
{ MODKEY, XK_space, setlayout, {0} },
{ MODKEY|ShiftMask, XK_space, togglefloating, {0} },
{ MODKEY, XK_0, view, {.ui = ~0 } },
{ MODKEY|ShiftMask, XK_0, tag, {.ui = ~0 } },
{ MODKEY, XK_comma, focusmon, {.i = -1 } },
{ MODKEY, XK_period, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
TAGKEYS( XK_1, 0)
TAGKEYS( XK_2, 1)
TAGKEYS( XK_3, 2)
TAGKEYS( XK_4, 3)
TAGKEYS( XK_5, 4)
TAGKEYS( XK_6, 5)
TAGKEYS( XK_7, 6)
TAGKEYS( XK_8, 7)
TAGKEYS( XK_9, 8)
{ MODKEY|ShiftMask, XK_q, quit, {0} },
/*{ 0, XF86XK_Launch1, spawn, {.v = screenoffcmd } },
{ 0, XF86XK_PowerOff, spawn, {.v = shutdowncmd } },
{ 0, XF86XK_AudioLowerVolume, spawn, {.v = voldowncmd } },
{ 0, XF86XK_AudioMute, spawn, {.v = voltogglecmd } },
{ 0, XF86XK_AudioRaiseVolume, spawn, {.v = volupcmd } },
*/
};
#include "tilemovemouse.c"
/* button definitions */
// click can be ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin
static Button buttons[] = {
// click event mask button function argument
{ ClkLtSymbol, 0, Button1, setlayout, {0} },
{ ClkWinTitle, 0, Button1, focusstack, {.i = +1 } },
{ ClkWinTitle, 0, Button3, focusstack, {.i = -1 } },
{ ClkClientWin, MODKEY, Button1, tilemovemouse, {0} },
{ ClkClientWin, MODKEY, Button2, togglefloating, {0} },
{ ClkClientWin, MODKEY, Button3, resizemouse, {0} },
{ ClkTagBar, 0, Button1, view, {0} },
{ ClkTagBar, 0, Button3, toggleview, {0} },
{ ClkTagBar, MODKEY, Button1, tag, {0} },
{ ClkTagBar, MODKEY, Button3, toggletag, {0} },
/*{ ClkRootWin, 0, Button3, spawn, {.v = menucmd } },
{ ClkStatusText, 0, Button1, spawn, {.v = calendarcmd } },
{ ClkStatusText, 0, Button3, spawn, {.v = menucmd } },
*/
};
you can use stlarch_font / tamsynmod / whatever bitmap font to display icons in dwm-statusbar
however , you can only use stlarch by combining it with another font ( i am using jmk's neep font) you can use whatever font you want i think ( i've tried termsyn terminus profont)
fiddler wrote:http://s5.postimage.org/sv11a0ukz/2013_02_05_185257_1280x800_scrot.jpg
dwm
acer aspire 4520 ( about 3000 years old laptop)What status bar are you using?
i'm using sh scripts, no dzen no conky just some stlarch font characters for it to display the icons
fiddler wrote:http://s5.postimage.org/sv11a0ukz/2013_02_05_185257_1280x800_scrot.jpg
dwm
acer aspire 4520 ( about 3000 years old laptop)colors like eyecandy , good setup
thanks a lot!
fiddler wrote:http://s5.postimage.org/sv11a0ukz/2013_02_05_185257_1280x800_scrot.jpg
dwm
acer aspire 4520 ( about 3000 years old laptop)I'd love to see your colors, could you post them please?
it's a slightly-modified insignificanto color ( made by Gutterslob)
here you go :
URxvt.background: #333333
URxvt.foreground: #7B807C
!BLACK
URxvt*color0: #404242
URxvt*color8: #595858
!RED
URxvt*color1: #755963
URxvt*color9: #B09B9F
!GREEN
URxvt*color2: #637559
URxvt*color10: #9FB09B
!YELLOW
URxvt*color3: #756C59
URxvt*color11: #ADA998
!BLUE
URxvt*color4: #596375
URxvt*color12: #9BA0B0
!MAGENTA
URxvt*color5: #6D5975
URxvt*color13: #AA9BB0
!CYAN
URxvt*color6: #59756B
URxvt*color14: #9BB0AB
!WHITE
URxvt*color7: #787777
URxvt*color15: #B5B0B0
-Indonesia Raya-
Offline
kaptenen wrote:silentmike wrote:http://i.imgur.com/FH8HQ43.png
Pantheon with "Orion" gtk theme. Elementary icons + window deco.
"Raavi" font, with "Consolas" for fixed width.
Wallpaper Gotas by kiko11 on DeviantArt
Term colours @ http://dotshare.it/dots/514/I get a minor issue with the notification popups, but other than that it's pretty spiffy.
.screenrc @ http://dotshare.it/dots/515/
How does the Orion gtk theme works for you? The only theme that works good for me on Pantheon is Evolve.
I always use newest granite (granite-bzr from AUR) and pantheon-notify-osd and there is no problem with popups and other notification problems on gala WM, compiz or unity.
Offline
Just did a fresh install.
As usual: xfce4 using it's compositor, Orta theme.
Not as usual: moved to zsh from bash, loving it!
I guess my resolution is too high for the ompldr converter and I cant be bothered to install imagemagick right now, so you'll have to do with a generic 'view' thumbnail
“Great art is horseshit, buy tacos.” - Charles Bukowski
freenode/archlinux: nl-trisk
Offline
Thank you. But one more question please:
/* appearance */ static const char font[] = "-*-stlarch-medium-r-*-*-10-*-*-*-*-*-iso8859-*" "," "-*-neep alt-medium-*-*-*-10-*-*-*-*-*-iso8859-*"; /* tagging */ static const Tag tags[] = { // name layout mfact nmaster //{ "", &layouts[4], -1, -1 }, //{ "", &layouts[0], 0.65, -1 }, //{ "", &layouts[3], -1, -1 }, { "| Term|", &layouts[0], -1, -1 }, //{ "", &layouts[3], -1, -1 }, //{ "", &layouts[4], 0.22, -1 }, { "| Web|", &layouts[0], 0.65, -1 }, { "| Musikk|", &layouts[4], 0.65, -1 }, { "| Office|", &layouts[3], -1, -1 }, { "| Stuffs|", &layouts[2], -1, -1 }, };
you can use stlarch_font / tamsynmod / whatever bitmap font to display icons in dwm-statusbar
however , you can only use stlarch by combining it with another font ( i am using jmk's neep font) you can use whatever font you want i think ( i've tried termsyn terminus profont)
How can I tell the difference? I only see "" in your configuration. Did you paste those characters from some font viewer into your editor to make it work?
TIA,
nostalgix
dotfiles and more @github
Offline
^
see here : https://bbs.archlinux.org/viewtopic.php?id=129275
there you can find some brief explanations from stlarch himself..
-Indonesia Raya-
Offline
Playing with cinnamon in Ubuntu... tmux for my tiling needs
I love it. Are you gonna post more details on this on your blog?
Last edited by StR@ng3r (2013-02-07 02:19:08)
Offline
earsplit wrote:Playing with cinnamon in Ubuntu... tmux for my tiling needs
I love it. Are you gonna post more details on this on your blog?
The tmux config is on my github under dotfiles/configs. Other than that, I'm using the Faience gtk2/3 theme and modified Baldr cinnamon theme with Faenza OSX icons. Programs are docky, tmux, ario, and nautilus.
New wall, slightly modified colors. Not much new other than that.
Could you share your Xresources? Very easy to read colors you've got there.
Offline
Playing with cinnamon in Ubuntu... tmux for my tiling needs
Could I get the wallpaper, please?
Gorgeous set-up.
Offline
DE: xfce4
Theme: Equinox Evolution
Icon set: Faenza-Xfce
Theme for window manager: axiom
Font: Ubuntu for most things
Terminal: xfce4-terminal
Wallpaper: http://i.imgur.com/ofc3Sx9.jpg
"There are no problems, only opportunities for solutions."
Offline
earsplit wrote:Playing with cinnamon in Ubuntu... tmux for my tiling needs
Could I get the wallpaper, please?
Gorgeous set-up.
Thanks!
I've been trying to combine this setup with my xmonad to have a user-friendly tiling interface... so far this is what I've got
Offline
ibrunton wrote:earsplit wrote:Playing with cinnamon in Ubuntu... tmux for my tiling needs
Could I get the wallpaper, please?
Gorgeous set-up.
Thanks!
I've been trying to combine this setup with my xmonad to have a user-friendly tiling interface... so far this is what I've got
Clean
http://ompldr.org/taGUwcgMutt / Irssi / centerIM
http://ompldr.org/taGUwcQTmux / Vim / Archey / etc
http://ompldr.org/taGUwcA
Thanks!
I really like your Xmonad setup, too. Giving Xmonad a shot for the first time right now, as a matter of fact.
Offline