You are not logged in.

#41 2025-01-11 05:55:08

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

Re: January 2025 Screenshot Thread

@micko01, nice! And sorry I didn't thank you for your compliment earlier on my GNOME/Wayland setup. It's the same with a new wall and colors every month, so... not groundbreaking.


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

Offline

#42 2025-01-11 06:16:07

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

Re: January 2025 Screenshot Thread

micko01 wrote:

xfce/wayland on my debian/bunsen setup.

What parts of this are xfce, and what are BL?


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

#43 2025-01-11 06:51:02

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

Re: January 2025 Screenshot Thread

hhh wrote:

@micko01, nice! And sorry I didn't thank you for your compliment earlier on my GNOME/Wayland setup. It's the same with a new wall and colors every month, so... not groundbreaking.

We're not the mother's club so no need to thank everything big_smile. But thank you anyway!

johnraff wrote:

What parts of this are xfce, and what are BL?

Here's the bunsen bits.

mick@dellhome:~$ apt search bunsen | grep installed

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

bunsen-common/carbon,now 13.0.1-1 all [installed]
bunsen-images-base/carbon,now 13.1-1 all [installed]
bunsen-numix-icon-theme/carbon,now 13.0-1 all [installed]
bunsen-themes-base/carbon,now 13.0-1 all [installed]
bunsen-yaru-icons/now 24.04.3-1.1 all [installed,local] ## hhh package

Plus labbe-material-icons and a [p|g]imped  pawel-czerwinsk-carbon wallpaper with a custom job 'XFCE' label and a colored logo.

The Xfce stuff is entirely debian. I was able to use the xfce 'Session and Startup' to enable xwwall --restore at login.


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

Offline

#44 2025-01-11 07:00:22

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

Re: January 2025 Screenshot Thread

micko01 wrote:
johnraff wrote:

What parts of this are xfce, and what are BL?

Here's the bunsen bits.

bunsen-common/carbon,now 13.0.1-1 all [installed]
bunsen-images-base/carbon,now 13.1-1 all [installed]
bunsen-numix-icon-theme/carbon,now 13.0-1 all [installed]
bunsen-themes-base/carbon,now 13.0-1 all [installed]
bunsen-yaru-icons/now 24.04.3-1.1 all [installed,local] ## hhh package

Plus labbe-material-icons and a [p|g]imped  pawel-czerwinsk-carbon wallpaper with a custom job 'XFCE' label and a colored logo.

So, not really a BL install, except for the theming I guess?

The Xfce stuff is entirely debian.

I was asking what parts of this setup were xfce packages. OK I get that it's all on the debian repos. smile

Did you install the "xfce" metapackage, or cherry-pick a selection?


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

#45 2025-01-11 07:14:57

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

Re: January 2025 Screenshot Thread

^This install had xfce from the very start, chosen from the testing netinstall. 'carbon' was only bunsenlabs next iteration, nothing concrete, back then, so I had to start somewhere.

Ok so I installed in June last year.

mick@dellhome:~$ stat .face
  File: .face
  Size: 5290      	Blocks: 16         IO Block: 4096   regular file
Device: 8,3	Inode: 655366      Links: 1
Access: (0644/-rw-r--r--)  Uid: ( 1000/    mick)   Gid: ( 1000/    mick)
Access: 2025-01-11 08:13:58.471196408 +1000
Modify: 2024-06-05 16:24:05.588134173 +1000
Change: 2024-06-05 16:24:05.588134173 +1000
 Birth: 2024-06-05 16:24:05.588134173 +1000
mick@dellhome:~$ stat /boot/
  File: /boot/
  Size: 4096      	Blocks: 8          IO Block: 4096   directory
Device: 8,3	Inode: 4849665     Links: 4
Access: (0755/drwxr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2025-01-10 20:48:35.182065892 +1000
Modify: 2025-01-10 20:48:59.926131595 +1000
Change: 2025-01-10 20:48:59.926131595 +1000
 Birth: 2024-06-05 16:09:33.936113490 +1000

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

Offline

#46 2025-01-11 07:27:54

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

Re: January 2025 Screenshot Thread

OK thanks! I'm guessing the netinstall will have installed task-xfce-desktop. Not sure what it will have done about Recommends though.


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

#47 2025-01-11 07:30:57

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

Re: January 2025 Screenshot Thread

johnraff wrote:

OK thanks! I'm guessing the netinstall will have installed task-xfce-desktop. Not sure what it will have done about Recommends though.

Have all those recommends.


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

Offline

#48 2025-01-11 08:02:50

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

Re: January 2025 Screenshot Thread

Just out of curiosity about how the netinstall handles tasks - did it ask you whether you wanted Recommends, or it installed them anyway, or you added them yourself later?


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

#49 2025-01-11 08:09:20

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

Re: January 2025 Screenshot Thread

johnraff wrote:

Just out of curiosity about how the netinstall handles tasks - did it ask you whether you wanted Recommends, or it installed them anyway, or you added them yourself later?

No, choice, just installed after checking the xfce checkbox. I would have installed most of them, maybe except atril and parole. Actually they are still lingering so time for them to go.
EDIT just freed up 21MB smile

Last edited by micko01 (2025-01-11 08:11:52)


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

Offline

#50 2025-01-11 08:56:39

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

Re: January 2025 Screenshot Thread

micko01 wrote:
mick@dellhome:~$ apt search bunsen | grep installed

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

What the... apt does not have a stable CLI interface?!!??? What other interface does it even have?

Seriously, what is this warning talking about?


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

Offline

#51 2025-01-11 11:11:12

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

Re: January 2025 Screenshot Thread

^It's talking about the difference between apt and apt-get.
By "not stable" it means that the behaviour of apt might change in future versions, while apt-get should not (much).
So if you want to automate with scripts it's better to call apt-get than apt, so your scripts won't break in the future.

Apt is meant for direct user interaction.

As to why micko got that warning, my guess would be that the pipe to grep fooled apt into thinking it was being run in a script.


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

#52 2025-01-11 21:02:01

chroot
Member
Registered: 2024-12-12
Posts: 87

Re: January 2025 Screenshot Thread

xmonad.png

Offline

#53 2025-01-12 02:19:18

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

Re: January 2025 Screenshot Thread

micko01 wrote:
mick@dellhome:~$ apt search bunsen | grep installed

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

I forgot, grep isn't needed, you can do:

apt list --installed 'bunsen*'

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

#54 2025-01-13 03:06:03

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

Re: January 2025 Screenshot Thread

uo1UhwMT_t.png


You must unlearn what you have learned.
    -- yoda

Offline

#55 2025-01-13 06:38:14

shortarcflyer
Banned
Registered: 2022-04-27
Posts: 408

Re: January 2025 Screenshot Thread

Void Linux with openbox window manager.  Wallpaper from previous screenshot with custom text added to wallpaper and custom conky.

void-Screenshot-2025-01-13-00-28-31.jpg


I use Arch BTW!  If it is not rolling, it is stagnant!
RebornOS, EndeavourOS, Archbang, Artix,
Linuxhub Prime, Manjaro, Void, PCLinuxOS

Offline

#56 2025-01-13 18:30:39

m1rr0r5h4d35
Member
Registered: 2017-01-08
Posts: 67

Re: January 2025 Screenshot Thread


Love this! What is that music player and visualizer you are using at the bottom of the screen?


"A graphic representation of data abstracted from the banks of every computer in the human system. Unthinkable complexity. Lines of light ranged in the nonspace of the mind, clusters and constellations of data. Like city lights, receding."

- William Gibson

Offline

#57 2025-01-14 04:25:14

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

Re: January 2025 Screenshot Thread

m1rr0r5h4d35 wrote:

Love this! What is that music player and visualizer you are using at the bottom of the screen?

Thanks.

Music player is mpd with ncmpcpp.

That's conky at the bottom displaying the album artwork and details.


"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

#58 2025-01-15 07:17:39

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,063
Website

Re: January 2025 Screenshot Thread

Chimera Linux:
Screenshot-From-2025-01-15-07-10-19.png
Pretty in pink smile

Fonts:

~$ for i in sans mono;do echo "$i: $(fc-match $i|awk -F\" '{print $2}')";done
sans: Liberation Sans
mono: JetBrainsMono Nerd Font Mono
~$

Offline

#59 2025-01-15 13:18:07

altman
Member
From: Canada
Registered: 2015-10-24
Posts: 619

Re: January 2025 Screenshot Thread

Nice shots fellas.


My Linux installs are as in my music; it s on Metal

Offline

#60 2025-01-16 11:14:04

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,063
Website

Re: January 2025 Screenshot Thread

20250116-10h46m22s-grim.png

Trying out labwc, which is very nice, and waybar, which is far too busy for my tastes hmm

Anybody know how to kill Xwayland under labwc? I've used pkill but it keeps coming back to life. Maybe I need a silver pkill...

Offline

Board footer

Powered by FluxBB