You are not logged in.
SolarBoyMatt wrote:eren wrote:wmfs2 with dual bars
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
Yes, it's cure. Good guess.
Arch x86_64
Offline
Not much change for mine, DWM as always.
How to achieve the same appearance as the fonts you have? What the font? Ubuntu patches applied? What is smoothing?
Offline
Offline
w0ng wrote:dwm... no longer pertag'ing
That font rendering is gorgeous! Share your secret?
All configs @ https://github.com/w0ng
Offline
@beastie: gtk theme?
Offline
Xyzodiac wrote:w0ng wrote:dwm... no longer pertag'ing
That font rendering is gorgeous! Share your secret?
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
My freshly installed Arch system
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
Hey, I really like that terminal font. May you wish to share the name of it ? Thank you!
Offline
Crunch wrote:Not much change for mine, DWM as always.
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
Offline
Serg555 wrote:Crunch wrote:Not much change for mine, DWM as always.
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
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
Shellshape in action:
Hope you like it.
Offline
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
Beastie 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
Offline
@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
Have you noticed you have a typo in your Xdefaults/Xresources?
URxvt.borderLess: tru
Just an accident while posting
Registered Linux user #536591.
Offline
Offline
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/tZWtxdgPretty 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
@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
@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
Offline
dwm... no longer pertag'ing
What font are you using here?
Offline
tmux.conf: http://ompldr.org/vZXdwYg
Offline