Mixed bag

Forum rules
Post your scrot in the appropriate section. If the section does not exist yet - open a new thread ;)
User avatar
ivanovnegro
Minister of Truth
Posts: 5449
Joined: Wed Oct 17, 2012 11:12 pm

Re: Screenshots

Unread post by ivanovnegro » Mon Oct 28, 2013 10:11 pm

^ Yes, it is. Oh I really dig Dkeg's colors.

User avatar
slartie
Grump
Posts: 416
Joined: Tue Jun 18, 2013 12:35 pm
Location: Denmark
Contact:

Re: Screenshots

Unread post by slartie » Mon Oct 28, 2013 10:26 pm

GekkoP wrote:^thx
Here's with dkg suggestion. Much better.
Image
nice one .. mind sharing that setup?

User avatar
rhowaldt
Dog
Posts: 4565
Joined: Wed Oct 17, 2012 9:01 am
Contact:

Re: Screenshots

Unread post by rhowaldt » Mon Oct 28, 2013 11:08 pm

i find that, as a rule of thumb, when a fellow member of this offensive little group gives a suggestion, it is a good one. if it isn't, it is still worth considering.
All statements are true in some sense, false in some sense, meaningless in some sense, true and false in some sense, true and meaningless in some sense, false and meaningless in some sense, and true and false and meaningless in some sense.

User avatar
DebianJoe
Frame Buffer
Posts: 1915
Joined: Mon Jul 01, 2013 5:41 am
Location: emacs.d

Re: Screenshots

Unread post by DebianJoe » Mon Oct 28, 2013 11:33 pm

Very artistic Gekko. I like Dkeg's colors with it as well.
(on cwm + tmux....I've been using dwm for a while now, and I love it, but I'm always using C^a -< to try to get back to the left side terminal. Then I start typing in the wrong frame. I have considered remapping the keys to match my tmux because jumping between console and X sessions messes my groove up.)
|>>BBQ Roaster, Alpha Branch<< | >> clinky << | >> X11 must die << |
Thanks BASIC

User avatar
gutterslob
Resident Tranny
Posts: 1126
Joined: Thu Aug 08, 2013 7:13 pm

Re: Screenshots

Unread post by gutterslob » Tue Oct 29, 2013 5:01 am

The usual ballsack....

Image

User avatar
DebianJoe
Frame Buffer
Posts: 1915
Joined: Mon Jul 01, 2013 5:41 am
Location: emacs.d

Re: Screenshots

Unread post by DebianJoe » Tue Oct 29, 2013 6:47 am

Starting the process of diff-ing out themes for source-based systems.
Image
|>>BBQ Roaster, Alpha Branch<< | >> clinky << | >> X11 must die << |
Thanks BASIC

User avatar
rhowaldt
Dog
Posts: 4565
Joined: Wed Oct 17, 2012 9:01 am
Contact:

Re: Screenshots

Unread post by rhowaldt » Tue Oct 29, 2013 9:14 am

@slob: Fabriclive: Goldie. nice :)
@DJ: damn beautiful wall.
this reminds me... wasn't there an app that extracts colorschemes based on an image you feed it?
All statements are true in some sense, false in some sense, meaningless in some sense, true and false in some sense, true and meaningless in some sense, false and meaningless in some sense, and true and false and meaningless in some sense.

User avatar
DebianJoe
Frame Buffer
Posts: 1915
Joined: Mon Jul 01, 2013 5:41 am
Location: emacs.d

Re: Screenshots

Unread post by DebianJoe » Tue Oct 29, 2013 9:31 am

I'm not sure Rho. I liked the photo, so I found an Xresources that looked like a decent match, and then I modded st and dwm to adopt those colors since I don't use xrdb on rsi.
|>>BBQ Roaster, Alpha Branch<< | >> clinky << | >> X11 must die << |
Thanks BASIC

User avatar
rhowaldt
Dog
Posts: 4565
Joined: Wed Oct 17, 2012 9:01 am
Contact:

Re: Screenshots

Unread post by rhowaldt » Tue Oct 29, 2013 9:53 am

^ oh yeah, the colorscheme is a good match for the wall indeed. it just made me think, i thought i remembered seeing such an app... or maybe it was from my Windows days... anyway, would be cool to have such a thing, right?
All statements are true in some sense, false in some sense, meaningless in some sense, true and false in some sense, true and meaningless in some sense, false and meaningless in some sense, and true and false and meaningless in some sense.

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5878
Joined: Tue Sep 03, 2013 7:05 am

Re: Screenshots

Unread post by GekkoP » Tue Oct 29, 2013 10:08 am

@slartie: here's what I've done so far.

.xinitrc

Code: Select all

#!/bin/sh

## Disable touchpad
synclient touchpadoff=1

## Set wallpaper
hsetroot -fill images/wallpapers/artwork/cyborg-drawing.jpg

## Set dwm panel
while true
do
    xsetroot -name "W: $(iwconfig wlan0 | awk '/ESSID/{print $4}' | awk -F":" '{print $2}' | cut -d'"' -f2)\
 >> T: $(($(cat /sys/class/thermal/thermal_zone0/temp) / 1000))C\
 >> D: $(df -h /home | awk '{if ($1 != "Filesystem") printf $4;}')B\
 >> B: $(acpi | perl -ne 'if(/0:\s+([^%]+)/) {print $1."%";}')\
 >> $(date +"%a, %b %d %R")"
    sleep 5s   
done &

## Start dwm
exec dwm
dwm config.h

Code: Select all

static const char normbordercolor[] = "#444444";
static const char normbgcolor[]     = "#170F0D";
static const char normfgcolor[]     = "#746C48";
static const char selbordercolor[]  = "#98724C";
static const char selbgcolor[]      = "#98724C";
static const char selfgcolor[]      = "#544B2E";

/* tagging */
static const char *tags[] = {"t", "f", "m", "w", "o"};
xdefaults are gslob's natural suede.

User avatar
slartie
Grump
Posts: 416
Joined: Tue Jun 18, 2013 12:35 pm
Location: Denmark
Contact:

Re: Screenshots

Unread post by slartie » Tue Oct 29, 2013 10:33 am

@Gekko - Cheers! - now to tinker.

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Screenshots

Unread post by machinebacon » Tue Oct 29, 2013 11:13 am

@rhowaldt, there is something called 'gpick' that do something remotely similar. or, you can upload the photo to http://www.pictaculous.com/ or http://www.palettefx.com or some "CSS palette generator". At least you get the RGB codes from there.
..gnutella..

User avatar
rhowaldt
Dog
Posts: 4565
Joined: Wed Oct 17, 2012 9:01 am
Contact:

Re: Screenshots

Unread post by rhowaldt » Tue Oct 29, 2013 12:16 pm

^ i want a CLI tool for this. i'm gonna look at building one wednesday. seems imagemagick can do it, with some effort... will look into it :)
All statements are true in some sense, false in some sense, meaningless in some sense, true and false in some sense, true and meaningless in some sense, false and meaningless in some sense, and true and false and meaningless in some sense.

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Screenshots

Unread post by machinebacon » Tue Oct 29, 2013 12:39 pm

there is an eyedropper in emacs ;)

BUT THAT IS SOME WACKY KEYBINDING CRAP (lol)
..gnutella..

User avatar
rhowaldt
Dog
Posts: 4565
Joined: Wed Oct 17, 2012 9:01 am
Contact:

Re: Screenshots

Unread post by rhowaldt » Tue Oct 29, 2013 2:50 pm

emacs is too wacky man. but an eyedropper will not suffice. i want the entire color palette extracted. i'm gonna work on this and it will rule.
All statements are true in some sense, false in some sense, meaningless in some sense, true and false in some sense, true and meaningless in some sense, false and meaningless in some sense, and true and false and meaningless in some sense.

User avatar
fog
Mr. Saggy Tits
Posts: 28
Joined: Mon Jan 14, 2013 12:13 pm
Location: /home/fog
Contact:

Re: Screenshots

Unread post by fog » Tue Oct 29, 2013 4:32 pm

My pony ;)

Image
I’m not antisocial, I’m just not user friendly.
photos || blog || dArt

User avatar
bones
Clooney
Posts: 2385
Joined: Fri Jun 28, 2013 11:47 pm
Location: Cascadia

Re: Screenshots

Unread post by bones » Tue Oct 29, 2013 4:43 pm

^I really like that wallpaper. Link? Or one of yours?

User avatar
fog
Mr. Saggy Tits
Posts: 28
Joined: Mon Jan 14, 2013 12:13 pm
Location: /home/fog
Contact:

Re: Screenshots

Unread post by fog » Tue Oct 29, 2013 4:52 pm

No, it isn't mine but here you are : fogforest :)
I’m not antisocial, I’m just not user friendly.
photos || blog || dArt

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5878
Joined: Tue Sep 03, 2013 7:05 am

Re: Screenshots

Unread post by GekkoP » Tue Oct 29, 2013 4:54 pm

very beautiful Pony there.

User avatar
bones
Clooney
Posts: 2385
Joined: Fri Jun 28, 2013 11:47 pm
Location: Cascadia

Re: Screenshots

Unread post by bones » Tue Oct 29, 2013 4:59 pm

fog wrote:No, it isn't mine but here you are : fogforest :)
Thanks! :)

Locked