You are not logged in.

#181 2024-10-04 09:54:08

micko01
void main()
From: Queensland, Australia
Registered: 2024-04-07
Posts: 492
Website

Re: Carbon Themes (proposal)

johnraff wrote:

The forum logo is indeed cool.
How is the difference in brightness/colour done?


Well there was no 'brightenss' control per sé because of a bug! That is now fixed.

Colors can now go in the '-z' option and transparency will be respected. The above reproducer now changes because transparency was there but hard coded yikes

./mktranstext -Lbunsen -z'0.313 0.415 0.313 0.60' -x640 -y360 -k  -n foooxbtTRANS60  -l'Open Sans 100' -Slabs -s'Open Sans 100' -B'300 0' -T -t'labwcmoon 100' -J -p'364 26'

That line will reproduce the image I posted almost perfectly. I got the color from a color picker on the sage Pawel background. The color picker needs to support sRGB colorspace, or you have to calculate it, or use one of online converters.

The 'brightness' I suppose can be controlled with the alpha channel, in sRGB that's between 0.0 and 1.0. For a glassy effect I find that anything 0.4 to 0.7 is fine depending on the color and the background color. You can loop over and make a heap of images incrementing alpha by 0.05 at a time (use dc or bc I guess for fp math) and pick the most suitable.


#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen

Offline

#182 2024-10-04 16:08:15

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

Re: Carbon Themes (proposal)

johnraff wrote:

The forum logo is indeed cool.
How is the difference in brightness/colour done?

Flame and bunsen is RGBA of 666666ff and labs is 999999ff. Straight greyscale, no opacity, no gradients, easy. -edit- Oh, I thought you meant the actual forum svg image.


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

Offline

#183 2024-10-04 16:39:18

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

Re: Carbon Themes (proposal)

johnraff wrote:

labbe-material-icons  0.1.0-1 built, uploaded to BL Carbon repo and sucessfully installed on a Carbon VM. cool
Looks very nice with the PC bark wallpaper, which went up in bunsen-images 13.1-1.

@hhh what do you think of using this icon theme in Carbon by default?
(Please be honest, I'm sure Micko will cope if you say "no".)

It's fine by me, though I haven't tested them out yet. Which repo should I be cloning? I only see @micko's, I can't find the carbon package I quoted above...

https://github.com/01micko/labbe-material-icons

johnraff wrote:

any idea why the *orig.tar.gz tarball also contains a Debian subfolder, and the *debian.tar.xz has some of the themes included?

Packaging confusion on my part. Really, all the tutorials out there kind of suck. None of them walks you through adding/changing data files like the images and symlinks in an icon set, yet they'll get bogged down with walking you through three ways of doing the same thing. I've been supremely frustrated trying to grok the process.

Anyway, if we use @micko's icons, we won't have to worry about it. We can just put a note in the Release notes saying that the walls and themes also work with yaru-theme-icons bark and sage.


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

Offline

#184 2024-10-04 21:17:16

micko01
void main()
From: Queensland, Australia
Registered: 2024-04-07
Posts: 492
Website

Re: Carbon Themes (proposal)

^@johnraff has forked it - https://github.com/BunsenLabs/labbe-mat … ree/carbon

And he didn't muck about!

apt search labbe-material
labbe-material-icons/carbon 0.1.0-1 all
  Light weight gtk icon theme.

#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen

Offline

#185 2024-10-05 00:08:48

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

Re: Carbon Themes (proposal)

hhh wrote:
johnraff wrote:

The forum logo is indeed cool.
How is the difference in brightness/colour done?

Flame and bunsen is RGBA of 666666ff and labs is 999999ff. Straight greyscale, no opacity, no gradients, easy. -edit- Oh, I thought you meant the actual forum svg image.

I was thinking about the difference between bunsen and labs in terms of fonts (like bold vs regular), but of course it's all baked into the image anyway.


...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

#186 2024-10-05 00:14:25

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

Re: Carbon Themes (proposal)

hhh wrote:
johnraff wrote:

labbe-material-icons  0.1.0-1 built, uploaded to BL Carbon repo and sucessfully installed on a Carbon VM. cool
Looks very nice with the PC bark wallpaper, which went up in bunsen-images 13.1-1.

@hhh what do you think of using this icon theme in Carbon by default?
(Please be honest, I'm sure Micko will cope if you say "no".)

It's fine by me, though I haven't tested them out yet. Which repo should I be cloning? I only see @micko's, I can't find the carbon package I quoted above...

You should be able to install labbe-material-icons via apt the usual way (after an 'apt upgrade' of course). It's in the BL "carbon" repo. My carbon VM found it OK.

If you want to look at the source, it's in the BL clone that Micko linked, but it's identical with his.


...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

#187 2024-10-05 00:17:17

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

Re: Carbon Themes (proposal)

micko01 wrote:
johnraff wrote:

@Micko01 one small remaining tweak: Readme.md is oriented towards people reading the GitHub repo, not a file installed on their system. In particular:

README.md wrote:

Bugs
Report them here including feature requests in the issues section. Offer up a pull request if you can fix a bug or add more icons.

Maybe easily fixed by adding a url at the end of that? In fact, a "bug reports" url and the url of the GitHub repo? Alternatively, ship a different README for the package? Alternatively, don't ship README.md at all? Not urgent of course.

How's this diff appeal?

--- README.md	2024-10-02 18:01:03.564244308 +1000
+++ README	2024-10-04 19:36:16.358238748 +1000
@@ -25,8 +25,9 @@ all colors by editing `build.conf` or on
 
 ## Bugs
 
-Report them here including feature requests in the `issues` section.
-Offer up a pull request if you can fix a bug or add more icons.
+Report bugs to
+
+https://github.com/01micko/labbe-material-icons/issues
 
 ## licence

That looks fine. The idea is that README.md should make sense wherever it is, not just on GitHub, and adding the url covers it I think.


...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

#188 2024-10-05 04:31:17

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

Re: Carbon Themes (proposal)

micko01 wrote:

^@johnraff has forked it - https://github.com/BunsenLabs/labbe-mat … ree/carbon

And he didn't muck about!

Thanks! Weird that searching for labbe-material in the BL repo didn't show any results.

https://github.com/search?q=org%3ABunse … &type=code


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

Offline

#189 2024-10-05 04:37:54

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

Re: Carbon Themes (proposal)

I have trouble with GitHub search too...
But the repo is listed here:
https://github.com/BunsenLabs


...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

#190 2024-10-05 04:41:29

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

Re: Carbon Themes (proposal)

^ Yeah, I don't know how I missed it scrolling down. Random short attention span, I gue... SQUIRREL!


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

Offline

#191 2024-10-07 03:30:25

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

Re: Carbon Themes (proposal)

Tested labbe-material-icons. I'm not loving the variance in the Home folder icons (overlays on Documents, Downloads, Pictures, etc...) but otherwise it's fine. Music should be an eighth note (or two), not a quarter note, Documents shouldn't be large while Templates is small, Downloads looks a little too large... Compare it with Yaru to see what I mean...

fS82lzOm.png

Wonderfully light, though, and I love the gradient on the top of the folder icons. Let's use it.


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

Offline

#192 2024-10-07 06:08:03

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

Re: Carbon Themes (proposal)

^Maybe Micko01 can tweak it for us?


...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

#193 2024-10-07 06:26:48

micko01
void main()
From: Queensland, Australia
Registered: 2024-04-07
Posts: 492
Website

Re: Carbon Themes (proposal)

^already have smile - yet to commit, but can soon.

dirs.png

There's plenty of scope for more icons/symlinks too. Just add suggestions, doesn't take long to knock up a quick icon. Can take a while for more complex icons though.


#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen

Offline

#194 2024-10-07 06:29:31

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

Re: Carbon Themes (proposal)

Leaving this topic to @Micko01 and @hhh...


...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

#195 2024-10-09 17:42:10

novice
Member
Registered: 2020-01-30
Posts: 61

Re: Carbon Themes (proposal)

I really like that 'Yaru Dark Sage' theme guys. Will it install OK on Boron? Is there a theme folder I can get, or do I need to install the .deb?

Offline

#196 2024-10-10 09:46:01

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

Re: Carbon Themes (proposal)

^Install the deb is the easiest way.


...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

#197 2024-10-10 18:27:29

novice
Member
Registered: 2020-01-30
Posts: 61

Re: Carbon Themes (proposal)

johnraff wrote:

^Install the deb is the easiest way.

Thank you.

Offline

#198 2024-10-11 08:16:12

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

Re: Carbon Themes (proposal)

I've split off the gnarly discussion of packaging the Yaru themes here:
https://forums.bunsenlabs.org/viewtopic.php?id=9189

@hhh please join in. I might like to ask your permission in a few days to make some small changes in the debian/directory, like control, changelog and copyright.

(Basically, the package builds fine.)


...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

#199 2024-11-05 09:54:01

micko01
void main()
From: Queensland, Australia
Registered: 2024-04-07
Posts: 492
Website

Re: Carbon Themes (proposal)

micko01 wrote:

Oh, is everyone getting those darker highlight bars under text with yaru-bark-dark GTK3 theme in thunar when the window is unfocused? (could be a labwc/wayland issue)

johnraff wrote:

^ This is labwc, Yaru-bark-dark, no dark highlights here:

Well it's an Adwaita bug but it only rears it's head in Thunar yikes

I just built and installed bunsen-yaru-gtk on that old  HP lappy (still the orig bunsen-wayland install) and I get exactly the same bug! May even be a Thunar bug because PCManFM is fine. Happens in dark Adwaita and Yaru (which based directly off Adwaita) but not other dark themes I have. Weird.


#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen

Offline

#200 2024-11-06 07:16:22

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

Re: Carbon Themes (proposal)

Carbon VM, with provisional version (pending light themes from @hhh) of bunsen-yaru-gtk, theme set to bunsen-yaru-bark-dark. Logging in with LightDM.

On Xorg:
CwAJ5K4l.png
(no dark underbars)

On Wayland:
Sorry, but can you tell me how to change GTK theme on Carbon Wayland?
lxappearance segfaults, and even Thunar has to be killed before I can start it up...

Maybe things will work better using greetd to log in. I have a VM using greetd which I'll try tomorrow.

I haven't been devoting much time lately to Wayland I'm afraid.


...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

Board footer

Powered by FluxBB