You are not logged in.

#41 2019-02-08 04:17:56

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,676
Website

Re: February 2019 Screenshot Thread

PackRat wrote:

^ More, IMO.
Some nice shades in there, and it's unique. I'm not aware of any other distros that use a red color palette as default.

+1


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#42 2019-02-08 05:47:58

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,872

Re: February 2019 Screenshot Thread

hhh wrote:
PackRat wrote:
ohnonot wrote:

our forum has such a sexy theme?
or did you make that yourself?

That is the ArchLabs forum.

@nobody has enough on his plate without tiny colored icons. @Dobbie, I am jealous though.

Discourse makes it easy big_smile


"All we are is dust in the wind, dude"
                                       - Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
                                       - Wayne Campbell

Offline

#43 2019-02-08 06:06:14

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,676
Website

Re: February 2019 Screenshot Thread

damo wrote:
PackRat wrote:

Lithium flame and minerals are more towards the pink/magenta end of red - lithium chloride  if you're looking to change the color scheme.

Actually the main lithium emission line is towards the red end of the red spectrum (670nm, #FF0000), but it often appears more muted or pinker as your link suggests.

The Lithium colour seems to come out as pure red, which isn't strong on sublety. The more washed-out pink in PackRat's link appeals more to me - maybe also use some blue from that bunsen flame?


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#44 2019-02-08 07:26:12

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: February 2019 Screenshot Thread

PackRat wrote:

^ More, IMO.
Some nice shades in there, and it's unique. I'm not aware of any other distros that use a red color palette as default.

debian? big_smile

anyhow, i like it.
____________

S7.L wrote:

Trying out creating an animated gif to show off the tint2 theme i created. Let me know if it is crap or doesnt play. It is only under 400 kb.
https://scrot.moe/image/acvT6

well done (no dithering)!
it plays well, but the mouse pointer isn't included and i have difficulty understanding what you're showing us.

also that mask in the center is scary. i see teenagers wearing it on their hoodies all the time, what is it?

Offline

#45 2019-02-08 10:40:10

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,674

Re: February 2019 Screenshot Thread

^ The Debian logo is red, their wallpapers and themes always seem to be a shade of blue-green. Never known them to issue a red-black theme as default.


You must unlearn what you have learned.
    -- yoda

Online

#46 2019-02-08 12:41:28

S7.L
Member
Registered: 2018-09-16
Posts: 338

Re: February 2019 Screenshot Thread

Made the tint2 taskbars similar to polybars, have select programs attributed to them through openbox rc.xml.
I didnt think obconf and or rc.xml would show font awesome unicode glyphs in the taskbar but it does so there you go.

Also configured a modifified htop to run in the background, i was using glances but that is a memory hog.

2019-02-08--1549629412_1366x768_scrot.th.png

    <number>4</number>
    <firstdesk>1</firstdesk>
    <names>
    <name>   </name>
    <name>  </name>
    <name>   </name>
    <name>   </name>
    </names>

Edit: Modified tint2 a bit more with gradients ..

2019-02-09--1549634940_1366x768_scrot.th.png

Last edited by S7.L (2019-02-08 14:21:02)

Offline

#47 2019-02-08 17:44:44

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,181
Website

Re: February 2019 Screenshot Thread

johnraff wrote:
PackRat wrote:

^ More, IMO.
Some nice shades in there, and it's unique. I'm not aware of any other distros that use a red color palette as default.

+1

Well, Debian did in the beginning! big_smile

https://www.debian.org/logos/

Let's not forget Sidux, either...

https://goo.gl/images/b9azjM


I don't care what you do at home. Would you care to explain?

Offline

#48 2019-02-08 20:21:10

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: February 2019 Screenshot Thread

PackRat wrote:

^ The Debian logo is red, their wallpapers and themes always seem to be a shade of blue-green. Never known them to issue a red-black theme as default.

not red-black maybe. but the same red that's in the swirl was the highlight color for many, many GTK theme variants. maybe before your time.

Offline

#49 2019-02-09 03:45:44

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,872

Re: February 2019 Screenshot Thread

img-2019-02-09-164424.th.png


"All we are is dust in the wind, dude"
                                       - Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
                                       - Wayne Campbell

Offline

#50 2019-02-09 04:09:03

brontosaurusrex
Middle Office
Registered: 2015-09-29
Posts: 2,755

Re: February 2019 Screenshot Thread

Clicking around
scrot23264.th.png

Gradient experiment (http://angrytools.com/gradient/)

<svg xmlns="http://www.w3.org/2000/svg" width="1920px" height="1200px" >

<defs> 
<linearGradient id="lgrad" x1="50%" y1="100%" x2="50%" y2="0%" > 
<stop offset="0%" style="stop-color:rgb(37,39,168);stop-opacity:1" />
<stop offset="32%" style="stop-color:rgb(37,39,168);stop-opacity:1" />
<stop offset="74%" style="stop-color:rgb(143,31,96);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(194,43,75);stop-opacity:1" />
</linearGradient> 
</defs>
<rect x="0" y="0" width="100%" height="100%" fill="url(#lgrad)"/>
</svg>

^save as something.svg

<svg xmlns="http://www.w3.org/2000/svg" width="1920px" height="1200px" >

<defs> 
<linearGradient id="lgrad" x1="50%" y1="0%" x2="50%" y2="100%" > 
<stop offset="0%" style="stop-color:rgb(37,39,168);stop-opacity:1" />
<stop offset="32%" style="stop-color:rgb(37,39,168);stop-opacity:1" />
<stop offset="74%" style="stop-color:rgb(143,31,96);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(194,43,75);stop-opacity:1" />
</linearGradient> 
</defs>
<rect x="0" y="0" width="100%" height="100%" fill="url(#lgrad)"/>
</svg>

^save as somethingReversed.svg

Last edited by brontosaurusrex (2019-02-09 05:53:42)

Offline

#51 2019-02-09 06:11:32

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,181
Website

Re: February 2019 Screenshot Thread

The new buster wall, arc-dark, Oranchelo. The notification theme is mine, the GTK and Openbox themes are included with arc...

Screenshot_2019-02-09_01-07-34.th.png


I don't care what you do at home. Would you care to explain?

Offline

#52 2019-02-09 08:32:10

S7.L
Member
Registered: 2018-09-16
Posts: 338

Re: February 2019 Screenshot Thread

^ Nice i like blue, especially arc blue.

Offline

#53 2019-02-10 22:28:08

THX1138
Member
Registered: 2019-01-14
Posts: 286

Re: February 2019 Screenshot Thread

I cant get  https://scrot.moe to send me a confirmation email
It's like I've been banned before they even knew how thoroughly
awful my screenshots would be

Ive registered with them under 3 or 4 different addresses and waited several days
have they packed up or something?


I’ve got this horrible feeling that if there is such a thing as reincarnation, knowing my luck, I’ll come back as me!
---------
Robotic Santa on Deviant Art

Offline

#54 2019-02-10 22:35:52

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,674

Re: February 2019 Screenshot Thread

^ working now

2019-02-10-05-35-48.th.png


You must unlearn what you have learned.
    -- yoda

Online

#55 2019-02-10 22:38:38

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: February 2019 Screenshot Thread

THX1138 wrote:

I cant get  https://scrot.moe to send me a confirmation email
It's like I've been banned before they even knew how thoroughly
awful my screenshots would be

Ive registered with them under 3 or 4 different addresses and waited several days
have they packed up or something?

Working fine AFAICS. PM @mrneilypops - it is his baby.


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#56 2019-02-10 23:21:20

THX1138
Member
Registered: 2019-01-14
Posts: 286

Re: February 2019 Screenshot Thread

damo wrote:
THX1138 wrote:

I cant get  https://scrot.moe to send me a confirmation email
It's like I've been banned before they even knew how thoroughly
awful my screenshots would be

Ive registered with them under 3 or 4 different addresses and waited several days
have they packed up or something?

Working fine AFAICS. PM @mrneilypops - it is his baby.

Thanks for the info


I’ve got this horrible feeling that if there is such a thing as reincarnation, knowing my luck, I’ll come back as me!
---------
Robotic Santa on Deviant Art

Offline

#57 2019-02-10 23:51:22

THX1138
Member
Registered: 2019-01-14
Posts: 286

Re: February 2019 Screenshot Thread

That's a seriously nice desktop


I’ve got this horrible feeling that if there is such a thing as reincarnation, knowing my luck, I’ll come back as me!
---------
Robotic Santa on Deviant Art

Offline

#58 2019-02-11 04:05:16

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,181
Website

Re: February 2019 Screenshot Thread

bl-obmneu-generator and "heavy" RAM usage. FF, GIMP and Inkscape are all running.

Screenshot_2019-02-10_23-02-56.th.png


I don't care what you do at home. Would you care to explain?

Offline

#59 2019-02-11 05:58:37

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: February 2019 Screenshot Thread

hhh wrote:

bl-obmneu-generator and "heavy" RAM usage. FF, GIMP and Inkscape are all running.

https://cdn.scrot.moe/images/2019/02/11/Screenshot_2019-02-10_23-02-56.th.png

Heavy RAM usage? Fire up a big Blender file as well then!

It is about a third of your available though, so I suppose it is locally heavy smile

scrot.th.jpg


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#60 2019-02-11 10:27:23

S7.L
Member
Registered: 2018-09-16
Posts: 338

Re: February 2019 Screenshot Thread

^ that looks good, nice colour pallete.

Offline

Board footer

Powered by FluxBB