You are not logged in.

#301 2012-07-27 23:06:23

Crunch
Member
From: -+-
Registered: 2011-02-17
Posts: 56

Re: July 2012 Screenshots

Not much change for mine, DWM as always.

tZXc2bg


Registered Linux user #536591.

Offline

#302 2012-07-28 06:43:39

eren
Member
From: Black Mesa
Registered: 2008-03-06
Posts: 53
Website

Re: July 2012 Screenshots

micoka7 wrote:
SolarBoyMatt wrote:
eren wrote:

wmfs2 with dual bars

http://ompldr.org/tZXY3bA

What font is that? I really like it.

I think it's cure.. it's from the artwiz fonts.. but I don't know for sure smile

Yes, it's cure. Good guess. smile


Arch x86_64

Offline

#303 2012-07-28 09:39:50

Serg555
Member
Registered: 2008-11-27
Posts: 7

Re: July 2012 Screenshots

Crunch wrote:

Not much change for mine, DWM as always.

http://ompldr.org/tZXc2bg

How to achieve the same appearance as the fonts you have? What the font? Ubuntu patches applied? What is smoothing?

Offline

#304 2012-07-28 11:07:04

Beastie
Member
Registered: 2012-01-14
Posts: 39

Re: July 2012 Screenshots

rs6

Last edited by Beastie (2012-08-08 10:03:25)

Offline

#305 2012-07-28 12:25:36

w0ng
Member
From: Australia
Registered: 2009-06-04
Posts: 88
Website

Re: July 2012 Screenshots

Xyzodiac wrote:
w0ng wrote:

dwm... no longer pertag'ing

http://ompldr.org/tZXR4eA

That font rendering is gorgeous! Share your secret?

Infinality + rxvt-unicode-patched

Offline

#306 2012-07-28 14:19:33

sime
Member
Registered: 2007-12-14
Posts: 96

Re: July 2012 Screenshots

@beastie: gtk theme?

Offline

#307 2012-07-28 14:46:11

goran'agar
Member
From: Nothern Italy
Registered: 2009-05-19
Posts: 171

Re: July 2012 Screenshots

w0ng wrote:
Xyzodiac wrote:
w0ng wrote:

dwm... no longer pertag'ing

http://ompldr.org/tZXR4eA

That font rendering is gorgeous! Share your secret?

Infinality + rxvt-unicode-patched

Man, THAT made my day. Just installed the two packages, default config, enabled xft in urxvt and the result is impressive! Best font rendering I ever saw on Linux.
This is why I love Arch and this forum. Many thanks!!


Sony Vaio VPCM13M1E  - Arch Linux - LXDE

Offline

#308 2012-07-28 14:48:07

VInze
Member
From: Sneek
Registered: 2012-07-26
Posts: 19

Re: July 2012 Screenshots

My freshly installed Arch system smile

Clean:
tZXdkag

Dirty:
tZXdkaw

What do you see?
Openbox + Tint2 svn
Conky
Terminator & Thunar
Faenza icon theme
Zukitwo GTK theme
Selfmade Openbox theme
Wallpaper: http://fiftyfootshadows.net/2011/02/02/ … er-picnic/

Offline

#309 2012-07-28 16:30:32

Argish
Member
Registered: 2012-07-04
Posts: 7

Re: July 2012 Screenshots

Hey, I really like that terminal font. May you wish to share the name of it ? Thank you!

Offline

#310 2012-07-28 18:24:05

donniezazen
Member
From: Salt Lake City
Registered: 2011-06-24
Posts: 671
Website

Re: July 2012 Screenshots

Serg555 wrote:
Crunch wrote:

Not much change for mine, DWM as always.

http://ompldr.org/tZXc2bg

How to achieve the same appearance as the fonts you have? What the font? Ubuntu patches applied? What is smoothing?

Please share you font line from config.h.

Offline

#311 2012-07-28 19:17:26

FirePhoenix
Member
From: /dev/null
Registered: 2011-04-04
Posts: 20
Website

Re: July 2012 Screenshots

Nice. Is this mcwm?

Offline

#312 2012-07-28 20:54:20

Crunch
Member
From: -+-
Registered: 2011-02-17
Posts: 56

Re: July 2012 Screenshots

donniezazen wrote:
Serg555 wrote:
Crunch wrote:

Not much change for mine, DWM as always.

http://ompldr.org/tZXc2bg

How to achieve the same appearance as the fonts you have? What the font? Ubuntu patches applied? What is smoothing?

Please share you font line from config.h.

Droid sans all around.

config.h ( messy colours atm ).

/* See LICENSE file for copyright and license details. */ 

/* appearance */
#define NUMCOLORS 9 // need at least 3
static const char colors[NUMCOLORS][ColLast][9] = {
   // border   foreground  background
   { "#111111", "#444444", "#050505" },  // 1|0 = normal
   { "#111111", "#111111", "#505070" },  // 2|1 = selected [ Green - 789E57 Purple - 705070 ]
   { "#E67373", "#DEDEDE", "#C37561" },  // 3|2 = urgent/warning
   { "#010101", "#DEDEDE", "#050505" },  // 4|3 = unselected monitor/dmenu  
   { "#222222", "#DEDEDE", "#111111" },  // 5|4 
   { "#395573", "#DEBC9C", "#DEDEDE" },  // 6|5 
   { "#E67373", "#789E57", "#DEDEDE" },  // 7|6 
   { "#010101", "#DEDEDE", "#050505" },  // 8|7 
   { "#010101", "#DEDEDE", "#050505" },  // 9|8 
// add more here
};
static const char font[]                	= "Droid Sans, 8";
static const char dmenufont[]           	= "Droid Sans-8";
static const unsigned int borderpx      	= 2;        /* border pixel of windows */
static const unsigned int snap          	= 10;       /* snap pixel */
static const Bool showbar               	= True;     /* False means no bar */
static const Bool topbar                	= True;     /* False means bottom bar */
static const int marginbottom       	    = 0;       /* Bottom padding for conky */
static const unsigned int panelpadding 	    = 2;        /* Panel padding */
static const unsigned int textalignment     = 2;        /* Panel Text Vertical Alignment */
static const unsigned int layoutColorNum    = 8;
static const unsigned int titleColorNum     = 4;
static const unsigned int occupiedCol       = 3;
    
/* layout(s) */
static const float mfact        = 0.85; /* factor of master area size [0.05..0.95] */
static const int nmaster        = 1;    /* default number of clients in the master area */
static const unsigned int gappx = 8;    /* gap pixel between windows */
static const unsigned int shade = 100;   /* opacity of unfocused windows */
static const Bool resizehints   = False;/* True means respect size hints in tiled resizals */

#include "nbstack.c"
#include "pidgin_ggrid.c"
#include "gaplessgrid.c"

static const Layout layouts[] = {
  /* symbol add gaps  arrange function */
  { "=2]",  True,     ntile        },    /* first entry is default */
  { "T2T",  True,     nbstack      },
  { "[+]",  True,     gaplessgrid  },
  { "[M]",  False,    monocle      },
  { ":++",  True,     pidgin_ggrid },
  { "><>",  False,    NULL         },    /* no layout function means floating behavior */
};

/* tagging */
static const Tag tags[] = {
  /* name       layout        mfact   nmaster */
  { "DEV",     &layouts[0],  -1,     -1 },
  { "TERM",    &layouts[0],  -1,     -1 },
  { "WEB",     &layouts[0],  -1,     -1 },
  { "IRC",     &layouts[0],  -1,     -1 },
  { "IM",      &layouts[4],   0.15,  -1 },
  { "SSH",     &layouts[0],  -1,     -1 },
  { "TOR",     &layouts[0],  -1,     -1 },
  { "MEDIA",   &layouts[0],  -1,     -1 },
  { "MISC",    &layouts[0],  -1,     -1 },
};

/* rules */
static const char gnomad2[] = "Transferring tracks to jukebox library"; 
static const char ncmpcpp[]      = "ncmpc++ ver. 0.5.7";
static const Rule rules[] = {
  /* class              instance    title       tags mask     isfloating   monitor opacity */
  { "Firefox",          NULL,       NULL,       1 << 2,       False,        0,     -1 },
  { "Namoroka",         NULL,       NULL,       1 << 2,       False,        0,     -1 },
  { "Chromium",         NULL,       NULL,       1 << 2,       False,        0,     -1 },
  { "Pidgin",           NULL,       NULL,       1 << 4,       False,        0,     -1 },
  { "Pidgin",           NULL,       "Pidgin",   1 << 4,       False,        0,     -1 },
  { "URxvt",            NULL,       ncmpcpp,    1 << 7,       False,        0,     -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 spadname[]  = "Scratchpad";
static const char *dmenucmd[] = { "dmenu_run", "-i", "-p", "Run command:", 
                                  "-fn",        dmenufont, 
                                  "-nb",        colors[0][ColBG], 
                                  "-nf",        colors[0][ColFG], 
                                  "-sb",        colors[1][ColBG], 
                                  "-sf",        colors[1][ColFG], NULL };
static const char *termcmd[]  = { "urxvtc",                       NULL };
static const char *webcmd[]   = { "firefox",                      NULL };
static const char *webcmd2[]  = { "firefox", "-private",          NULL };
static const char *imcmd[]    = { "pidgin",                       NULL };
static const char *spadcmd[]  = { "urxvtc", 
                                  "-name",      spadname, 
                                  "-geometry",  "100x25",         NULL };


#include "push.c"

static Key keys[] = {
	/* modifier                     key        function        argument */
 	{ MODKEY,                       XK_p,      spawn,          {.v = dmenucmd } },
	{ MODKEY|ShiftMask,             XK_Return, spawn,          {.v = termcmd } },
    { MODKEY,                       XK_w,      spawn,          {.v = webcmd } },
    { MODKEY|ShiftMask,             XK_w,      spawn,          {.v = webcmd2 } },
    { MODKEY,                       XK_i,      spawn,          {.v = imcmd } },
    { MODKEY,                       XK_c,      togglespad,     {.v = spadcmd } },
	{ MODKEY,                       XK_b,      togglebar,      {0} },
	{ MODKEY,                       XK_j,      focusstack,     {.i = +1 } },
	{ MODKEY,                       XK_k,      focusstack,     {.i = -1 } },
    { MODKEY|ShiftMask,             XK_j,      pushdown,       {0} },
    { MODKEY|ShiftMask,             XK_k,      pushup,         {0} },
	{ MODKEY,                       XK_h,      setmfact,       {.f = -0.05} },
	{ MODKEY,                       XK_l,      setmfact,       {.f = +0.05} },
	{ MODKEY,                       XK_Return, zoom,           {0} },
  /*{ MODKEY,                       XK_Tab,    view,           {0} },*/
    { MODKEY,                       XK_Tab,    focusstack,     {.i = +1 } },
	{ MODKEY|ShiftMask,             XK_c,      killclient,     {0} },
	{ MODKEY|ControlMask,           XK_t,      setlayout,      {.v = &layouts[0]} },
    { MODKEY|ControlMask,           XK_s,      setlayout,      {.v = &layouts[1]} },
    { MODKEY|ControlMask,           XK_g,      setlayout,      {.v = &layouts[2]} },
	{ MODKEY|ControlMask,           XK_m,      setlayout,      {.v = &layouts[3]} },
    { MODKEY|ControlMask,           XK_p,      setlayout,      {.v = &layouts[4]} },
	{ MODKEY|ControlMask,           XK_f,      setlayout,      {.v = &layouts[5]} },
	{ 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} },
};

/* 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} },
	{ ClkLtSymbol,          0,              Button3,        setlayout,      {.v = &layouts[2]} },
	{ ClkWinTitle,          0,              Button2,        zoom,           {0} },
	{ ClkStatusText,        0,              Button2,        spawn,          {.v = termcmd } },
	{ ClkClientWin,         MODKEY,         Button1,        movemouse,      {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} },
};

.Xresources

! URxvt 
!-----------------------------------------------------------------

URxvt*buffered:		    true
URxvt*transparent:	    false
URxvt*shading:		    80
URxvt*depth:		    32
URxvt*tint:		        true
!URxvt*background:	    rgba:1111/1111/1111/8888
URxvt*background:       #050505
URxvt*scrollBar:	    false
URxvt*internalBorder:   10
URxvt*font:		        xft:Droid Sans Mono:pixelsize=10
!URxvt.font:             -*-ohsnap-medium-r-*-*-11-*-*-*-*-*-*-*
URxvt.borderLess:       tru

! Xft
!-----------------------------------------------------------------

Xft.antialias:		    true
Xft.hinting:		    true
Xft.rgba:		        rga
Xft.hintstyle:		    hintslight
Xft.dpi:		        96

! Colours
!-----------------------------------------------------------------

#include               "/home/sarge/documents/colours/darkstream"
!#include	            "/home/sarge/documents/colours/hund"
!#include               "/home/sarge/documents/colours/milomouse"
!#include               "/home/sarge/documents/colours/light"
!#include               "/home/sarge/documents/colours/washed"
!#include               "/home/sarge/documents/colours/zenburn"
!#include               "/home/sarge/documents/colours/default"

Last edited by Crunch (2012-07-28 20:55:05)


Registered Linux user #536591.

Offline

#313 2012-07-28 21:28:48

pbCyanide
Member
Registered: 2012-06-15
Posts: 31

Re: July 2012 Screenshots

Here is my setup (Acer Aspire One 722 - AMD APU C-60, 2GB, 0,5TB) running latest GNOME 3 with 'custom' theme (took what I like from Zukitwo and Elegance). Icons are Faenza Fresh.

Extensions I'm using: Alternative Status Menu, All-in-one-places, Extension List, Dash to Dock, Shellshape, Weather, Advanced Settings in UserMenu, Axe Menu, User Themes, Impatience, Media Player indicator (and some icon remover extensions).

Default desktop

tZXdpbw

Shellshape in action:

tZXdpcQ

Hope you like it.

Offline

#314 2012-07-28 21:32:47

nperry
Member
Registered: 2010-05-16
Posts: 86

Re: July 2012 Screenshots

Crunch wrote:
donniezazen wrote:
Serg555 wrote:

How to achieve the same appearance as the fonts you have? What the font? Ubuntu patches applied? What is smoothing?

Please share you font line from config.h.

Droid sans all around.

config.h ( messy colours atm ).


.Xresources

Have you noticed you have a typo in your Xdefaults/Xresources?

URxvt.borderLess:       tru

Last edited by nperry (2012-07-28 21:33:08)

Offline

#315 2012-07-28 21:41:02

donniezazen
Member
From: Salt Lake City
Registered: 2011-06-24
Posts: 671
Website

Re: July 2012 Screenshots

@Crunch

For some reason my system doesn't take

static const char font[]                	= "Droid Sans, 8";

It has to be xfontsel command.

Offline

#316 2012-07-28 21:41:36

Beastie
Member
Registered: 2012-01-14
Posts: 39

Re: July 2012 Screenshots

Argish wrote:

Hey, I really like that terminal font. May you wish to share the name of it ? Thank you!


It's terminus with the 'a' variant.

Offline

#317 2012-07-28 21:42:09

Beastie
Member
Registered: 2012-01-14
Posts: 39

Re: July 2012 Screenshots

FirePhoenix wrote:

Nice. Is this mcwm?


It is! I love it.

Offline

#318 2012-07-28 21:44:20

Crunch
Member
From: -+-
Registered: 2011-02-17
Posts: 56

Re: July 2012 Screenshots

donniezazen wrote:

@Crunch

For some reason my system doesn't take

static const char font[]                	= "Droid Sans, 8";

It has to be xfontsel command.

You'll need the xft/pango patch applied.

http://dwm.suckless.org/patches/xft

nperry wrote:

Have you noticed you have a typo in your Xdefaults/Xresources?

URxvt.borderLess:       tru

Just an accident while posting tongue


Registered Linux user #536591.

Offline

#319 2012-07-29 00:47:48

gholen
Member
From: Göteborg
Registered: 2011-07-26
Posts: 73
Website

Re: July 2012 Screenshots

llyaGs.jpg

Spectrwm | urxvt | conky & dzen

Moved away from DWM as it fails to patch as I want it to. Scrotwm will have to do until patching goes fine smile

Last edited by gholen (2012-07-29 00:48:45)

Offline

#320 2012-07-29 00:57:33

landypro
Member
Registered: 2012-03-31
Posts: 2

Re: July 2012 Screenshots

hesse wrote:

dwm setup on my Asus EeePC:
http://ompldr.org/tZWtxag http://ompldr.org/tZWtxaw http://ompldr.org/tZWtxbQ
http://ompldr.org/tZWtxcw http://ompldr.org/tZWtxbg  http://ompldr.org/tZWtxdg

Pretty happy with this minimal setup. My configs (dotfiles and dwm files) are in my signature. The file manager is Thunar and the other half is wifi-select.

Would you care to post your dotfiles? Looking for a nice Xdefaults + Vim Colorscheme combo (I get 404 on your bitbucket)

Last edited by landypro (2012-07-29 00:58:43)

Offline

#321 2012-07-29 09:51:16

Teho
Member
Registered: 2010-01-30
Posts: 200

Re: July 2012 Screenshots

1343555858.png

KDE
Helium One
Droid Sans

Last edited by Teho (2012-07-29 09:58:32)

Offline

#322 2012-07-29 10:06:29

VInze
Member
From: Sneek
Registered: 2012-07-26
Posts: 19

Re: July 2012 Screenshots

@Teho
That's actually one of the few KDE setups I like, normally KDE looks so messy and bloated but yours is nice and clean.

Offline

#323 2012-07-29 10:55:18

DoctorSamulus
Member
Registered: 2010-11-04
Posts: 53

Re: July 2012 Screenshots

VInze wrote:

@Teho
That's actually one of the few KDE setups I like, normally KDE looks so messy and bloated but yours is nice and clean.

Agreed, probably one of the nicest KDE desktops I've seen in a while. Your pic inspired me to install KDE on my brothers computer big_smile

Offline

#324 2012-07-29 10:57:50

JHeaton
Member
From: United Kingdom
Registered: 2009-05-16
Posts: 158

Re: July 2012 Screenshots

w0ng wrote:

dwm... no longer pertag'ing

http://ompldr.org/tZXR4eA

What font are you using here? smile

Offline

#325 2012-07-29 11:24:14

Neg
Member
Registered: 2012-07-24
Posts: 17

Re: July 2012 Screenshots

Offline

Board footer

Powered by FluxBB