You are not logged in.
^ Thanks for the link!
Cosmic is... heavy. Idling at ~3.3 GB for the live session on my laptop with 12 available ram G things. GNOME is ~1.5 installed.
https://thumbs2.imgbox.com/a1/d0/eZMs3LXN_t.png
Nice so far, I like it. Maybe it can be slimmed down.
I did a quick test on Cosmic DE. It's noticeably heavy on memory. According to wiki, it's written in rust from scratch, but I can see the shadow of GNOME. No idea why every cosmic app is so hungry on memory, but it seems that the DE runs faster/smoother than GNOME. If the cpu/gpu runs cool, I don't mind heavy memory footprint. Use memory to gain speed is normal in programming.
Offline
hhh wrote:Maybe it can be slimmed down.
Do share.
I'll have to install it. Maybe in a week, I'm still giving @malm feedback on labwc...
https://github.com/labwc/labwc/issues/3495
https://github.com/labwc/labwc/pull/350 … 4070359242
Anyone, are there move/resize keybinds for labwc? action="move" isn't doing anything as a keybind.
I don't care what you do at home. Would you care to explain?
Offline
hhh wrote:^ Thanks for the link!
Cosmic is... heavy. Idling at ~3.3 GB for the live session on my laptop with 12 available ram G things. GNOME is ~1.5 installed.
https://thumbs2.imgbox.com/a1/d0/eZMs3LXN_t.png
Nice so far, I like it. Maybe it can be slimmed down.
I did a quick test on Cosmic DE. It's noticeably heavy on memory. According to wiki, it's written in rust from scratch, but I can see the shadow of GNOME. No idea why every cosmic app is so hungry on memory, but it seems that the DE runs faster/smoother than GNOME. If the cpu/gpu runs cool, I don't mind heavy memory footprint. Use memory to gain speed is normal in programming.
Agreed, the ol' "Unused RAM is wasted RAM." I'm looking forward to installing it.
Counterpoint... "Ubuntu Desktop 26.04 LTS requires a 2 GHz dual-core processor or better, a minimum of 6GB RAM and 25 GB of free hard drive space." Do I need my OS to suck up so much RAM? A wlroots system (labwc/niri/hyprland/sway) can run on 2G RAM hardware.
@PackRat, you've been posting some bangers, nice!
I don't care what you do at home. Would you care to explain?
Offline
Anyone, are there move/resize keybinds for labwc? action="move" isn't doing anything as a keybind.
What sort of move? A keybinding that moves the active window 10px in a specified direction?
There are MoveToEdge and MoveRelative
<keybind key="A-S-Left">
<action name="MoveRelative">
<x>-5</x>
<y>0</y>
</action>
</keybind>
<keybind key="A-Right">
<action name="MoveToEdge" direction="right" />
</keybind>There is also SnapToEdge which is faux tiling
There is a man page - labwc-actions - for info on the various actions. And there should be a /usr/share/doc/labwc/rc.xml.all file for examples.
You must unlearn what you have learned.
-- yoda
Offline
^ Thanks, I got relative-move keybinds to work. Half and quarter tiling work OOTB. That'll do for now.
I don't care what you do at home. Would you care to explain?
Offline
PopOS wants over a G for the boot partition and I almost trashed my system resizing it. Not worth it for a heavy, barely stable OS. Goodbye for now, Cosmic.
I don't care what you do at home. Would you care to explain?
Offline
^ The Drop-Shadow Department approves. We don't get many OpenSuse scrots here, nice.
I don't care what you do at home. Would you care to explain?
Offline
Finally sorted conky to work properly with picom.
I have been trying to get a shadow with the album art for so long.
"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
Everything is new but you can't see the difference, it's like in olden CrunchBang days.
https://i.postimg.cc/sQy4Dcrv/same-old-2026-04-12.png
+1 ![]()
Offline
Finally sorted conky to work properly with picom.
https://i.postimg.cc/sBvNVQHB/Screenshot-2026-04-11-17-18-47.png
I have been trying to get a shadow with the album art for so long.
The Drop-Shadow Department approves again. I thought it was perfect before, but it's better.
I recognize the VW Karmann Ghia, I do not recognize @unklar's hypercar.
I don't care what you do at home. Would you care to explain?
Offline
Döbbie03 wrote:Finally sorted conky to work properly with picom.
https://i.postimg.cc/sBvNVQHB/Screenshot-2026-04-11-17-18-47.png
I have been trying to get a shadow with the album art for so long.
The Drop-Shadow Department approves again. I thought it was perfect before, but it's better.
I recognize the VW Karmann Ghia, I do not recognize @unklar's hypercar.
Cheers and thanks!!
"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
Döbbie03 wrote:Finally sorted conky to work properly with picom.
https://i.postimg.cc/sBvNVQHB/Screenshot-2026-04-11-17-18-47.png
I have been trying to get a shadow with the album art for so long.
The Drop-Shadow Department approves again. I thought it was perfect before, but it's better.
I recognize the VW Karmann Ghia, I do not recognize @unklar's hypercar.
^^I think it's an AI created car. ![]()
Regarding Döbbie03's shadow of the album cover (if it's the Conky) and, if I understand correctly, I initially thought it was the image type. But it's not the type.
Here is a test with Conky and the album cover on carbon.
If I comment out the shadow for Conky in the picom, it's there. But that affects ALL Conky.

Offline
I had to name each conky individually in their respective configs, in picom I exclude the conky configs I don't want with shadows.
Relevant conky info:
own_window = true,
own_window_type = 'override',
own_window_transparent = false,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
own_window_colour = '000000',
own_window_class = 'conky',
own_window_title = 'Now Playing Conky',
own_window_argb_visual = true,
own_window_argb_value = 255,own_window = true,
own_window_type = 'override',
own_window_transparent = false,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
own_window_colour = '000000',
own_window_class = 'conky',
own_window_title = 'Conky Graph',
own_window_argb_visual = true,
own_window_argb_value = 255,Picom:
shadow = true;
shadow-radius = 30;
shadow-opacity = 0.9;
shadow-offset-x = -20;
shadow-offset-y = -20;
shadow-color = "#141414"
shadow-exclude = [
"class_g = 'conkygraph'",
];"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
^^@Döbbie03,
use a light background to test. ![]()
left is with 'enable', right is with 'disable' picom, here on carbon with its own picom.conf.
The right conky is lined with your code
background = true,
own_window = true,
own_window_type = 'override',
own_window_transparent = false,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
own_window_colour = '000000',
own_window_class = 'conky',
own_window_title = 'Conky Graph',
own_window_argb_visual = true,
own_window_argb_value = 55,the left Conky (my cover image) has this code
background = false,
own_window = true,
own_window_class = 'Conky',
own_window_type = 'normal',--All options: utility,dock,desktop,normal,override,panel
own_window_transparent = true,
-- own_window_argb_visual = true,
-- own_window_argb_value = 255,--Opacity color
own_window_colour = '#2E2C2C',--Change color bg in this line
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager',--sticky,In the picom.conf I have this code from you (in the carbon picom my comment is present, therefore, not twice)
shadow = true;
#shadow-radius = 30;
#shadow-opacity = 0.9;
#shadow-offset-x = -20;
#shadow-offset-y = -20;
shadow-color = "#141414"
shadow-exclude = [
"class_g = 'Conky'",];
# ;
# shadow = false;it doesn't matter if in code
[ "class_g = 'Conky'",];or
[ "class_g = 'conkygraph'",];stands.
As you can see, the common
"class_g ?= 'Conky' || "is no longer commented out.
Edit: Typo
Last edited by unklar (Yesterday 08:37:55)
Offline
The Picom wars begun, they are.
Fresh labwc, a few more tweaks before I start testing @johnraff's new menu.
https://forums.bunsenlabs.org/viewtopic.php?id=9768
Gaa, I have to reassign the move window keybinds. I use Alt+arrow for too many other navigation things (thunar, firefox).
edit- Projects folder? I don't remember that being there for my last sid install, 2 weeks ago. New ~/.config/user-dirs.dirs...
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run.
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"
XDG_PROJECTS_DIR="$HOME/Projects"I'm curious what design will be used for Projects. Music, easy, Downloads, an arrow... Projects?
Last edited by hhh (Yesterday 21:27:27)
I don't care what you do at home. Would you care to explain?
Offline