You are not logged in.
Care to share your fonts? Your github link seems to be broken.
Offline
i deleted github for now, i'll update it soon...fonts are Glisp 9 (system) and Bitstream Vera Sans Mono 11 (terminal)
Offline
Finally back to Arch, with an SSD <3
http://ompldr.org/tYjE2ZA
Full Screen
Got to Arch with a SSD Rocks anywell.
Offline
Awesome, thanks!
we are Arch.
you will be assimilated!
resistance is futile!
Offline
gnome 3
clean:
http://img600.imageshack.us/img600/3202/unledclean.jpg
dirty:
http://img43.imageshack.us/img43/3517/unleduy.jpg
Mod edit: The images are too big. Changed to their urls. See post below for more. --bernarcher
Last edited by bernarcher (2011-10-31 07:42:03)
Offline
luckynoob,
welcome to the forums. Unfortunately, the images you posted are too big. There are limits, see our forum etiquette on this.
You may want to have a look at these screenshot posting rules as well.
To know or not to know ...
... the questions remain forever.
Offline
dwm with a monospaced serif (thanks to ewloni for the infinality tip...)
# edit: d'oh! It's November...
Last edited by jasonwryan (2011-11-01 00:07:05)
Offline
Compactness and speed :cool::cool:
dwm
Good! Can you share your Xdefaults and colorscript?
Offline
http://farm7.static.flickr.com/6096/6297573081_9b7ba24369_t.jpg http://farm7.static.flickr.com/6240/6297573129_95fe91d710_t.jpg
dwm with a monospaced serif (thanks to ewloni for the infinality tip...)
# edit: d'oh! It's November...
Can you share you muttrc?
Offline
ivoarch wrote:Compactness and speed :cool::cool:
dwmGood! Can you share your Xdefaults and colorscript?
.Xdefaults
!
! rxvt-unicode
!
URxvt.termName:rxvt-256color
URxvt*urgentOnBell: true
URxvt*visualBell: true
URxvt*skipBuiltinGlyphs: true
URxvt*borderless: true
URxvt*scrollBar: false
URxvt*saveLines: 5000
URxvt.buffered: true
!URxvt.shading: 100
!URxvt*transparent: True
URxvt*perl-lib: /usr/lib/urxvt/perl/
URxvt*perl-ext-common: default,matcher
URxvt*urlLauncher: /usr/bin/chromium
urxvt*matcher.button: 1
!FONTS
URxvt*font: -xos4-terminus-medium-*-*-*-12-*-*-*-*-*-iso8859-2
URxvt*boldFont: -xos4-terminus-bold-*-*-*-12-*-*-*-*-*-iso8859-2
!Xft settings
Xft.dpi: 96
Xft.antialias: 1
Xft.rgba: rgb
Xft.hinting: 1
!Xft.hintstyle: hintslight
!Xft.lcdfilter: lcddefault
!Colors
*background: #1c1c1c
*foreground: #C0C0C0
!= Default colors =!
!0;30 Black
!0;31 Red
!0;32 Green
!0;33 Brown
!0;34 Blue
!0;35 Purple
!0;36 Cyan
!0;37 Light Gray
!1;30 Dark Gray
!1;31 Light Red
!1;32 Light Green
!1;33 Yellow
!1;34 Light Blue
!1;35 Pink
!1;36 Light Cyan
!1;37 White
!= sider = !
! Black
*color0: #1c1c1c
*color8: #333333
! Red
*color1: #B28284
*color9: #BD8A8C
! Green
*color2: #82B284
*color10: #8ABD8C
! Yellow
*color3: #B2B282
*color11: #BDBD8A
! Blue
*color4: #8292B2
*color12: #8A9BBD
! Magenta
*color5: #A082B2
*color13: #A082B2
! Cyan
*color6: #82B2A6
*color14: #8ABDB0
! White
*color7: #B2B2B2
*color15: #BDBDBD
!! jwr dark
!black
! *color0: #333333
! *color8: #3D3D3D
!red
! *color1: #8C4665
! *color9: #BF4D80
!green
! *color2: #287373
! *color10: #53A6A6
!yellow
! *color3: #7E5D7A
! *color11: #A270A3
!blue
! *color4: #395573
! *color12: #477AB3
!magenta
! *color5: #5E468C
! *color13: #7E62B3
!cyan
! *color6: #31658C
! *color14: #6096BF
!white
! *color7: #899CA1
! *color15: #C0C0C0
abcansi
#!/bin/sh
#
# Autor: Ivo
# ANSI Color -- use these variables to easily have different color
# and format output. Make sure to output the reset sequence after
# colors (f = foreground, b = background), and use the 'off'
# feature for anything you turn on.
#
initializeANSI()
{
esc=""
blackf="${esc}[30m"; redf="${esc}[31m"; greenf="${esc}[32m"
yellowf="${esc}[33m" bluef="${esc}[34m"; purplef="${esc}[35m"
cyanf="${esc}[36m"; whitef="${esc}[37m" whitef="${esc}[37m"
blackb="${esc}[40m"; redb="${esc}[41m"; greenb="${esc}[42m"
yellowb="${esc}[43m" blueb="${esc}[44m"; purpleb="${esc}[45m"
cyanb="${esc}[46m"; whiteb="${esc}[47m"
boldon="${esc}[1m"; boldoff="${esc}[22m"
italicson="${esc}[3m"; italicsoff="${esc}[23m"
ulon="${esc}[4m"; uloff="${esc}[24m"
invon="${esc}[7m"; invoff="${esc}[27m"
reset="${esc}[0m"
}
# note in this first use that switching colors doesn't require a reset
# first - the new color overrides the old one.
initializeANSI
cat << EOF
${boldon}${redf} ██████ ${reset} ${boldon}${greenf}██████ ${reset}${boldon}${yellowf} ██████${reset} ${boldon}${bluef}██████ ${reset} ${boldon}${purplef} ██████${reset} ${boldon}${cyanf} ███████${reset}
${boldon}${redf} ████████${reset} ${boldon}${greenf}██ ██ ${reset}${boldon}${yellowf}██ ${reset} ${boldon}${bluef}██ ██${reset} ${boldon}${purplef}██████ ${reset} ${boldon}${cyanf}█████████${reset}
${redf} ██ ████${reset} ${greenf}██ ████ ${reset}${yellowf}████ ${reset} ${bluef}████ ██${reset} ${purplef}████ ${reset} ${cyanf}█████ ${reset}
${redf} ██ ██${reset} ${greenf}██████ ${reset}${yellowf}████████${reset} ${bluef}██████ ${reset} ${purplef}████████${reset} ${cyanf}██ ${reset}
EOF
Offline
TheImmortalPhoenix wrote:Care to share your fonts? Your github link seems to be broken.
are your colors to your config on your github? For all those additional colors is there a patch you used?
Offline
Cloudef wrote:TheImmortalPhoenix wrote:Care to share your fonts? Your github link seems to be broken.
are your colors to your config on your github? For all those additional colors is there a patch you used?
My github if offline now...what do you mean for additional colors? They are the 16 colors defined in the Xdefaults...
Offline
cirnOS wrote:Cloudef wrote:Care to share your fonts? Your github link seems to be broken.
are your colors to your config on your github? For all those additional colors is there a patch you used?
My github if offline now...what do you mean for additional colors? They are the 16 colors defined in the Xdefaults...
Oh sorry I was asking about cloudef's dwm config.
Offline
are your colors to your config on your github? For all those additional colors is there a patch you used?
Offline
cirnOS wrote:are your colors to your config on your github? For all those additional colors is there a patch you used?
is this the correct config.def.h you are using for your screenshot? I like the colors you chose for DWM. That is why I am asking.
https://github.com/Cloudef/dwm-fork/blo … nfig.def.h
Last edited by cirnOS (2011-11-02 01:38:59)
Offline
config.h contains my current stuff, however config.def.h should have same colors if I remember right, if not. You can just copy from config.h
Offline
cirnOS wrote:config.h contains my current stuff, however config.def.h should have same colors if I remember right, if not. You can just copy from config.h
Alright thanks mate.
edit: I'm having an issue compiling dwm. I defined the max colors like I saw in your dwm.c, however im having an issue with 'getcolor'
» root╺─╸[dwm-5.9]; make clean install
cleaning
dwm build options:
CFLAGS = -std=c99 -pedantic -Wall -Os -I. -I/usr/include -I/usr/X11R6/include -DVERSION="5.9" -DXINERAMA
LDFLAGS = -s -L/usr/lib -lc -L/usr/X11R6/lib -lX11 -L/usr/X11R6/lib -lXinerama
CC = cc
creating config.h from config.def.h
CC dwm.c
In file included from dwm.c:282:0:
config.h:61:68: error: ‘normbgcolor’ undeclared here (not in a function)
config.h:61:88: error: ‘normfgcolor’ undeclared here (not in a function)
config.h:61:108: error: ‘selbgcolor’ undeclared here (not in a function)
config.h:61:127: error: ‘selfgcolor’ undeclared here (not in a function)
dwm.c:925:1: warning: return type defaults to ‘int’ [enabled by default]
dwm.c:925:1: error: conflicting types for ‘getcolor’
dwm.c:923:1: note: previous declaration of ‘getcolor’ was here
make: *** [dwm.o] Error 1
edit: would I need the status colors patch?
Last edited by cirnOS (2011-11-05 23:30:43)
Offline
Different month, same setup. ( at least for the laptop )
Nice wallpaper. Mind sharing?
Offline
Offline
Some crunchbangers inspired me to do a matrix-esque theme:
http://ubuntuone.com/40mPKOghTildjsBPpL3Xgb
font
That's herbstluftwm, by the way.
Umm .... it's November. Might want to post in the November screenshots thread.
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline
oops. AWKWARD.
Offline
gnomeye, wrong thread.
We leave this thread open so that users can keep discussing older images. But please do not post new shots here.
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline