master
vinceliuice 3 years ago
parent f9f18aa840
commit 057d437a40

@ -8,7 +8,7 @@ ROOT_UID=0
DEST_DIR=
# Destination directory
if [ "$UID" -eq "$ROOT_UID" ]; then
if [[ "$UID" -eq "$ROOT_UID" ]]; then
DEST_DIR="/usr/share/themes"
else
DEST_DIR="$HOME/.themes"

@ -322,9 +322,14 @@ if [[ ${remove} == 'true' ]]; then
uninstall_theme
fi
else
if [[ "$libadwaita" == 'true' && "$UID" == "$ROOT_UID" ]]; then
echo -e "Do not run -l with sudo, that will link libadwaita theme to root folder !"
exit 0
fi
install_theme
if [[ "$libadwaita" == 'true' ]]; then
if [[ "$libadwaita" == 'true' && "$UID" != "$ROOT_UID" ]]; then
link_theme
fi
fi

@ -798,3 +798,7 @@ button.colorpad {
filter: brightness(100%);
}
}
window#desktopwindow {
background: none;
}

@ -7998,10 +7998,6 @@ image.raven-mpris {
border-radius: 10px;
}
button.centerbutton {
border-radius: 10px;
}
button.centerbutton:first-child {
border-radius: 10px 0 0 10px;
}

@ -7994,10 +7994,6 @@ image.raven-mpris {
border-radius: 10px;
}
button.centerbutton {
border-radius: 10px;
}
button.centerbutton:first-child {
border-radius: 10px 0 0 10px;
}

@ -7994,10 +7994,6 @@ image.raven-mpris {
border-radius: 12px;
}
button.centerbutton {
border-radius: 12px;
}
button.centerbutton:first-child {
border-radius: 12px 0 0 12px;
}

@ -7997,10 +7997,6 @@ image.raven-mpris {
border-radius: 10px;
}
button.centerbutton {
border-radius: 10px;
}
button.centerbutton:first-child {
border-radius: 10px 0 0 10px;
}

@ -7997,10 +7997,6 @@ image.raven-mpris {
border-radius: 12px;
}
button.centerbutton {
border-radius: 12px;
}
button.centerbutton:first-child {
border-radius: 12px 0 0 12px;
}

@ -7998,10 +7998,6 @@ image.raven-mpris {
border-radius: 12px;
}
button.centerbutton {
border-radius: 12px;
}
button.centerbutton:first-child {
border-radius: 12px 0 0 12px;
}

@ -5481,6 +5481,10 @@ button.colorpad:checked {
filter: brightness(100%);
}
window#desktopwindow {
background: none;
}
avatar {
border-radius: 9999px;
font-weight: bold;

@ -5451,6 +5451,10 @@ button.colorpad:checked {
filter: brightness(100%);
}
window#desktopwindow {
background: none;
}
avatar {
border-radius: 9999px;
font-weight: bold;

@ -5451,6 +5451,10 @@ button.colorpad:checked {
filter: brightness(100%);
}
window#desktopwindow {
background: none;
}
avatar {
border-radius: 9999px;
font-weight: bold;

@ -5435,6 +5435,10 @@ button.colorpad:checked {
filter: brightness(100%);
}
window#desktopwindow {
background: none;
}
avatar {
border-radius: 9999px;
font-weight: bold;

@ -5435,6 +5435,10 @@ button.colorpad:checked {
filter: brightness(100%);
}
window#desktopwindow {
background: none;
}
avatar {
border-radius: 9999px;
font-weight: bold;

@ -5481,6 +5481,10 @@ button.colorpad:checked {
filter: brightness(100%);
}
window#desktopwindow {
background: none;
}
avatar {
border-radius: 9999px;
font-weight: bold;

Loading…
Cancel
Save