master
vinceliuice 3 years ago
parent f9f18aa840
commit 057d437a40

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

@ -322,9 +322,14 @@ if [[ ${remove} == 'true' ]]; then
uninstall_theme uninstall_theme
fi fi
else 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 install_theme
if [[ "$libadwaita" == 'true' ]]; then if [[ "$libadwaita" == 'true' && "$UID" != "$ROOT_UID" ]]; then
link_theme link_theme
fi fi
fi fi

@ -775,26 +775,30 @@ window.dialog {
} }
button.colorpad { button.colorpad {
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
background-blend-mode: screen; background-blend-mode: screen;
background-image: background-image:
linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55), linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55),
linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55); linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55);
background-color: gtkcolor(colorpad_color); background-color: gtkcolor(colorpad_color);
color: gtkcolor(colorpad_fg_color); color: gtkcolor(colorpad_fg_color);
background-size: 18px 18px; background-size: 18px 18px;
background-position: 0px 0px, 9px 9px; background-position: 0px 0px, 9px 9px;
&:hover { &:hover {
filter: brightness(93%); filter: brightness(93%);
} }
&:active { &:active {
filter: brightness(86%); filter: brightness(86%);
} }
&:checked { &:checked {
filter: brightness(100%); filter: brightness(100%);
} }
}
window#desktopwindow {
background: none;
} }

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save