My Budgie desktop.
For the time being, I had test-installed Solus Mate for a short time. Test passed, butter on the fish and Solus Budgie on it made. Solus and Budgie belong together. So then a system, or OS, of a piece. πŸ˜ƒ

viyoriya Hey... The main issue with gtk3-nocsd is that it doesn't work for some applications by default, I have to launch nautilus with gtk3-nocsd nautilus as an example, and it just doesn't work with the last gnome-terminal update. I follow the .bashrc method, but maybe I miss something. Or the package it just tricky πŸ™‚

I don't use any scripts from the /usr/lib64/libexec//i3blocks/$BLOCK_NAME path at this time, that's why I don't share them... In my config I leave this line at the moment but commented out a lot of scripts calls (I keep them for future usage). Thanks for the tip anyway, copying them in .config is good idea by the way... πŸ™‚
I'll do it when I'll add some blocks to my bar...

wavestone I do not choose polybar at this time because I don't need this features right now... but maybe I made a bad choice, time will say...
The file manager in screenshots is nautilus, but my gtk theme is very minimalistic so... πŸ˜ƒ

All future changes in my configs will be automatically synced to the link I gave to you, so stay in touch... I plan to add custom scripts...

Tks for feedback guys...
πŸ™‚

    eyyb Sure but I have to finish it before... I plan to share it with community...

    viyoriya Thanks for suggesting Morc_menu, I'll try it... I know rofi can handle Poweroff/... but I'm scripting this by myself...

    Have a nice day πŸ™‚

      Monsieur_Caillou Are you talking about gtk theme? I hope you will finish it cause it's great, but for now gtk apps look a little bit weird with your config, trying to find some minimalistic themes.
      P.S. how can i change icons size in i3blocks(lock, power, etc)?

        wavestone Yes it's about gtk theme... You can set font size in i3 config file from the bar {} block, as an example:

        bar {
        font pango:FontAwesome 14
        }

        But this is a global declaration and your text blocks font will increase too... You can't declare font size by block. The simpliest solution I've found for you is to setup two different bars with too different configs, one for your icons and the other for regular text blocks.

        In i3 config you can do:

        bar {
        	font pango:FontAwesome 14
        	status_command i3blocks -c ~/.config/i3/i3blocks_1.conf
        }
        
        bar {
        	font pango:Roboto Bold 10
        	status_command i3blocks -c ~/.config/i3/i3blocks_2.conf
        }

        I've not tested but it might work... let me know...

          Monsieur_Caillou you can use different font size/font for that enable markup=pango in i3blocks.conf

          and add like this ex:

          #command=date "+ο€— %a %d %m <span color='#0073ff' weight='bold'>%H:%M</span>"

            viyoriya Yes I know but regarding icons only blocks as he requested there is a high chance to have line height problems if icons font size is bigger than text blocks font size (icons will be cut) using pango markup, that's why I give him this solution... Using <span size='xx-large'> </span> will produce an oversized cutted icon comparing to regular text blocks.

              tothecloudd0 Performance is just awesome in i3 comparing to a lot of regular WMs, and I keep my setup very lightweight... I'm running a 1920x1080 resolution on an alienware 17 R4, not tested on 4k. I think it will be nicer πŸ™‚

              alan-g59 J'ai créé les packages, mais c'est pas terminΓ© πŸ™‚ / I packaged Xfce but it's still a WIP

              I like keeping mine simple. Everything default except tweaked UI a bit

              First day using Solus. So far, so great. I'm just missing Chromium from the repos, but Brave seems like a nice replacement. I just love Budgie. Still could not find a serious bug, and is snappy and relatively lightweight for what it delivers. The out of the box defaults are good enough, but I'm toying with a little something found in the repos. Congrats to the devs!