Compare commits
21 Commits
2023.04.11
...
2023-08-12
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a0f7fadfbe | ||
|
|
b3ceea1b71 | ||
|
|
5006d204ee | ||
|
|
a1cd62269f | ||
|
|
57d7d8c1ed | ||
|
|
f2b285c0d4 | ||
|
|
fba46b34e0 | ||
|
|
08761897da | ||
|
|
722002b39b | ||
|
|
b3a7040e41 | ||
|
|
7386d9ae77 | ||
|
|
e57f422bd3 | ||
|
|
8b8cf45ea7 | ||
|
|
fac1f92071 | ||
|
|
5feecc6695 | ||
|
|
19beb3eeb9 | ||
|
|
2449ab52c2 | ||
|
|
627f407641 | ||
|
|
12c8c77912 | ||
|
|
96d6de2793 | ||
|
|
0546af8b09 |
10
README.md
@@ -46,10 +46,12 @@ Run the following commands in the terminal:
|
||||
-u, --uninstall Uninstall/Remove installed themes or links
|
||||
|
||||
--tweaks Specify versions for tweaks
|
||||
1. [nord|dracula|gruvbox]: Nord|Dracula|gruvbox ColorSchemes version
|
||||
2. black: Blackness color version
|
||||
3. rimless: Remove the 1px border about windows and menus
|
||||
4. normal: Normal windows button style (titlebuttons: max/min/close)
|
||||
1. [nord|dracula|gruvbox|all] (Nord/Dracula/gruvbox/all) ColorSchemes version
|
||||
2. black Blackness color version
|
||||
3. rimless Remove the 1px border about windows and menus
|
||||
4. normal Normal windows button style like gnome default theme (titlebuttons: max/min/close)
|
||||
5. float Floating gnome-shell panel style
|
||||
|
||||
-h, --help Show help
|
||||
```
|
||||
|
||||
|
||||
163
install.sh
@@ -10,7 +10,7 @@ source "${REPO_DIR}/gtkrc.sh"
|
||||
ROOT_UID=0
|
||||
DEST_DIR=
|
||||
|
||||
ctype=
|
||||
scheme=
|
||||
window=
|
||||
|
||||
# Destination directory
|
||||
@@ -24,6 +24,7 @@ SASSC_OPT="-M -t expanded"
|
||||
|
||||
THEME_NAME=Colloid
|
||||
THEME_VARIANTS=('' '-Purple' '-Pink' '-Red' '-Orange' '-Yellow' '-Green' '-Teal' '-Grey')
|
||||
SCHEME_VARIANTS=('' '-Nord' '-Dracula' '-Gruvbox')
|
||||
COLOR_VARIANTS=('' '-Light' '-Dark')
|
||||
SIZE_VARIANTS=('' '-Compact')
|
||||
|
||||
@@ -65,10 +66,11 @@ OPTIONS:
|
||||
-u, --uninstall Uninstall/Remove installed themes or links
|
||||
|
||||
--tweaks Specify versions for tweaks
|
||||
1. [nord|dracula|gruvbox]: Nord|Dracula|gruvbox ColorSchemes version
|
||||
2. black: Blackness color version
|
||||
3. rimless: Remove the 1px border about windows and menus
|
||||
4. normal: Normal windows button style (titlebuttons: max/min/close)
|
||||
1. [nord|dracula|gruvbox|all] Nord|Dracula|gruvbox|all ColorSchemes version
|
||||
2. black Blackness color version
|
||||
3. rimless Remove the 1px border about windows and menus
|
||||
4. normal Normal windows button style like gnome default theme (titlebuttons: max/min/close)
|
||||
5. float Floating gnome-shell panel style
|
||||
|
||||
-h, --help Show help
|
||||
EOF
|
||||
@@ -80,7 +82,7 @@ install() {
|
||||
local theme="${3}"
|
||||
local color="${4}"
|
||||
local size="${5}"
|
||||
local ctype="${6}"
|
||||
local scheme="${6}"
|
||||
local window="${7}"
|
||||
|
||||
[[ "${color}" == '-Light' ]] && local ELSE_LIGHT="${color}"
|
||||
@@ -115,7 +117,7 @@ install() {
|
||||
|
||||
cp -r "${SRC_DIR}/assets/gnome-shell/common-assets" "${THEME_DIR}/gnome-shell/assets"
|
||||
cp -r "${SRC_DIR}/assets/gnome-shell/assets${ELSE_DARK:-}/"*.svg "${THEME_DIR}/gnome-shell/assets"
|
||||
cp -r "${SRC_DIR}/assets/gnome-shell/theme${theme}${ctype}/"*.svg "${THEME_DIR}/gnome-shell/assets"
|
||||
cp -r "${SRC_DIR}/assets/gnome-shell/theme${theme}${scheme}/"*.svg "${THEME_DIR}/gnome-shell/assets"
|
||||
|
||||
cd "${THEME_DIR}/gnome-shell"
|
||||
ln -s assets/no-events.svg no-events.svg
|
||||
@@ -123,31 +125,31 @@ install() {
|
||||
ln -s assets/no-notifications.svg no-notifications.svg
|
||||
|
||||
mkdir -p "${THEME_DIR}/gtk-2.0"
|
||||
# cp -r "${SRC_DIR}/main/gtk-2.0/gtkrc${theme}${ELSE_DARK:-}${ctype}" "${THEME_DIR}/gtk-2.0/gtkrc"
|
||||
# cp -r "${SRC_DIR}/main/gtk-2.0/gtkrc${theme}${ELSE_DARK:-}${scheme}" "${THEME_DIR}/gtk-2.0/gtkrc"
|
||||
cp -r "${SRC_DIR}/main/gtk-2.0/common/"*'.rc' "${THEME_DIR}/gtk-2.0"
|
||||
cp -r "${SRC_DIR}/assets/gtk-2.0/assets-common${ELSE_DARK:-}" "${THEME_DIR}/gtk-2.0/assets"
|
||||
cp -r "${SRC_DIR}/assets/gtk-2.0/assets${theme}${ELSE_DARK:-}${ctype}/"*"png" "${THEME_DIR}/gtk-2.0/assets"
|
||||
cp -r "${SRC_DIR}/assets/gtk-2.0/assets${theme}${ELSE_DARK:-}${scheme}/"*"png" "${THEME_DIR}/gtk-2.0/assets"
|
||||
|
||||
mkdir -p "${THEME_DIR}/gtk-3.0"
|
||||
cp -r "${SRC_DIR}/assets/gtk/assets${theme}${ctype}" "${THEME_DIR}/gtk-3.0/assets"
|
||||
cp -r "${SRC_DIR}/assets/gtk/assets${theme}${scheme}" "${THEME_DIR}/gtk-3.0/assets"
|
||||
cp -r "${SRC_DIR}/assets/gtk/scalable" "${THEME_DIR}/gtk-3.0/assets"
|
||||
cp -r "${SRC_DIR}/assets/gtk/thumbnails/thumbnail${theme}${ctype}${ELSE_DARK:-}.png" "${THEME_DIR}/gtk-3.0/thumbnail.png"
|
||||
cp -r "${SRC_DIR}/assets/gtk/thumbnails/thumbnail${theme}${scheme}${ELSE_DARK:-}.png" "${THEME_DIR}/gtk-3.0/thumbnail.png"
|
||||
sassc $SASSC_OPT "${SRC_DIR}/main/gtk-3.0/gtk${color}.scss" "${THEME_DIR}/gtk-3.0/gtk.css"
|
||||
sassc $SASSC_OPT "${SRC_DIR}/main/gtk-3.0/gtk-Dark.scss" "${THEME_DIR}/gtk-3.0/gtk-dark.css"
|
||||
|
||||
mkdir -p "${THEME_DIR}/gtk-4.0"
|
||||
cp -r "${SRC_DIR}/assets/gtk/assets${theme}${ctype}" "${THEME_DIR}/gtk-4.0/assets"
|
||||
cp -r "${SRC_DIR}/assets/gtk/assets${theme}${scheme}" "${THEME_DIR}/gtk-4.0/assets"
|
||||
cp -r "${SRC_DIR}/assets/gtk/scalable" "${THEME_DIR}/gtk-4.0/assets"
|
||||
cp -r "${SRC_DIR}/assets/gtk/thumbnails/thumbnail${theme}${ctype}${ELSE_DARK:-}.png" "${THEME_DIR}/gtk-4.0/thumbnail.png"
|
||||
cp -r "${SRC_DIR}/assets/gtk/thumbnails/thumbnail${theme}${scheme}${ELSE_DARK:-}.png" "${THEME_DIR}/gtk-4.0/thumbnail.png"
|
||||
sassc $SASSC_OPT "${SRC_DIR}/main/gtk-4.0/gtk${color}.scss" "${THEME_DIR}/gtk-4.0/gtk.css"
|
||||
sassc $SASSC_OPT "${SRC_DIR}/main/gtk-4.0/gtk-Dark.scss" "${THEME_DIR}/gtk-4.0/gtk-dark.css"
|
||||
|
||||
mkdir -p "${THEME_DIR}/cinnamon"
|
||||
cp -r "${SRC_DIR}/assets/cinnamon/common-assets" "${THEME_DIR}/cinnamon/assets"
|
||||
cp -r "${SRC_DIR}/assets/cinnamon/assets${ELSE_DARK:-}/"*'.svg' "${THEME_DIR}/cinnamon/assets"
|
||||
cp -r "${SRC_DIR}/assets/cinnamon/theme${theme}${ctype}/"*'.svg' "${THEME_DIR}/cinnamon/assets"
|
||||
cp -r "${SRC_DIR}/assets/cinnamon/theme${theme}${scheme}/"*'.svg' "${THEME_DIR}/cinnamon/assets"
|
||||
sassc $SASSC_OPT "${SRC_DIR}/main/cinnamon/cinnamon${color}.scss" "${THEME_DIR}/cinnamon/cinnamon.css"
|
||||
cp -r "${SRC_DIR}/assets/cinnamon/thumbnails/thumbnail${theme}${ctype}${color}.png" "${THEME_DIR}/cinnamon/thumbnail.png"
|
||||
cp -r "${SRC_DIR}/assets/cinnamon/thumbnails/thumbnail${theme}${scheme}${color}.png" "${THEME_DIR}/cinnamon/thumbnail.png"
|
||||
|
||||
mkdir -p "${THEME_DIR}/metacity-1"
|
||||
cp -r "${SRC_DIR}/main/metacity-1/metacity-theme-3${window}.xml" "${THEME_DIR}/metacity-1/metacity-theme-3.xml"
|
||||
@@ -156,22 +158,22 @@ install() {
|
||||
cd "${THEME_DIR}/metacity-1" && ln -s metacity-theme-3.xml metacity-theme-1.xml && ln -s metacity-theme-3.xml metacity-theme-2.xml
|
||||
|
||||
mkdir -p "${THEME_DIR}/xfwm4"
|
||||
cp -r "${SRC_DIR}/assets/xfwm4/assets${ELSE_LIGHT:-}${ctype}${window}/"*.png "${THEME_DIR}/xfwm4"
|
||||
cp -r "${SRC_DIR}/assets/xfwm4/assets${ELSE_LIGHT:-}${scheme}${window}/"*.png "${THEME_DIR}/xfwm4"
|
||||
cp -r "${SRC_DIR}/main/xfwm4/themerc${ELSE_LIGHT:-}" "${THEME_DIR}/xfwm4/themerc"
|
||||
mkdir -p "${THEME_DIR}-hdpi/xfwm4"
|
||||
cp -r "${SRC_DIR}/assets/xfwm4/assets${ELSE_LIGHT:-}${ctype}${window}-hdpi/"*.png "${THEME_DIR}-hdpi/xfwm4"
|
||||
cp -r "${SRC_DIR}/assets/xfwm4/assets${ELSE_LIGHT:-}${scheme}${window}-hdpi/"*.png "${THEME_DIR}-hdpi/xfwm4"
|
||||
cp -r "${SRC_DIR}/main/xfwm4/themerc${ELSE_LIGHT:-}" "${THEME_DIR}-hdpi/xfwm4/themerc"
|
||||
sed -i "s/button_offset=6/button_offset=9/" "${THEME_DIR}-hdpi/xfwm4/themerc"
|
||||
mkdir -p "${THEME_DIR}-xhdpi/xfwm4"
|
||||
cp -r "${SRC_DIR}/assets/xfwm4/assets${ELSE_LIGHT:-}${ctype}${window}-xhdpi/"*.png "${THEME_DIR}-xhdpi/xfwm4"
|
||||
cp -r "${SRC_DIR}/assets/xfwm4/assets${ELSE_LIGHT:-}${scheme}${window}-xhdpi/"*.png "${THEME_DIR}-xhdpi/xfwm4"
|
||||
cp -r "${SRC_DIR}/main/xfwm4/themerc${ELSE_LIGHT:-}" "${THEME_DIR}-xhdpi/xfwm4/themerc"
|
||||
sed -i "s/button_offset=6/button_offset=12/" "${THEME_DIR}-xhdpi/xfwm4/themerc"
|
||||
|
||||
mkdir -p "${THEME_DIR}/plank"
|
||||
if [[ "$color" == '-Light' ]]; then
|
||||
cp -r "${SRC_DIR}/main/plank/theme-Light${ctype}/"* "${THEME_DIR}/plank"
|
||||
cp -r "${SRC_DIR}/main/plank/theme-Light${scheme}/"* "${THEME_DIR}/plank"
|
||||
else
|
||||
cp -r "${SRC_DIR}/main/plank/theme-Dark${ctype}/"* "${THEME_DIR}/plank"
|
||||
cp -r "${SRC_DIR}/main/plank/theme-Dark${scheme}/"* "${THEME_DIR}/plank"
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -179,6 +181,7 @@ themes=()
|
||||
colors=()
|
||||
sizes=()
|
||||
lcolors=()
|
||||
schemes=()
|
||||
|
||||
while [[ $# -gt 0 ]]; do
|
||||
case "${1}" in
|
||||
@@ -317,23 +320,28 @@ while [[ $# -gt 0 ]]; do
|
||||
for variant in $@; do
|
||||
case "$variant" in
|
||||
nord)
|
||||
nord="true"
|
||||
ctype="-Nord"
|
||||
colorscheme='true'
|
||||
schemes+=("${SCHEME_VARIANTS[1]}")
|
||||
echo -e "Nord ColorScheme version! ..."
|
||||
shift
|
||||
;;
|
||||
dracula)
|
||||
dracula="true"
|
||||
ctype="-Dracula"
|
||||
colorscheme='true'
|
||||
schemes+=("${SCHEME_VARIANTS[2]}")
|
||||
echo -e "Dracula ColorScheme version! ..."
|
||||
shift
|
||||
;;
|
||||
gruvbox)
|
||||
gruvbox="true"
|
||||
ctype="-Gruvbox"
|
||||
colorscheme='true'
|
||||
schemes+=("${SCHEME_VARIANTS[3]}")
|
||||
echo -e "Gruvbox ColorScheme version! ..."
|
||||
shift
|
||||
;;
|
||||
all)
|
||||
colorscheme='true'
|
||||
schemes+=("${SCHEME_VARIANTS[@]}")
|
||||
shift
|
||||
;;
|
||||
black)
|
||||
blackness="true"
|
||||
echo -e "Blackness version! ..."
|
||||
@@ -350,6 +358,11 @@ while [[ $# -gt 0 ]]; do
|
||||
echo -e "Normal window button version! ..."
|
||||
shift
|
||||
;;
|
||||
float)
|
||||
float="true"
|
||||
echo -e "Install Floating Gnome-Shell Panel version! ..."
|
||||
shift
|
||||
;;
|
||||
-*)
|
||||
break
|
||||
;;
|
||||
@@ -389,6 +402,10 @@ if [[ "${#sizes[@]}" -eq 0 ]] ; then
|
||||
sizes=("${SIZE_VARIANTS[0]}")
|
||||
fi
|
||||
|
||||
if [[ "${#schemes[@]}" -eq 0 ]] ; then
|
||||
schemes=("${SCHEME_VARIANTS[0]}")
|
||||
fi
|
||||
|
||||
# Check command avalibility
|
||||
function has_command() {
|
||||
command -v $1 > /dev/null
|
||||
@@ -420,19 +437,22 @@ compact_size() {
|
||||
sed -i "/\$compact:/s/false/true/" "${SRC_DIR}/sass/_tweaks-temp.scss"
|
||||
}
|
||||
|
||||
nord_color() {
|
||||
sed -i "/\@import/s/color-palette-default/color-palette-nord/" "${SRC_DIR}/sass/_tweaks-temp.scss"
|
||||
sed -i "/\$colorscheme:/s/default/nord/" "${SRC_DIR}/sass/_tweaks-temp.scss"
|
||||
}
|
||||
|
||||
dracula_color() {
|
||||
sed -i "/\@import/s/color-palette-default/color-palette-dracula/" "${SRC_DIR}/sass/_tweaks-temp.scss"
|
||||
sed -i "/\$colorscheme:/s/default/dracula/" "${SRC_DIR}/sass/_tweaks-temp.scss"
|
||||
}
|
||||
|
||||
gruvbox_color() {
|
||||
sed -i "/\@import/s/color-palette-default/color-palette-gruvbox/" "${SRC_DIR}/sass/_tweaks-temp.scss"
|
||||
sed -i "/\$colorscheme:/s/default/gruvbox/" "${SRC_DIR}/sass/_tweaks-temp.scss"
|
||||
color_schemes() {
|
||||
if [[ "$scheme" != '' ]]; then
|
||||
case "$scheme" in
|
||||
-Nord)
|
||||
scheme_color='nord'
|
||||
;;
|
||||
-Dracula)
|
||||
scheme_color='dracula'
|
||||
;;
|
||||
-Gruvbox)
|
||||
scheme_color='gruvbox'
|
||||
;;
|
||||
esac
|
||||
sed -i "/\@import/s/color-palette-default/color-palette-${scheme_color}/" "${SRC_DIR}/sass/_tweaks-temp.scss"
|
||||
sed -i "/\$colorscheme:/s/default/${scheme_color}/" "${SRC_DIR}/sass/_tweaks-temp.scss"
|
||||
fi
|
||||
}
|
||||
|
||||
blackness_color() {
|
||||
@@ -447,6 +467,10 @@ normal_winbutton() {
|
||||
sed -i "/\$window_button:/s/mac/normal/" "${SRC_DIR}/sass/_tweaks-temp.scss"
|
||||
}
|
||||
|
||||
float_panel() {
|
||||
sed -i "/\$float:/s/false/true/" "${SRC_DIR}/sass/_tweaks-temp.scss"
|
||||
}
|
||||
|
||||
gnome_shell_version() {
|
||||
cp -rf "${SRC_DIR}/sass/gnome-shell/_common.scss" "${SRC_DIR}/sass/gnome-shell/_common-temp.scss"
|
||||
|
||||
@@ -485,47 +509,46 @@ theme_color() {
|
||||
theme_color='grey'
|
||||
;;
|
||||
esac
|
||||
tweaks_temp
|
||||
sed -i "/\$theme:/s/default/${theme_color}/" "${SRC_DIR}/sass/_tweaks-temp.scss"
|
||||
fi
|
||||
}
|
||||
|
||||
theme_tweaks() {
|
||||
if [[ "$accent" = "true" ]] ; then
|
||||
if [[ "$accent" = "true" || "$colorscheme" = "true" ]]; then
|
||||
tweaks_temp
|
||||
fi
|
||||
|
||||
if [[ "$accent" = "true" ]]; then
|
||||
theme_color
|
||||
fi
|
||||
|
||||
if [[ "$compact" = "true" ]] ; then
|
||||
if [[ "$compact" = "true" ]]; then
|
||||
compact_size
|
||||
fi
|
||||
|
||||
if [[ "$nord" = "true" ]] ; then
|
||||
nord_color
|
||||
if [[ "$colorscheme" = "true" ]] ; then
|
||||
color_schemes
|
||||
fi
|
||||
|
||||
if [[ "$dracula" = "true" ]] ; then
|
||||
dracula_color
|
||||
fi
|
||||
|
||||
if [[ "$gruvbox" = "true" ]] ; then
|
||||
gruvbox_color
|
||||
fi
|
||||
|
||||
if [[ "$blackness" = "true" ]] ; then
|
||||
if [[ "$blackness" = "true" ]]; then
|
||||
blackness_color
|
||||
fi
|
||||
|
||||
if [[ "$rimless" = "true" ]] ; then
|
||||
if [[ "$rimless" = "true" ]]; then
|
||||
border_rimless
|
||||
fi
|
||||
|
||||
if [[ "$normal" = "true" ]] ; then
|
||||
if [[ "$normal" = "true" ]]; then
|
||||
normal_winbutton
|
||||
fi
|
||||
|
||||
if [[ "$float" = "true" ]]; then
|
||||
float_panel
|
||||
fi
|
||||
}
|
||||
|
||||
uninstall_link() {
|
||||
rm -rf "${HOME}/.config/gtk-4.0/"{assets,windows-assets,gtk.css,gtk-dark.css} && echo -e "\nUninstall ${HOME}/.config/gtk-4.0 links ..."
|
||||
rm -rf "${HOME}/.config/gtk-4.0/"{assets,windows-assets,gtk.css,gtk-dark.css}
|
||||
}
|
||||
|
||||
link_libadwaita() {
|
||||
@@ -534,7 +557,7 @@ link_libadwaita() {
|
||||
local theme="${3}"
|
||||
local color="${4}"
|
||||
local size="${5}"
|
||||
local ctype="${6}"
|
||||
local scheme="${6}"
|
||||
|
||||
local THEME_DIR="${1}/${2}${3}${4}${5}${6}"
|
||||
|
||||
@@ -552,7 +575,9 @@ link_theme() {
|
||||
for theme in "${themes[@]}"; do
|
||||
for color in "${lcolors[@]}"; do
|
||||
for size in "${sizes[@]}"; do
|
||||
link_libadwaita "${dest:-$DEST_DIR}" "${name:-$THEME_NAME}" "$theme" "$color" "$size" "$ctype"
|
||||
for scheme in "${schemes[@]}"; do
|
||||
link_libadwaita "${dest:-$DEST_DIR}" "${name:-$THEME_NAME}" "$theme" "$color" "$size" "$scheme"
|
||||
done
|
||||
done
|
||||
done
|
||||
done
|
||||
@@ -564,12 +589,12 @@ clean() {
|
||||
local theme="${3}"
|
||||
local color="${4}"
|
||||
local size="${5}"
|
||||
local type="${6}"
|
||||
local scheme="${6}"
|
||||
local screen="${7}"
|
||||
|
||||
local THEME_DIR="${1}/${2}${3}${4}${5}${6}${7}"
|
||||
|
||||
if [[ ${theme} == '' && ${color} == '' && ${size} == '' && ${type} == '' ]]; then
|
||||
if [[ ${theme} == '' && ${color} == '' && ${size} == '' && ${scheme} == '' ]]; then
|
||||
cleantheme='none'
|
||||
elif [[ -d ${THEME_DIR} ]]; then
|
||||
rm -rf ${THEME_DIR}
|
||||
@@ -581,9 +606,9 @@ clean_theme() {
|
||||
for theme in '' '-purple' '-pink' '-red' '-orange' '-yellow' '-green' '-teal' '-grey'; do
|
||||
for color in '' '-light' '-dark'; do
|
||||
for size in '' '-compact'; do
|
||||
for type in '' '-nord' '-dracula' '-gruvbox'; do
|
||||
for scheme in '' '-nord' '-dracula' '-gruvbox'; do
|
||||
for screen in '' '-hdpi' '-xhdpi'; do
|
||||
clean "${dest:-${DEST_DIR}}" "${name:-${THEME_NAME}}" "${theme}" "${color}" "${size}" "${type}" "${screen}"
|
||||
clean "${dest:-${DEST_DIR}}" "${name:-${THEME_NAME}}" "${theme}" "${color}" "${size}" "${scheme}" "${screen}"
|
||||
done
|
||||
done
|
||||
done
|
||||
@@ -595,14 +620,16 @@ install_theme() {
|
||||
for theme in "${themes[@]}"; do
|
||||
for color in "${colors[@]}"; do
|
||||
for size in "${sizes[@]}"; do
|
||||
install "${dest:-$DEST_DIR}" "${name:-$THEME_NAME}" "$theme" "$color" "$size" "$ctype" "$window"
|
||||
make_gtkrc "${dest:-$DEST_DIR}" "${name:-$THEME_NAME}" "$theme" "$color" "$size" "$ctype" "$window"
|
||||
for scheme in "${schemes[@]}"; do
|
||||
install "${dest:-$DEST_DIR}" "${name:-$THEME_NAME}" "$theme" "$color" "$size" "$scheme" "$window"
|
||||
make_gtkrc "${dest:-$DEST_DIR}" "${name:-$THEME_NAME}" "$theme" "$color" "$size" "$scheme" "$window"
|
||||
done
|
||||
done
|
||||
done
|
||||
done
|
||||
|
||||
if has_command xfce4-popup-whiskermen; then
|
||||
sed -i "s|.*menu-opacity=.*|menu-opacity=0|" "$HOME/.config/xfce4/panel/whiskermenu"*".rc"
|
||||
if (which xfce4-popup-whiskermenu 2> /dev/null); then
|
||||
sed -i "s|.*menu-opacity=.*|menu-opacity=95|" "$HOME/.config/xfce4/panel/whiskermenu"*".rc"
|
||||
fi
|
||||
|
||||
if (pgrep xfce4-session &> /dev/null); then
|
||||
@@ -616,7 +643,7 @@ uninstall() {
|
||||
local theme="${3}"
|
||||
local color="${4}"
|
||||
local size="${5}"
|
||||
local ctype="${6}"
|
||||
local scheme="${6}"
|
||||
|
||||
local THEME_DIR="${1}/${2}${3}${4}${5}${6}"
|
||||
|
||||
@@ -630,7 +657,7 @@ uninstall_theme() {
|
||||
for theme in "${themes[@]}"; do
|
||||
for color in "${colors[@]}"; do
|
||||
for size in "${sizes[@]}"; do
|
||||
uninstall "${dest:-$DEST_DIR}" "${name:-$THEME_NAME}" "$theme" "$color" "$size" "$ctype"
|
||||
uninstall "${dest:-$DEST_DIR}" "${name:-$THEME_NAME}" "$theme" "$color" "$size" "$scheme"
|
||||
done
|
||||
done
|
||||
done
|
||||
|
||||
|
After Width: | Height: | Size: 284 B |
|
After Width: | Height: | Size: 275 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 348 B |
|
After Width: | Height: | Size: 549 B |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
BIN
src/assets/xfwm4/assets-Dracula-Normal/shade-toggled-active.png
Normal file
|
After Width: | Height: | Size: 362 B |
|
After Width: | Height: | Size: 232 B |
|
After Width: | Height: | Size: 393 B |
BIN
src/assets/xfwm4/assets-Dracula-Normal/shade-toggled-pressed.png
Normal file
|
After Width: | Height: | Size: 695 B |
BIN
src/assets/xfwm4/assets-Dracula-hdpi/shade-toggled-active.png
Normal file
|
After Width: | Height: | Size: 466 B |
BIN
src/assets/xfwm4/assets-Dracula-hdpi/shade-toggled-inactive.png
Normal file
|
After Width: | Height: | Size: 270 B |
BIN
src/assets/xfwm4/assets-Dracula-hdpi/shade-toggled-prelight.png
Normal file
|
After Width: | Height: | Size: 865 B |
BIN
src/assets/xfwm4/assets-Dracula-hdpi/shade-toggled-pressed.png
Normal file
|
After Width: | Height: | Size: 516 B |
BIN
src/assets/xfwm4/assets-Dracula-xhdpi/shade-toggled-active.png
Normal file
|
After Width: | Height: | Size: 630 B |
BIN
src/assets/xfwm4/assets-Dracula-xhdpi/shade-toggled-inactive.png
Normal file
|
After Width: | Height: | Size: 542 B |
BIN
src/assets/xfwm4/assets-Dracula-xhdpi/shade-toggled-prelight.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
src/assets/xfwm4/assets-Dracula-xhdpi/shade-toggled-pressed.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
src/assets/xfwm4/assets-Dracula/shade-toggled-active.png
Normal file
|
After Width: | Height: | Size: 342 B |
BIN
src/assets/xfwm4/assets-Dracula/shade-toggled-inactive.png
Normal file
|
After Width: | Height: | Size: 321 B |
BIN
src/assets/xfwm4/assets-Dracula/shade-toggled-prelight.png
Normal file
|
After Width: | Height: | Size: 615 B |
BIN
src/assets/xfwm4/assets-Dracula/shade-toggled-pressed.png
Normal file
|
After Width: | Height: | Size: 356 B |
|
After Width: | Height: | Size: 461 B |
|
After Width: | Height: | Size: 414 B |
|
After Width: | Height: | Size: 534 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 348 B |
|
After Width: | Height: | Size: 559 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
BIN
src/assets/xfwm4/assets-Gruvbox-Normal/shade-toggled-active.png
Normal file
|
After Width: | Height: | Size: 359 B |
|
After Width: | Height: | Size: 328 B |
|
After Width: | Height: | Size: 720 B |
BIN
src/assets/xfwm4/assets-Gruvbox-Normal/shade-toggled-pressed.png
Normal file
|
After Width: | Height: | Size: 409 B |
BIN
src/assets/xfwm4/assets-Gruvbox-hdpi/shade-toggled-active.png
Normal file
|
After Width: | Height: | Size: 459 B |
BIN
src/assets/xfwm4/assets-Gruvbox-hdpi/shade-toggled-inactive.png
Normal file
|
After Width: | Height: | Size: 414 B |
BIN
src/assets/xfwm4/assets-Gruvbox-hdpi/shade-toggled-prelight.png
Normal file
|
After Width: | Height: | Size: 865 B |
BIN
src/assets/xfwm4/assets-Gruvbox-hdpi/shade-toggled-pressed.png
Normal file
|
After Width: | Height: | Size: 940 B |
BIN
src/assets/xfwm4/assets-Gruvbox-xhdpi/shade-toggled-active.png
Normal file
|
After Width: | Height: | Size: 624 B |
BIN
src/assets/xfwm4/assets-Gruvbox-xhdpi/shade-toggled-inactive.png
Normal file
|
After Width: | Height: | Size: 546 B |
BIN
src/assets/xfwm4/assets-Gruvbox-xhdpi/shade-toggled-prelight.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
src/assets/xfwm4/assets-Gruvbox-xhdpi/shade-toggled-pressed.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
src/assets/xfwm4/assets-Gruvbox/shade-toggled-active.png
Normal file
|
After Width: | Height: | Size: 238 B |
BIN
src/assets/xfwm4/assets-Gruvbox/shade-toggled-inactive.png
Normal file
|
After Width: | Height: | Size: 315 B |
BIN
src/assets/xfwm4/assets-Gruvbox/shade-toggled-prelight.png
Normal file
|
After Width: | Height: | Size: 337 B |
BIN
src/assets/xfwm4/assets-Gruvbox/shade-toggled-pressed.png
Normal file
|
After Width: | Height: | Size: 356 B |
|
After Width: | Height: | Size: 433 B |
|
After Width: | Height: | Size: 404 B |
|
After Width: | Height: | Size: 997 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 612 B |
|
After Width: | Height: | Size: 547 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 663 B |
|
After Width: | Height: | Size: 357 B |
|
After Width: | Height: | Size: 229 B |
|
After Width: | Height: | Size: 399 B |
|
After Width: | Height: | Size: 727 B |
|
After Width: | Height: | Size: 436 B |
|
After Width: | Height: | Size: 417 B |
|
After Width: | Height: | Size: 808 B |
|
After Width: | Height: | Size: 866 B |
|
After Width: | Height: | Size: 576 B |
|
After Width: | Height: | Size: 303 B |
|
After Width: | Height: | Size: 545 B |
|
After Width: | Height: | Size: 1.1 KiB |
BIN
src/assets/xfwm4/assets-Light-Dracula/shade-toggled-active.png
Normal file
|
After Width: | Height: | Size: 238 B |
BIN
src/assets/xfwm4/assets-Light-Dracula/shade-toggled-inactive.png
Normal file
|
After Width: | Height: | Size: 312 B |
BIN
src/assets/xfwm4/assets-Light-Dracula/shade-toggled-prelight.png
Normal file
|
After Width: | Height: | Size: 559 B |
BIN
src/assets/xfwm4/assets-Light-Dracula/shade-toggled-pressed.png
Normal file
|
After Width: | Height: | Size: 355 B |
|
After Width: | Height: | Size: 457 B |
|
After Width: | Height: | Size: 422 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 611 B |
|
After Width: | Height: | Size: 630 B |
|
After Width: | Height: | Size: 561 B |
|
After Width: | Height: | Size: 632 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 245 B |
|
After Width: | Height: | Size: 229 B |
|
After Width: | Height: | Size: 399 B |
|
After Width: | Height: | Size: 417 B |
|
After Width: | Height: | Size: 465 B |
|
After Width: | Height: | Size: 427 B |
|
After Width: | Height: | Size: 881 B |
|
After Width: | Height: | Size: 908 B |
|
After Width: | Height: | Size: 595 B |
|
After Width: | Height: | Size: 531 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
BIN
src/assets/xfwm4/assets-Light-Gruvbox/shade-toggled-active.png
Normal file
|
After Width: | Height: | Size: 351 B |
BIN
src/assets/xfwm4/assets-Light-Gruvbox/shade-toggled-inactive.png
Normal file
|
After Width: | Height: | Size: 325 B |
BIN
src/assets/xfwm4/assets-Light-Gruvbox/shade-toggled-prelight.png
Normal file
|
After Width: | Height: | Size: 590 B |
BIN
src/assets/xfwm4/assets-Light-Gruvbox/shade-toggled-pressed.png
Normal file
|
After Width: | Height: | Size: 355 B |
|
After Width: | Height: | Size: 433 B |
|
After Width: | Height: | Size: 407 B |