@ -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
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
install_theme
if [[ "$libadwaita" == 'true' ]]; then
if [[ "$libadwaita" == 'true' && "$UID" != "$ROOT_UID" ]]; then
link_theme
@ -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 {
button.centerbutton:first-child {
border-radius: 10px 0 0 10px;
@ -7994,10 +7994,6 @@ image.raven-mpris {
border-radius: 12px;
border-radius: 12px 0 0 12px;
@ -7997,10 +7997,6 @@ image.raven-mpris {
@ -5481,6 +5481,10 @@ button.colorpad:checked {
avatar {
border-radius: 9999px;
font-weight: bold;
@ -5451,6 +5451,10 @@ button.colorpad:checked {
@ -5435,6 +5435,10 @@ button.colorpad:checked {