Fixed mate issues
This commit is contained in:
parent
4b4be40b7d
commit
a1a3b823f1
@ -242,6 +242,12 @@ install_theemy() {
|
|||||||
local theme="$(destify ${4})"
|
local theme="$(destify ${4})"
|
||||||
local icon="$(destify ${5})"
|
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 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_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}"
|
local TMP_DIR_F="${WHITESUR_TMP_DIR}/gtk-4.0${color}${opacity}${alt}${theme}"
|
||||||
@ -257,8 +263,8 @@ install_theemy() {
|
|||||||
[X-GNOME-Metatheme]
|
[X-GNOME-Metatheme]
|
||||||
GtkTheme=${name}${color}${opacity}${alt}${theme}
|
GtkTheme=${name}${color}${opacity}${alt}${theme}
|
||||||
MetacityTheme=${name}${color}${opacity}${alt}${theme}
|
MetacityTheme=${name}${color}${opacity}${alt}${theme}
|
||||||
IconTheme=${name}${color}
|
IconTheme=${name}${iconcolor}
|
||||||
CursorTheme=${name}${color}
|
CursorTheme=WhiteSur-cursors
|
||||||
ButtonLayout=close,minimize,maximize:menu"
|
ButtonLayout=close,minimize,maximize:menu"
|
||||||
echo "${desktop_entry}" > "${TARGET_DIR}/index.theme"
|
echo "${desktop_entry}" > "${TARGET_DIR}/index.theme"
|
||||||
|
|
||||||
|
@ -2797,6 +2797,7 @@ panel-toplevel.background {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button,
|
button,
|
||||||
|
#PanelApplet > button.toggle,
|
||||||
#tasklist-button {
|
#tasklist-button {
|
||||||
@extend %panel_button;
|
@extend %panel_button;
|
||||||
|
|
||||||
@ -2818,6 +2819,29 @@ panel-toplevel.background {
|
|||||||
background-color: $selected_bg_color;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user