Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 4906  / 1 Year ago, sun, april 9, 2023, 3:03:04

I would like to remove the color behind the buttons inside the XFCE Panel.



I tried to modify the file /usr/share/themes/Greybird/gtk-2.0/apps/xfce-panel.rc, and I came with a strange white behind the buttons. I would like to make it transparent.



I think I only have to work with this part of the code :



   style "window-buttons" = "theme-panel"
{
xthickness = 3
ythickness = 3

bg[ACTIVE] = @bg_color_dark
bg[PRELIGHT] = @bg_color_dark
bg[SELECTED] = @bg_color_dark

fg[NORMAL] = @bg_color_dark
fg[ACTIVE] = @bg_color_dark
fg[PRELIGHT] = @bg_color_dark

engine "murrine" {
contrast = 0.0
gradient_shades = { 1.0, 0.9, 0.8, 0.7 }
roundness = 0.5
reliefstyle = 0
textstyle = 1
text_shade = 0.2
}
}


What should I modify ?


More From » xfce

 Answers
0

No file editing is necessary.



First, Make sure the compositor is enabled in the settings (Main Menu >> Settings >> Window Manager Tweaks >> Compositor).



Then, right-click on the panel, open the panel's preferences, open the tab Appearance, set the Opacity to 0.



Finally, open the Window Buttons plugin settings, and uncheck Show flat buttons.



For more information, read Panel Preferences Dialog.


[#31665] Tuesday, April 11, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
luringdge

Total Points: 3
Total Questions: 126
Total Answers: 109

Location: India
Member since Sun, Feb 6, 2022
2 Years ago
;