• 6 Posts
  • 11 Comments
Joined 6 months ago
cake
Cake day: May 19th, 2024

help-circle




  • jkmooney@lemmy.worldOPtounixporn@lemmy.worldCurrent XFCE setup
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    24 days ago

    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';
    







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