ryzee s'all good man. I don't think it's the right aspect ratio for my desktop, but I'm definitely now considering an entire re theming of my laptop literally just to use that wallpaper XD It's so good lol.

    @wavestone @Justin As promised... My current i3 setup...

    Applications used:

    You can get configs and scripts I used here, I'll keep the link active for future updates:
    http://cloud.huguesbutet.fr/index.php/s/RAbEo5PRo6wyr5f

    Have fun...
    πŸ™‚

      Monsieur_Caillou have you noticed any issues using gtk3_nocsd ...love it though.

      I think you forgot to share some i3blocks scripts coz its pointing to /usr/lib64/libexec//i3blocks/$BLOCK_NAME.
      people love your rice so share those.

      my suggestion is move those scripts to ~/.config/i3/i3blocks/ and change path ini3blocks.conf

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