Share Your Desktop

With that wallpaper you may find these icons more appealing. I believe I used them 1 time before. Not that I do not like the icons you have chosen. Always fun to theme :yum:

5 Likes

theshell
https://vicr123.com/theshell/

7 Likes

Just started setting up for online teaching:
gscreenshot_2020-05-01-111051

5 Likes

New month, new wallpaper

Screenshot_20200501_140915_clean

Screenshot_20200501_140749_neo

8 Likes

I can smell it, I know exactly what a forest clearing like that smells like. :slight_smile:

4 Likes

XFCE. Getting used to it…finally.Bildschirmfoto_2020-05-01_22-24-31

7 Likes

That’s an interesting theme. Sort of like Greybird but better looking.

Yeah…it really made me switch away from my beloved Qogir. BTW I followed one of your advices and use Liberation font, if I do remember correctly

1 Like

I just find it crisper and clearer to read than both Noto and Roboto.

Btw I just tested the theme, and I would be tempted to use it but I get artifacts in the panel; around every launcher there is a slightly darker square. I don’t see it in your screenshot tho.
Edit: I also get artifacts in the file manager.

whiskermenu got also some options in 3 layouts also like win10 style :slight_smile:

You may try this pull request.

1 Like

Thanks, bookmarked for later.

My latest Gnome desktop
Waiting_Patiently
Original image and license

7 Likes

that horse is not happy :slight_smile:

4 Likes

Bildschirmfoto_2020-05-02_12-17-40

3 Likes

…Okay, I feel dumb. How do I get a hold of the changed file? I don’t see a download link for the fixed .css anywhere and if I download the full theme from github it still has the faulty panel.

Edit: Seems I can’t get it to work, the theme is broken somehow. Even with the “fixed” .css the panel buttons are too light, but LESS light than before. Also it doesn’t work at all with Nemo where the sidebar is broken using it.

It’s probably not needed anymore, but one quick way would be:

  1. click on the “View File” in the menu with 3 dots on the right side of the filename
    1

  2. Click on the “Raw” on the panel above the file
    2

  3. Copy the link normally from the address bar of your browser

  4. Fetch it with wget with the path to the destination directory after -P and the copied in the previous step link

wget -P /where/to/put/the/file https://raw.githubusercontent.com/paullinuxthemer/PRO-Dark-XFCE-Edition/bf338b15f5bc36171d36df437384c57f0d36c538/PRO-dark-XFCE-4.14/gtk-3.0/gtk.css
1 Like

Thanks!
Unfortunately the theme is still broken for me; it doesn’t work with Nemo and the panel color around icons is STILL off, but not as much.

I applied that change myself by editing ~/.themes/PRO-dark-XFCE-4.14/gtk-3.0/gtk.css (starting in line 13385):

.xfce4-panel.background button {

  background-image: none;
  background-color: #37383d;
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 0 1px;
  color: #dde2e7;
  text-shadow:  0 -1px alpha(#ffffff, 0.04),
				 -1px  0px alpha(#202020, 0.05),
				  1px  0px alpha(#202020, 0.05),
				  0px  1px alpha(#202020, 0.5),
				  0px  2px alpha(#202020, 0.05);
  /*text-shadow: 0px 1px rgba(0, 0, 0, 0.1);*/ }

Deleting the line background-color: #37383d; fixed the panel issue after logout/login.

1 Like

Thank you. That worked.
Now I just need to figure out which line makes the side panel in Nemo screwed up (if you hover with the pointer, without clicking, that line permanently turns dark and not back again).

Edit: I just notice it does the same in Thunar.