mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 05:18:38 -07:00
Fixed xfce issues
This commit is contained in:
@@ -628,7 +628,7 @@ install_theme() {
|
||||
done
|
||||
done
|
||||
|
||||
if (which xfce4-popup-whiskermenu 2> /dev/null); then
|
||||
if (command -v xfce4-popup-whiskermenu &> /dev/null) && $(sed -i "s|.*menu-opacity=.*|menu-opacity=95|" "$HOME/.config/xfce4/panel/whiskermenu"*".rc" &> /dev/null); then
|
||||
sed -i "s|.*menu-opacity=.*|menu-opacity=95|" "$HOME/.config/xfce4/panel/whiskermenu"*".rc"
|
||||
fi
|
||||
|
||||
|
@@ -15,17 +15,24 @@
|
||||
.xfce4-panel.background {
|
||||
border: none; // Sadly the border is hard-coded
|
||||
background-color: $panel;
|
||||
color: on($panel, secondary);
|
||||
color: $panel-text-secondary;
|
||||
font-weight: 500;
|
||||
|
||||
button {
|
||||
@extend %button-flat;
|
||||
@extend %button-on-dark;
|
||||
|
||||
min-height: 16px;
|
||||
min-width: 16px;
|
||||
padding: 0 $space-size;
|
||||
border-radius: 0;
|
||||
color: $panel-text-secondary;
|
||||
|
||||
&:hover, &:active, &:checked {
|
||||
color: $panel-text;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
color: $panel-text-secondary-disabled;
|
||||
}
|
||||
|
||||
&.flat.toggle {
|
||||
padding: 0 $space-size;
|
||||
|
Reference in New Issue
Block a user