Skip to content

Instantly share code, notes, and snippets.

View johannesschweig's full-sized avatar

Johannes Schweig johannesschweig

View GitHub Profile
@johannesschweig
johannesschweig / gtk.css
Last active January 7, 2023 12:24
Change syling of the alt-tab component in xfce (place under ~/.config/gtk-3.0/)
/* Xfwm4's alt-tab dialog, aka "tabwin" */
#xfwm-tabwin {
padding: 12px;
background-image: none;
background-color: rgba(50, 50, 50, 0.8);
color: rgba(255, 255, 255, 0.5);
border: 1px solid rgb(25, 25, 25);
border-radius: 8px;
/* Set the application icon- and preview-size to 64px */
-XfwmTabwinWidget-icon-size: 130px;