Current XFCE setup
  • jkmooney jkmooney 4d ago 100%

    I should have mentioned, the background image is from the finale of Loki. In Norse mythology, it's the Yggdrasil tree.

    1
  • Current XFCE setup
  • jkmooney jkmooney 6d ago 100%

    Thanks ,

    Fixed now :)

    1
  • Current XFCE setup
  • jkmooney jkmooney 1w ago 100%

    For some reason, the formatting is not being preserved here in my cut-and-pasted script. If you can't untangle it, let me know.

    1
  • Current XFCE setup
  • jkmooney jkmooney 1w ago 100%

    I added a little .css file " .config/gtk-3.0/gtk.css" copied below. (there's actually a couple approaches I took, the one I'm using here is not commented out).

    /* 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.
       (16 px for full radius at my current settings)
    */
    
    .xfce4-panel#XfcePanelWindow {
       border-radius: 16px;
    }
    @import 'colors.css';
    
    1
  • Current XFCE setup
  • jkmooney jkmooney 4w ago 100%

    I feel XFCE is under-rated. It has the reputation for being "dated", but I find it pretty flexible.

    1
  • Current XFCE setup
  • jkmooney jkmooney 1mo ago 100%

    I like this overall setup for Ultra-Wide monitors. The icon set is Kora-Grey (part of the whole Kora icon pack on gnome-look). The overall theme is Material-Black-Colors (using the Pistachio-BE option here), also on gnome-look. To do the Date - Time display they way I have, I put the clock widget on twice. Once showing only the date, the other showing only the time. Clicking the date brings up Thunderbird open to the Calendar tab. Clicking the time open Thunderbird on the Email tab. To make the panels rounded, I did add a small .css file in the gtk-3 folder. Can show you what I did if you're interested.

    4
  • 55
    9
    Going more minimalist with Hyprland
  • jkmooney jkmooney 3mo ago 100%

    I probably should look at what else is out there. Hyprland is my first go at a tiling window manager/compositor. The overall graphics and presentation is what grabbed my attention in the first place. The recent "kerfuffle" on Discord was a bit off-putting though.

    1
  • Removing everything from the Waybar I don't really use that much, rewrote the clock module (turns out you can do that), and just decided to embrace the "Tiling Window Compositor" vibe by relying more on keyboard shortcuts. ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Flemmy.world%2Fpictrs%2Fimage%2Fd9653f96-143a-45db-bc95-1fbfe46660be.png)

    45
    8
    More playing with XFCE
  • jkmooney jkmooney 3mo ago 100%

    The upper right is set to always stay on top, which works well when you move the window buttons to the "MacOS" side of the window. Lower left is just my Status Tray. Upper left is Whisker Menu, Notifications, Audio Controls, and stacks open applications as icons. It takes up very little space. Oh and, for the upper right panel, clicking on the date opens Evolution in Calendar mode, clicking on the time opens it in Email mode.

    6
  • Further refinements to my latest XFCE rice...
  • jkmooney jkmooney 4mo ago 100%

    Wallhaven.cc or deviantart is where I typically find my backgrounds

    5
  • Using a less aggressive approach to rounding the corners on the desktop elements this time. Overall theme is Material-Black-Cherry but I color sampled the tree she's reclining on for the desktop elements. Gruvbox-Material-Black for the icon set.

    67
    2

    Wanted to see if I could make it look a little more "modern". ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Flemmy.world%2Fpictrs%2Fimage%2F9d326c69-e688-40e6-9eaf-35b3060c7e7c.png)

    53
    1
    [hyprland] My first time on wayland
  • jkmooney jkmooney 5mo ago 100%

    yea, I'm having fun playing around with hyprland myself :)

    1