Author |
Message |
gutterslob
|
|
Post subject: RE: August 2011
Posted: 27.08.2011, 15:16
|
|
Joined: 2010-12-25
Posts: 44
Location: Wandering
Status: Offline
|
|
Netbook. Same old, with a tad more saturation.
Basically took the Debian Swirl's red/pink and worked the other colours around that.
Cheers. |
Last edited by gutterslob on 30.08.2011, 17:26; edited 1 time in total
|
|
|
|
|
hhh
|
|
Post subject:
Posted: 30.08.2011, 00:33
|
|
Joined: 2010-09-12
Posts: 16
Status: Offline
|
|
|
|
|
sourceion
|
|
Post subject: September 2011
Posted: 06.09.2011, 14:39
|
|
Joined: 2011-07-19
Posts: 8
Status: Offline
|
|
|
|
|
sitinavra
|
|
Post subject:
Posted: 19.09.2011, 10:54
|
|
Joined: 2011-03-12
Posts: 1
Location: Greece
Status: Offline
|
|
|
|
|
gutterslob
|
|
Post subject:
Posted: 20.09.2011, 13:46
|
|
Joined: 2010-12-25
Posts: 44
Location: Wandering
Status: Offline
|
|
Cwm.
|
Last edited by gutterslob on 21.09.2011, 13:58; edited 1 time in total
|
|
|
|
|
cookiess
|
|
Post subject:
Posted: 21.09.2011, 02:24
|
|
Joined: 2010-09-12
Posts: 5
Status: Offline
|
|
|
|
|
troII
|
|
Post subject:
Posted: 27.11.2011, 17:09
|
|
Joined: 2011-11-27
Posts: 1
Status: Offline
|
|
yes... windows>linux>mac |
|
|
|
|
|
gutterslob
|
|
Post subject:
Posted: 09.12.2011, 14:22
|
|
Joined: 2010-12-25
Posts: 44
Location: Wandering
Status: Offline
|
|
|
|
|
pumrel
|
|
Post subject:
Posted: 18.12.2011, 00:29
|
|
Joined: 2010-09-14
Posts: 117
Location: Czech Republic
Status: Offline
|
|
gutterslob wrote:
Cwm.
Hey, that's a very neat desktop and a great choice of colors. I have a KDE desktop but I might be just falling in love with console applications When I learn how to work with them it can be really fast. Is that an MOC player you have there? Can you describe me a little bit how you get such a desktop? Heh, I only know how to run KDE but I'd really like to try to work somtething like you have. |
_________________ Petr
|
|
|
|
|
DeepDayze
|
|
Post subject:
Posted: 18.12.2011, 00:54
|
|
Joined: 2010-09-11
Posts: 616
Location: USA
Status: Offline
|
|
troII wrote:
yes... windows>linux>mac
lol u heathen |
|
|
|
|
|
gutterslob
|
|
Post subject:
Posted: 24.12.2011, 10:50
|
|
Joined: 2010-12-25
Posts: 44
Location: Wandering
Status: Offline
|
|
pumrel wrote:
Hey, that's a very neat desktop and a great choice of colors. I have a KDE desktop but I might be just falling in love with console applications When I learn how to work with them it can be really fast. Is that an MOC player you have there? Can you describe me a little bit how you get such a desktop? Heh, I only know how to run KDE but I'd really like to try to work somtething like you have.
Pumrel,
Well, what you see there is a shot from my netbook (10") which, other than my browser (uzbl), is completely cli-based. It's mostly the same on my desktops as well, just maybe with a few more GTK apps like Gimp and such.
Well, to get such a desktop, the first thing you need to decide on is a window manager. Sure you can get CLI apps working fine on KDE as well, but I don't think that was the purpose of a question. Standalone window managers are plentiful, so you'll have to decide on one first. That screenshot was running Cwm, which I ported over (dirty hack) from Open BSD. I don't think it's available for most Linux distros (Arch has it in their AUR, though), but there are a ton of alternatives like EvilWM, TWM, even AmiWM if you want the old Amiga Workbench look. Openbox and Fluxbox are also good choices (I think aptosid comes with fluxbox included). Why not try those. With a little configuring, you should be able to have a nice Fluxbox setup running. Tiling window managers like dwm, xmonad and scrotwm are other alternatves.
With regards to terminals and their apps, you'll need to decide on a term emulator first. I tend to use URxvt as my main term emulator (search "rxvt-unicode" in the Debian repos). It requires either a ~/.Xdefaults or ~/.Xresources file for configuration. Here's a basic ~/.Xdefaults file to give you a basic idea.
Code:
URxvt*title: urxvt
URxvt*termName: rxvt-unicode
URxvt*font: -*-terminus-medium-r-normal-*-12-120-72-72-c-60-iso8859-1
URxvt*boldFont: -*-terminus-medium-r-normal-*-12-120-72-72-c-60-iso8859-1
!URxvt*font: xft:lime:pixelsize=7
!URxvt*boldFont: xft:lime:pixelsize=7
!URxvt*font: -Misc-Fixed-Medium-R-Semicondensed-*-12-110-75-75-C-60-ISO10646-1
!URxvt*boldFont: -Misc-Fixed-Medium-R-Semicondensed-*-12-110-75-75-C-60-ISO10646-1
URxvt*background: #333333
URxvt*foreground: #CCCCCC
URxvt*scrollBar: false
URxvt*secondaryscroll: true
URxvt*matcher.button: 1
URxvt*cursorBlink: true
URxvt*cursorUnderline: true
URxvt*cursorColor: #999999
URxvt*colorBD: #FFFFFF
URxvt*colorUL: #9966CC
URxvt*underlineColor: #999966
URxvt*internalBorder: 3
URxvt.perl-ext-common: default,matcher
!URxvt.transparent: true
URxvt*allow_bold: true
URxvt*depth: 24
URxvt*dynamicColors: on
!Xft*dpi: 96
!Xft*antialias: false
!Xft*hinting: full
URxvt*mapAlert: true
URxvt*visualBell: true
URxvt*urgentOnBell: true
!URxvt*inheritPixmap: true
!URxvt*tintColor: #000000
!URxvt*shading: 88
!---- Visibone 50/80 - 40/100 ----!
!BLACK
URxvt*color0: #666666
URxvt*color8: #999999
!RED
URxvt*color1: #CC6666
URxvt*color9: #FF9999
!GREEN
URxvt*color2: #66CC99
URxvt*color10: #99FFCC
!YELLOW
URxvt*color3: #CC9966
URxvt*color11: #FFCC99
!BLUE
URxvt*color4: #6699CC
URxvt*color12: #99CCFF
!MAGENTA
URxvt*color5: #CC6699
URxvt*color13: #FF99CC
!CYAN
URxvt*color6: #66CCCC
URxvt*color14: #99FFFF
!WHITE
URxvt*color7: #CCCCCC
URxvt*color15: #FFFFFF
Note: Variables with a ! before them are to be ignored. Make sure you change fonts to your liking (or "apt-get install xfonts-terminus" if you want to use Terminus like I've put in that config)
The music player you see is ncmpcpp, which is a front-end for the venerable mpd (music player daemon), both of which are available in the repos. You'll need to sort out your ~/.mpdconf and ~/.ncmpcpp/config to get both working. MoC is also a great player, though it doesn't play gapless which I need. Just ask if you need assistance with either.
Lastly, you need to get your vim colorschemes and other app configs sorted to properly take advantage of your term colorscheme, goes without saying. Take it one step at a time.
Hope this helps.
On topic:
This one's running ScrotWM (a tiling window manager) with windows manually floated.
Merry X'mas~!! |
|
|
|
|
|
Carnophage
|
|
Post subject:
Posted: 12.02.2012, 17:27
|
|
Joined: 2010-09-12
Posts: 59
Status: Offline
|
|
|
|
|
ley_lines
|
|
Post subject:
Posted: 18.02.2012, 14:42
|
|
Joined: 2010-10-19
Posts: 7
Status: Offline
|
|
|
|
|
gutterslob
|
|
Post subject:
Posted: 01.03.2012, 06:33
|
|
Joined: 2010-12-25
Posts: 44
Location: Wandering
Status: Offline
|
|
|
|
|
sourceion
|
|
Post subject: wmii
Posted: 02.03.2012, 22:36
|
|
Joined: 2011-07-19
Posts: 8
Status: Offline
|
|
|
|
|
|