Last active
January 28, 2025 05:44
-
-
Save cj-praveen/c60eef561a0eceb67d76e3ca11fbcb19 to your computer and use it in GitHub Desktop.
~/.config/gtk-3.0/gtk.css (Xfce Panel Styling)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ~/.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