You are not logged in.

#326 2009-03-15 16:40:59

freigeist
Member
From: Cologne, Germany
Registered: 2006-07-14
Posts: 191

Re: March 2009 Screenshots

Ion3_on_my_Eee_by_fr31g31st.png

Ion3_on_my_Eee___Vimperator_by_fr31g31st.png

Last edited by freigeist (2009-03-15 16:53:08)


Elfenbeinturm.cc
a metaphysical space of solitude and sanctity: http://www.elfenbeinturm.cc

Offline

#327 2009-03-15 17:26:23

Zepp
Member
From: Ontario, Canada
Registered: 2006-03-25
Posts: 334
Website

Re: March 2009 Screenshots

Borosai wrote:
Zepp wrote:

Could you post your vimrc too by chance? I think I am missing something...

Sure.

" Vim configuration
" Location:     ~/.vimrc
" Maintainer:   Ricky Cintron 'borosai' [borosai at gmail dot com]
" Last Change:  2009 Mar 09

"---Initialization
set nocompatible
set background=dark
syntax on
colorscheme b16
filetype plugin indent on

"---General behavior
set mouse=a
set backspace=indent,eol,start
set swapfile
"set directory=
set history=50
set noerrorbells
set novisualbell

"---Appearance
set number
set laststatus=2
set statusline=%<%-2.2n\ %f\ %h%m%r%w%=%-14.(%l,%c%V%)\ %P
set ruler
set cmdheight=1
set showmode
set showcmd
set wildmenu
"set wildignore=
set shortmess=filnxoOtTI
set report=0

"---Formatting
set textwidth=80
set nowrap
set formatoptions=tcrq
set fileformats=unix,dos,mac
set listchars+=tab:>-,trail:-,extends:>,precedes:<

"---Backup
set nobackup
"set writebackup
"set backupcopy
"set backupdir=
"set backupext=.vimbak

"---Encoding
set encoding=utf-8
"set fileencodings=ucs-bom,utf-8,default,latin1

"---Indenting
set smartindent
set autoindent
"set cindent
set expandtab
set tabstop=4
set softtabstop=4
set shiftwidth=4
set shiftround

"---Searching
set hlsearch
set incsearch
set ignorecase
set smartcase

"---Folding
set foldmethod=manual
nnoremap <Space> za

"---Abbreviations
iab _rcb Ricky Cintron 'borosai' [borosai at gmail dot com]

"---Miscellaneous mappings
nmap Y y$

"---Spell checking
function! ToggleSpell()
    if !exists("b:spell")
        setlocal spell spelllang=en_us
        let b:spell = 1
        echo "Spell Check [On]"
    else
        setlocal nospell
        unlet b:spell
        echo "Spell Check [Off]"
    endif
endfunction

nmap <F4> :call ToggleSpell()<CR>
imap <F4> <Esc>:call ToggleSpell()<CR>a

"---Filetype plugins
"---XML Edit [xml.vim]
let xml_jump_string = "`"

"---Autocommands
au BufNewFile,BufRead *.xml source ~/.vim/ftplugin/xml.vim
au BufNewFile,BufRead *.xml set tabstop=2
au BufNewFile,BufRead *.xml set softtabstop=2
au BufNewFile,BufRead *.xml set shiftwidth=2

hmm for some reason the colorscheme isn't working for me, i open up my vimrc and it is basically all uncoloured save for a few words.

Offline

#328 2009-03-15 18:37:26

strankan
Member
From: Sundsvall - Sweden
Registered: 2006-11-08
Posts: 97

Re: March 2009 Screenshots

How did you get all that info into ions "bar"? info on the workspaces and all that. Would definitely like to know how you did it smile

Offline

#329 2009-03-15 19:02:52

freigeist
Member
From: Cologne, Germany
Registered: 2006-07-14
Posts: 191

Re: March 2009 Screenshots

cfg_statusbar.lua in .ion3 directory:

template="[%workspace_num_name_pager | %date | %load | %laptopstatus_cpuspeed | %laptopstatus_temperature | %laptopstatus_batterytimeleft | %cmusscroll] %filler%systray",

You will find most of the required statusd-scripts here. The one for cmus is from here.


Elfenbeinturm.cc
a metaphysical space of solitude and sanctity: http://www.elfenbeinturm.cc

Offline

#330 2009-03-15 20:42:21

strankan
Member
From: Sundsvall - Sweden
Registered: 2006-11-08
Posts: 97

Re: March 2009 Screenshots

Sweet, thanks alot!

Offline

#331 2009-03-15 20:47:42

Funbird
Member
From: Germany
Registered: 2007-09-24
Posts: 14

Re: March 2009 Screenshots

I'm play with e17, nice, and fast.


e17.th.png
e171.th.png

Offline

#332 2009-03-15 20:57:17

Joe_Arch
Member
Registered: 2008-11-27
Posts: 67

Re: March 2009 Screenshots

First post in a screenshot thread smile Been running Arch for about 2 weeks -- converted from Ubuntu.

Hey, does anyone know why my arch script says I'm running 2 icon sets? That's kinda weird.

th_2009-03-14-035628_1440x900_scrot.png

th_2009-03-15-134629_1440x900_scrot.png

Last edited by Joe_Arch (2009-03-15 21:01:22)

Offline

#333 2009-03-16 01:13:58

Daisuke_Aramaki
Member
From: ++49/711
Registered: 2008-10-06
Posts: 651
Website

Re: March 2009 Screenshots

Just for a change! XFCE4.6

XFCE4_6_Lunar_Linux_by_pkmurugan.png

Last edited by Daisuke_Aramaki (2009-03-16 01:39:24)


"You know what I found? Right in the kernel, in the heart of the operating system, I found a developer's comment that said, `Does this belong here?`" -- Simon Lok about Linux kernel in 2005
Reflections on the Strange and the not so Strange
http://skinwalker.wordpress.com

Offline

#334 2009-03-16 01:17:21

SamC
Member
From: Calgary
Registered: 2008-05-13
Posts: 611
Website

Re: March 2009 Screenshots

What's that icon theme? It looks great.

Offline

#335 2009-03-16 01:33:54

Daisuke_Aramaki
Member
From: ++49/711
Registered: 2008-10-06
Posts: 651
Website

Re: March 2009 Screenshots

SamC wrote:

What's that icon theme? It looks great.

vcrash? anyway sorry about the delay! Here you go, the icon theme is called Sun Festa, currently my favorite icon theme! Here is the link!

http://gnome-look.org/content/show.php/ … tent=82938


"You know what I found? Right in the kernel, in the heart of the operating system, I found a developer's comment that said, `Does this belong here?`" -- Simon Lok about Linux kernel in 2005
Reflections on the Strange and the not so Strange
http://skinwalker.wordpress.com

Offline

#336 2009-03-16 01:40:45

SamC
Member
From: Calgary
Registered: 2008-05-13
Posts: 611
Website

Re: March 2009 Screenshots

Alright, thanks! And yeah, that's me.

Offline

#337 2009-03-16 03:56:36

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

Re: March 2009 Screenshots

FallenWizard wrote:

This is my current KDE4.2 Desktop:
http://img155.imageshack.us/img155/7403 … to4.th.png

Style: Bespin

That's a really nice screenshot. What plasma theme is that and what fonts are those in the window title?

Offline

#338 2009-03-16 07:27:45

MazurMe
Member
From: London
Registered: 2009-02-22
Posts: 72

Re: March 2009 Screenshots

#Daisuke_Aramaki
Would you like to share your wallpaper? tongue


Archlinux: x86_64, Gnome 2.26.*
I am registered Linux user number 485935 since september, 2007.

Offline

#339 2009-03-16 08:59:43

ArchGh0ul
Member
Registered: 2008-10-23
Posts: 96

Re: March 2009 Screenshots

MazurMe wrote:

#Daisuke_Aramaki
Would you like to share your wallpaper? tongue

AND your gtk theme ?!:)

Offline

#340 2009-03-16 11:45:12

na12
Member
From: /home/serbia
Registered: 2008-12-23
Posts: 752

Re: March 2009 Screenshots

MazurMe wrote:

#Daisuke_Aramaki
Would you like to share your wallpaper? tongue

+1

Offline

#341 2009-03-16 11:54:41

Agent69
Member
Registered: 2006-05-26
Posts: 189

Re: March 2009 Screenshots

Daisuke_Aramaki wrote:

I thought you were Xmonad For Life. What happened?

In my case, I'm still using OpenBSD on the desktop, so I haven't plugged in a new screenshot like I thought I would on Friday.

Offline

#342 2009-03-16 11:57:53

Daisuke_Aramaki
Member
From: ++49/711
Registered: 2008-10-06
Posts: 651
Website

Re: March 2009 Screenshots

@MazurMe and na12

Here is the wallpaper!

http://thesneakyrogue.deviantart.com/ar … -102632594

@ArchGh0ul

The gtk is CrazyMothafucka suite! Yes thats how it is called! valrog@DA sure has a penchant for naming his themes like that! But all his themes are awesome! Here is the link by the way!

http://thevalrog.deviantart.com/art/Cra … -113613833


"You know what I found? Right in the kernel, in the heart of the operating system, I found a developer's comment that said, `Does this belong here?`" -- Simon Lok about Linux kernel in 2005
Reflections on the Strange and the not so Strange
http://skinwalker.wordpress.com

Offline

#343 2009-03-16 12:00:44

Daisuke_Aramaki
Member
From: ++49/711
Registered: 2008-10-06
Posts: 651
Website

Re: March 2009 Screenshots

Agent69 wrote:
Daisuke_Aramaki wrote:

I thought you were Xmonad For Life. What happened?

In my case, I'm still using OpenBSD on the desktop, so I haven't plugged in a new screenshot like I thought I would on Friday.

He he! I know I said that, and yes I do find myself comfortable with tiling WM's. But after a bad experience trying to hack Xmonad, I broke some stuff, and went back to dwm which i still use a lot these days. Once I have some time on my hands again, I will revisit Xmonad! Just thought to give XFCE4.6 a test, thats all.


"You know what I found? Right in the kernel, in the heart of the operating system, I found a developer's comment that said, `Does this belong here?`" -- Simon Lok about Linux kernel in 2005
Reflections on the Strange and the not so Strange
http://skinwalker.wordpress.com

Offline

#344 2009-03-16 12:57:38

FallenWizard
Member
From: Vienna/ Austria
Registered: 2007-12-10
Posts: 99

Re: March 2009 Screenshots

solarwind wrote:
FallenWizard wrote:

This is my current KDE4.2 Desktop:
http://img155.imageshack.us/img155/7403 … to4.th.png

Style: Bespin

That's a really nice screenshot. What plasma theme is that and what fonts are those in the window title?

The plasma theme is called "Droid" and I am using Bitstream Vera Sans - 8 for all fonts in KDE. (Except fixed width)

Offline

#345 2009-03-16 12:58:50

kant1
Member
Registered: 2006-11-28
Posts: 57

Re: March 2009 Screenshots

Does anyone still have the zip file for The Darkness wallpaper in their download folder?  The link doesn't seem to be working, and I'd really like that wallpaper pack...

Offline

#346 2009-03-16 13:06:46

Daisuke_Aramaki
Member
From: ++49/711
Registered: 2008-10-06
Posts: 651
Website

Re: March 2009 Screenshots

kant1 wrote:

Does anyone still have the zip file for The Darkness wallpaper in their download folder?  The link doesn't seem to be working, and I'd really like that wallpaper pack...

Here you go! I uploaded it over at mediafire! Hope that helps!

http://www.mediafire.com/?0pcj0zvgstl


"You know what I found? Right in the kernel, in the heart of the operating system, I found a developer's comment that said, `Does this belong here?`" -- Simon Lok about Linux kernel in 2005
Reflections on the Strange and the not so Strange
http://skinwalker.wordpress.com

Offline

#347 2009-03-16 13:34:07

De Mysteriis
Member
Registered: 2008-11-23
Posts: 19

Re: March 2009 Screenshots

Daisuke_Aramaki wrote:

Great shot! smile Which GTK font do you use?

Offline

#348 2009-03-16 14:13:33

Daisuke_Aramaki
Member
From: ++49/711
Registered: 2008-10-06
Posts: 651
Website

Re: March 2009 Screenshots

De Mysteriis wrote:
Daisuke_Aramaki wrote:

Great shot! smile Which GTK font do you use?

thanks. the font is cure, from artwiz package.


"You know what I found? Right in the kernel, in the heart of the operating system, I found a developer's comment that said, `Does this belong here?`" -- Simon Lok about Linux kernel in 2005
Reflections on the Strange and the not so Strange
http://skinwalker.wordpress.com

Offline

#349 2009-03-16 14:25:50

pogeymanz
Member
Registered: 2008-03-11
Posts: 1,020

Re: March 2009 Screenshots

Here is my work computer. Right now I'm running Debian (only because my Kubuntu disc errored out, and I'm not going to spend a lot of time installing Arch) with KDE 3.5.

It really makes me appreciate how wonderful Arch is.

worky.th.png

Offline

#350 2009-03-16 14:29:06

ArchGh0ul
Member
Registered: 2008-10-23
Posts: 96

Re: March 2009 Screenshots

Daisuke_Aramaki wrote:

@ArchGh0ul

The gtk is CrazyMothafucka suite! Yes thats how it is called! valrog@DA sure has a penchant for naming his themes like that! But all his themes are awesome! Here is the link by the way!

http://thevalrog.deviantart.com/art/Cra … -113613833

Cheers mate

Offline

Board footer

Powered by FluxBB