You are not logged in.

#41 2019-10-05 23:48:36

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: October 2019 Screenshot Thread

Anytime mate!


Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#42 2019-10-06 22:37:57

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

Re: October 2019 Screenshot Thread

been making some new fluxbox styles:

2019-10-06-06-21-52.th.png


You must unlearn what you have learned.
    -- yoda

Offline

#43 2019-10-07 03:48:13

cog
Member
From: The Southwest
Registered: 2015-10-27
Posts: 655
Website

Re: October 2019 Screenshot Thread

I basically made a theming framework at this point but the cached versions of the theme/icons are in the repo as well.

https://github.com/willscreel/dARK-Arc

I took this screenshot to get a better idea of what most of the gtk3 elements look like.  The icons can be all blueish gray if you move the 48x48/pool-old folder in place of the pool folder.  I've got it setup like this though to differentiate from folders and files.  The icon theme colors are also fully customizable by using sixsixfive's changecolor.sh script which is in the icon theme root.

2019-10-06-174456_1920x1080_scrot.th.png

The gtk+ colors are very easily changed by editing the values at the top of build.sh

You can build the gtk+ themes yourself by doing a recursive clone.

git clone --recursive https://github.com/willscreel/dARK-Arc.git
cd dARK-Arc/arc-theme
../build.sh

this will build the theme in ~/.local/share/themes/

of course you need the build-deps installed

* gtk2-engines-murrine (optional) - for gtk2 themes
* autoconf (make)
* automake (make)
* libgtk-3-dev (make)
* inkscape (make)
* optipng (make)
* parallel (make)
* sassc (make)

Offline

#44 2019-10-07 06:13:06

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

Re: October 2019 Screenshot Thread

@cog: Nice. Testing, testing ...
darkarc.th.png

Last edited by brontosaurusrex (2019-10-08 08:34:57)

Offline

#45 2019-10-07 22:56:23

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

Re: October 2019 Screenshot Thread

No kidding! I'll need a day off to check this out (Friday), looking forward to it!


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#46 2019-10-08 17:42:42

manuel-909
Member
Registered: 2017-10-09
Posts: 94

Re: October 2019 Screenshot Thread

TeoBigusGeekus , can you help me .

2019-10-08-13-39-29_scrot.th.png

Offline

#47 2019-10-08 18:13:01

cog
Member
From: The Southwest
Registered: 2015-10-27
Posts: 655
Website

Re: October 2019 Screenshot Thread

@brontosaurusrex

I finally got rid of all the internal borders in Thunar. There was only 2 left that I found and squashed this morning. One above the sidebar and one below the top bar. Well they’re gone now.

2019-10-08-120401_969x600_scrot.th.png

Offline

#48 2019-10-08 18:28:35

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: October 2019 Screenshot Thread

manuel-909 wrote:

TeoBigusGeekus , can you help me .

If you're trying to run the weather.com script, it unfortunately runs only with the latest imagemagick package.


Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#49 2019-10-08 18:45:52

manuel-909
Member
Registered: 2017-10-09
Posts: 94

Re: October 2019 Screenshot Thread

ok i will install ImageMagick-7.0.8 thank you i will let you know.

Offline

#50 2019-10-09 02:35:05

cog
Member
From: The Southwest
Registered: 2015-10-27
Posts: 655
Website

Re: October 2019 Screenshot Thread

I made an icon build system as that works the same way.  It's based on the other standard "Papirus" but a lot more current than oomox.  There aren't any dependencies except for sed which I'm sure everyone already has installed.

You just edit build.sh to customize the colors like on the gtk+ theme.

git clone --recursive https://github.com/willscreel/dARK-Papirus.git
cd papirus-icon-theme
../build.sh

https://github.com/willscreel/dARK-Papirus
2019-10-08-200922_680x540_scrot.th.png

I removed the old dARK-icons and split everything into separate repos that the README will explain.  If you want the old icons you can get them at sixsixfive's repo on gitlab and use the included color changing script.

Last edited by cog (2019-10-09 02:38:27)

Offline

#51 2019-10-09 02:51:42

cog
Member
From: The Southwest
Registered: 2015-10-27
Posts: 655
Website

Re: October 2019 Screenshot Thread

scrot of what I'm steppin' in

2019-10-08-204826_1920x1080_scrot.th.png

https://github.com/willscreel/dARK-Arc

https://github.com/willscreel/dARK-Papirus

Last edited by cog (2019-10-09 02:53:58)

Offline

#52 2019-10-09 05:10:53

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

Re: October 2019 Screenshot Thread


"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

#53 2019-10-09 08:47:11

cog
Member
From: The Southwest
Registered: 2015-10-27
Posts: 655
Website

Re: October 2019 Screenshot Thread

both repos do rebuilds now without re-cloning, the syntax has changed a little bit..

do:

git clone --recursive https://github.com/willscreel/dARK-Arc.git
cd dARK-Arc
./build.sh

or:

git clone --recursive https://github.com/willscreel/dARK-Papirus.git
cd dARK-Papirus
./build.sh

after doing your initial clones and/or editing build.sh

The README.md's outline this too

Last edited by cog (2019-10-09 08:56:54)

Offline

#54 2019-10-10 05:37:08

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

Re: October 2019 Screenshot Thread

cog wrote:

both repos do rebuilds now without re-cloning, the syntax has changed a little bit..

do:

git clone --recursive https://github.com/willscreel/dARK-Arc.git
cd dARK-Arc
./build.sh

or:

git clone --recursive https://github.com/willscreel/dARK-Papirus.git
cd dARK-Papirus
./build.sh

after doing your initial clones and/or editing build.sh

The README.md's outline this too

Once again, that is some epic work going on there cog.


"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

#55 2019-10-11 11:48:44

CanadianClubXXX
Member
From: Barcelona
Registered: 2019-04-23
Posts: 28

Re: October 2019 Screenshot Thread

I like it a lot. One of the most simple but classy screenshots here.
Really impressive, bro.

smile

Offline

#56 2019-10-11 19:19:36

mrneilypops
The BL Scrot.Moe Guy
From: luxembourg
Registered: 2015-09-30
Posts: 577
Website

Re: October 2019 Screenshot Thread

Into the Void...again... cool

2019-10-11-210618_1920x1080_scrot.th.png2019-10-11-211248_1920x1080_scrot.th.png

dwm patched;
1.alpha patch
2.status button
3.active indicator bar
4.fibonacci layouts
5.no border

https://voidlinux.org/

Last edited by mrneilypops (2019-10-11 19:31:45)

Offline

#57 2019-10-12 20:09:33

mrneilypops
The BL Scrot.Moe Guy
From: luxembourg
Registered: 2015-09-30
Posts: 577
Website

Re: October 2019 Screenshot Thread

Void kernel 5.3.6_1
st alpha patch

2019-10-12-220325_1920x1080_scrot.th.png

cool

Offline

#58 2019-10-13 01:48:05

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

Re: October 2019 Screenshot Thread

dwm with statusbutton patch configured for jgmenu:

2019-10-12-09-40-03.th.png dwm_oct.th.png


You must unlearn what you have learned.
    -- yoda

Offline

#59 2019-10-13 11:01:47

mrneilypops
The BL Scrot.Moe Guy
From: luxembourg
Registered: 2015-09-30
Posts: 577
Website

Re: October 2019 Screenshot Thread

@PackRat  cool

Offline

#60 2019-10-13 21:56:26

cog
Member
From: The Southwest
Registered: 2015-10-27
Posts: 655
Website

Re: October 2019 Screenshot Thread

@candianclubxxx

Thanks man.

Offline

Board footer

Powered by FluxBB