Share Your Desktop

I’ll give it a look, thanks :slight_smile:

UPDATE: A slightly different behavior with that approach, but good to have both methods available with an comment explaining that in my CSS file. Thanks again…

Having said this, my real world physical desktop is a cluttered mess - so not highly visible. :wink:

2 Likes

Mine too but I know exactly where everything is I need on it too

2 Likes

An update to my gtk.css showing an alternate way to radius the corners with explanation of the differences. [Hat Tip: vazicebon for the alternate approach.]

/* Two different approaches given below
   both valid but with slightly different
   behaviour
*/

/* This first approach aggressively radiuses
   everything, even items within the panels
   themselves.
*/

/*.xfce4-panel {
   border-bottom-left-radius: 16px;
   border-bottom-right-radius: 16px;
   border-top-left-radius: 16px;
   border-top-right-radius: 16px;
} */

/* This approach is not as aggresive as above.
   Will need to add some transparent seperators
   on either end for the radius to show.
*/

.xfce4-panel#XfcePanelWindow {
   border-radius: 16px;
}

standard sfwbar is fine to start it seems :slight_smile:

8 Likes

nice bar → btw is there any usable good looking bar that works with hyprland and has no GTK dependency ? I can find non (yambar already has hevy GTK dependency , or somthing was not usable for me im not sure right now) , but something else there ?

hyprpanel or nwg-panel or nwg-dock also :stuck_out_tongue: most of those bar are gtk3 or gtk4

I used your lines when I needed bottom round corners only, but now it looks like this :

1 Like

That’s what I decided to use with labwc.

Yes i now … why ? They are all on GTK ? I dont want gtk in my system .

What hapent in linux world last 10 yers ? Programers got lazy and start using the gtk womit ! :frowning:

gtk3 and gtk4-layer-shell is longer the qt6-layer-shell is currently now stable

Yea, I’m learning CSS as I “fart around” with my Hyprland setup. There’s definitely a lot to learn and my personal scripts generally have more comments than code in them as I use them to take notes on what I’m discovering. :wink:

Looks good. I’m not sure if you are already aware of this, but Jake has some great videos on Void.
https://www.youtube.com/@JakeLinux/videos

Good luck.

1 Like

I love this thread. Such diverse taste being shared in how a desktop environment ought to look

4

9 Likes

Debian :point_up_2:t4:

EOS :point_down:t4:

16 Likes

Yeah I know Jake. Actually his videos were one of the reasons I was convinced about Void :smiley:

1 Like

I love the Endeavour-ARM Wallpaper, is there a source available?

1 Like

Just note if you download them all it’s about half a gig

5 Likes

I agree. The EOS arm wallpapers are my fav. Beautifully done :ok_hand:t4:

My Samsung Galaxy Book Pro laptop, with Solus KDE Plasma 6 (Wayland)…

12 Likes