Skip to content

Instantly share code, notes, and snippets.

@cj-praveen
Last active January 28, 2025 05:44
Show Gist options
  • Save cj-praveen/c60eef561a0eceb67d76e3ca11fbcb19 to your computer and use it in GitHub Desktop.
Save cj-praveen/c60eef561a0eceb67d76e3ca11fbcb19 to your computer and use it in GitHub Desktop.
~/.config/gtk-3.0/gtk.css (Xfce Panel Styling)
/* ~/.config/gtk-3.0/gtk.css */
@import 'colors.css';
.xfce4-panel {
background: rgba(255, 255, 255, 0.1);
border: none;
border-radius: 4px;
}
.tasklist button {
background: transparent;
border: none;
}
#pulseaudio-button > image {
-gtk-icon-transform: scale(.7);
}
#xfce4-clipman-plugin > image {
-gtk-icon-transform: scale(.7);
}
#xfce4-notification-plugin > image {
-gtk-icon-transform: scale(.7);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment