Fixed mate issues

This commit is contained in:
Vince 2021-06-06 22:45:33 +08:00
parent 4b4be40b7d
commit a1a3b823f1
2 changed files with 32 additions and 2 deletions

View file

@ -242,6 +242,12 @@ install_theemy() {
local theme="$(destify ${4})"
local icon="$(destify ${5})"
if [[ "${color}" == '-light' ]]; then
local iconcolor=''
elif [[ "${color}" == '-dark' ]]; then
local iconcolor='-dark'
fi
local TARGET_DIR="${dest}/${name}${color}${opacity}${alt}${theme}"
local TMP_DIR_T="${WHITESUR_TMP_DIR}/gtk-3.0${color}${opacity}${alt}${theme}"
local TMP_DIR_F="${WHITESUR_TMP_DIR}/gtk-4.0${color}${opacity}${alt}${theme}"
@ -257,8 +263,8 @@ install_theemy() {
[X-GNOME-Metatheme]
GtkTheme=${name}${color}${opacity}${alt}${theme}
MetacityTheme=${name}${color}${opacity}${alt}${theme}
IconTheme=${name}${color}
CursorTheme=${name}${color}
IconTheme=${name}${iconcolor}
CursorTheme=WhiteSur-cursors
ButtonLayout=close,minimize,maximize:menu"
echo "${desktop_entry}" > "${TARGET_DIR}/index.theme"

View file

@ -2797,6 +2797,7 @@ panel-toplevel.background {
}
button,
#PanelApplet > button.toggle,
#tasklist-button {
@extend %panel_button;
@ -2818,6 +2819,29 @@ panel-toplevel.background {
background-color: $selected_bg_color;
}
}
.brisk-menu {
entry, entry:focus {
border-radius: 0;
background: none;
box-shadow: none;
border-bottom: 1px solid $borders_color;
}
.categories-list button.flat { border-radius: 3px; }
scrolledwindow.frame {
border-width: 0 0 0 1px;
margin-top: -2px;
.apps-list > row > button.flat {
&, &:hover, &:active, &:disabled {
background: none;
transition: none;
}
}
}
}
}
//