SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#326 2011-11-08 17:44:55

ninjaaron
#! CrunchBanger
From: userland
Registered: 2011-10-22
Posts: 212
Website

Re: November 2011 screenshot thread

Fixed post 320

el_koraco wrote:

just use omploader or zimages like the rest of the sane world.

Yeah, maybe.  I like doing it with my cloud stuff.

Last edited by ninjaaron (2011-11-08 17:46:31)

Offline

Help fund CrunchBang, donate to the project!

#327 2011-11-08 17:51:19

gutterslob
#! Resident Bum
Registered: 2009-11-03
Posts: 3,137

Re: November 2011 screenshot thread

ninjaaron wrote:

Yeah, maybe.  I like doing it with my cloud stuff.

Hey!! This here's a family-friendly site. No profanity please. tongue


Point & Squirt

Offline

#328 2011-11-08 17:54:21

ninjaaron
#! CrunchBanger
From: userland
Registered: 2011-10-22
Posts: 212
Website

Re: November 2011 screenshot thread

If you think that's bad, you should read my intro thread.

Offline

#329 2011-11-08 17:56:11

gutterslob
#! Resident Bum
Registered: 2009-11-03
Posts: 3,137

Re: November 2011 screenshot thread

^I don't read the introductions, mainly cos (in my experience on various forums) a lot people say hi and vanish.
But I heard you started font-peddling the moment you got here. lol


Point & Squirt

Offline

#330 2011-11-08 19:12:41

Doomicide
#! Junkie
From: the Nightosphere
Registered: 2011-06-24
Posts: 472
Website

Re: November 2011 screenshot thread

I just realized I haven't posted a busy scrot for ages, so here we go:
tYjZyOQ


“From each according to his faculties; to each according to his needs”
Look at the code. Look at the silly code!

Offline

#331 2011-11-08 20:35:51

ninjaaron
#! CrunchBanger
From: userland
Registered: 2011-10-22
Posts: 212
Website

Re: November 2011 screenshot thread

I like your color scheme.  I was thinking about doing forest-colors theme, and what you've got there would be a great starting point.

Offline

#332 2011-11-08 23:09:11

el_koraco
#!/loony/bun
From: inside Ed
Registered: 2011-07-25
Posts: 4,749

Re: November 2011 screenshot thread

ninjaaron wrote:

I made some vim themes to go with them,

Do share the one on the white desktop, wouldya?

Offline

#333 2011-11-08 23:29:30

ninjaaron
#! CrunchBanger
From: userland
Registered: 2011-10-22
Posts: 212
Website

Re: November 2011 screenshot thread

el_koraco wrote:
ninjaaron wrote:

I made some vim themes to go with them,

Do share the one on the white desktop, wouldya?

Eh, ok.

Here's the vim colorscheme file for the monochrome layout:

" Vim color file

hi clear
if exists("syntax_on")
  syntax reset
endif

let colors_name = "light"

" Colors for syntax highlighting
hi Comment term=bold ctermfg=15 
hi Constant term=underline ctermfg=7 
hi Special term=bold ctermfg=7 
hi Identifier term=underline cterm=bold ctermfg=0 
hi Statement term=bold ctermfg=0 
hi PreProc term=underline cterm=bold ctermfg=15 
hi Type term=underline ctermfg=8 
hi Ignore cterm=bold ctermfg=7 
hi Error term=reverse cterm=bold ctermfg=7 ctermbg=1 
hi Todo term=standout ctermfg=0 ctermbg=3

This is my urxvt command.  Its not monochrome, though I also have one of those hot-keyed for apps that have colors schemes that I don't like:

urxvtc -fn xft:bitbuntufull -bg rgb:ff/ff/ff --color0 rgb:44/44/44 --color1 rgb:ee/88/88 --color3 rgb:e5/e5/44 --color4 rgb:88/88/dd --color7 rgb:88/88/88 --color8 rgb:66/66/66 --color11 rgb:ee/ee/88 --color12 rgb:bb/bb/ff --color15 rgb:bb/bb/bb

All other colors are the defaults from my .Xresources.

[edit]
does this mean you've graduated to vim?  I was going to post a shot with the Killers playing to with your new avatar, but I guess I better not mess with you if you're using a text editor for grown-ups now. tongue

Last edited by ninjaaron (2011-11-08 23:38:44)

Offline

#334 2011-11-08 23:35:01

ninjaaron
#! CrunchBanger
From: userland
Registered: 2011-10-22
Posts: 212
Website

Re: November 2011 screenshot thread

Unia wrote:

That looks nice! Do you have any idea how I can use that font in Konsole (KDE terminal)? KDE can not install nor use bitmap fonts, sadly sad

Sorry I missed this post!  I don't use KDE at all, but I have a feeling that it's a distro issue, rather than a KDE issue.  Which distro are you using?

Offline

#335 2011-11-08 23:42:32

el_koraco
#!/loony/bun
From: inside Ed
Registered: 2011-07-25
Posts: 4,749

Re: November 2011 screenshot thread

Thanks. I gotta make my own vim colorscheme, I'm not happy with any one so far. I think I'll take yours as the reference point.
@Unia
run

sudo dpkg-reconfigure fontconfig-config

Answer Yes to the third question, log out and back in.

Last edited by el_koraco (2011-11-08 23:43:43)

Offline

#336 2011-11-08 23:50:27

ninjaaron
#! CrunchBanger
From: userland
Registered: 2011-10-22
Posts: 212
Website

Re: November 2011 screenshot thread

el_koraco wrote:

Thanks. I gotta make my own vim colorscheme, I'm not happy with any one so far. I think I'll take yours as the reference point.

The default color schemes, if you're interested, are all stored in /usr/share/vim/vim73/colors (at least in Arch).  I used one of those as a starting point.

Last edited by ninjaaron (2011-11-08 23:51:40)

Offline

#337 2011-11-08 23:56:03

el_koraco
#!/loony/bun
From: inside Ed
Registered: 2011-07-25
Posts: 4,749

Re: November 2011 screenshot thread

vim72 here. I know, and I've tried some of the colors I found online, but none satisfy me. I'm configuring all of vim in /etc or /usr/share, because ~/.vim and ~/.vimrc don't work. No idea why, but this affects the root account as well, so it's ok.

Aren't you proud I'm not using nano any longer?

Last edited by el_koraco (2011-11-08 23:56:34)

Offline

#338 2011-11-09 00:53:50

ninjaaron
#! CrunchBanger
From: userland
Registered: 2011-10-22
Posts: 212
Website

Re: November 2011 screenshot thread

el_koraco wrote:

vim72 here. I know, and I've tried some of the colors I found online, but none satisfy me. I'm configuring all of vim in /etc or /usr/share, because ~/.vim and ~/.vimrc don't work. No idea why, but this affects the root account as well, so it's ok.

I have mine stored in ~/.vim/colors/.  I don't know if that's really a difference, but there it is.


Aren't you proud I'm not using nano any longer?

proud as a peacock.

Offline

#339 2011-11-09 01:10:03

safetycopy
urban legend
From: The Chatsubo
Registered: 2010-04-03
Posts: 1,311

Re: November 2011 screenshot thread

OT alert!
If you do vim, you need Vundle! smile


i wonder if i missed the warning
Skinny Puppy, Love in Vein

Offline

#340 2011-11-09 02:32:34

sunfizz98
Carbonated Orange Juice
From: su terminal
Registered: 2011-05-12
Posts: 1,876
Website

Re: November 2011 screenshot thread

@el_koraco
No colorful apple from the old days?

@Doomicide
Nice Scrot.

Offline

#341 2011-11-09 04:56:58

lampe
Member
From: Hamburg, Germany
Registered: 2011-10-27
Posts: 23

Re: November 2011 screenshot thread

j4q4pbaa.png

simple like !#

big_smile

Offline

#342 2011-11-09 09:49:05

ThomasAdam
#! Member
Registered: 2009-10-30
Posts: 74

Re: November 2011 screenshot thread

gutterslob wrote:

Thomas
Blimey!! ... What happened to the bears?
Good stuff, like always.

XTeddy is still there.  smile  Behind tmux.

-- Thomas Adam

Offline

#343 2011-11-09 12:15:33

Unia
#! Octo-portal-pussy
From: The Netherlands
Registered: 2010-07-17
Posts: 4,171

Re: November 2011 screenshot thread

ninjaaron wrote:
Unia wrote:

That looks nice! Do you have any idea how I can use that font in Konsole (KDE terminal)? KDE can not install nor use bitmap fonts, sadly sad

Sorry I missed this post!  I don't use KDE at all, but I have a feeling that it's a distro issue, rather than a KDE issue.  Which distro are you using?

Kubuntu, haven't looked in to it any further yet, so... big_smile


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Github

I am a #! forum moderator. Feel free to send me a PM with any question you have!

Offline

#344 2011-11-09 15:02:05

Doomicide
#! Junkie
From: the Nightosphere
Registered: 2011-06-24
Posts: 472
Website

Re: November 2011 screenshot thread

ninjaaron wrote:

I like your color scheme.  I was thinking about doing forest-colors theme, and what you've got there would be a great starting point.

It's in the colorscheme thread: http://crunchbanglinux.org/forums/topic … ot/page/5/ smile


“From each according to his faculties; to each according to his needs”
Look at the code. Look at the silly code!

Offline

#345 2011-11-09 15:17:00

xeNULL
#! Pirate
From: The Internet
Registered: 2011-01-23
Posts: 811

Re: November 2011 screenshot thread

Mine for today not sure if I will ever leave mono
tYjczYg tYjczZQ


AKA xii on #crunchbang #!WMFS2
dotshare | dA | 1 1 0 1 0 1 0 0 0

Offline

#346 2011-11-09 15:44:10

koleoptero
#! Junkie
From: Athens, Greece
Registered: 2011-03-03
Posts: 401

Re: November 2011 screenshot thread

Unia wrote:
ninjaaron wrote:
Unia wrote:

That looks nice! Do you have any idea how I can use that font in Konsole (KDE terminal)? KDE can not install nor use bitmap fonts, sadly sad

Sorry I missed this post!  I don't use KDE at all, but I have a feeling that it's a distro issue, rather than a KDE issue.  Which distro are you using?

Kubuntu, haven't looked in to it any further yet, so... big_smile

My konsole can work with bitmap fonts, at least with terminus that I have tried.


I Can't Sing

Offline

#347 2011-11-09 15:51:26

ivanovnegro
Ivan #000000
From: unstable madness
Registered: 2011-06-02
Posts: 5,431

Re: November 2011 screenshot thread

My first one for this month. Lately I really began to tweak some things. Today I got fed up with the Gtk3 mess, ditched almost all of them out of my house. smile

Now I have a new retro look.

1

2

Also Sonata is up and running, I made it finally to the cool club of MPD. Maybe some of us are bad distroholics I am rather an audioholic. Just wait until I maybe set up some nice CLI client. smile

Offline

#348 2011-11-09 16:01:25

SuNjACk
#! Die Hard
Registered: 2010-05-23
Posts: 545

Re: November 2011 screenshot thread

Did I posted this yet?

tYjc0Nw

tYjc0OA


"I'd rather run Linux on a 6.5KHz machine through an ARM emulator than run Vista"

Offline

#349 2011-11-09 16:20:28

ivanovnegro
Ivan #000000
From: unstable madness
Registered: 2011-06-02
Posts: 5,431

Re: November 2011 screenshot thread

^ Wow wow wow, looks pretty good.

Offline

Help fund CrunchBang, donate to the project!

#350 2011-11-09 16:24:42

ninjaaron
#! CrunchBanger
From: userland
Registered: 2011-10-22
Posts: 212
Website

Re: November 2011 screenshot thread

Unia wrote:

Kubuntu, haven't looked in to it any further yet, so... big_smile

Ubuntu (and Debian, and Fedora) has bitmap fonts disabled by default.

In Ubuntu, you there is a file in /etc/fonts/conf.d/70-no-bitmap-fonts that you have to delete.  Delete this file and reboot.  You should then be able to use bitmap fonts.

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo