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

@ -775,26 +775,30 @@ window.dialog {
}
button.colorpad {
padding: 0px;
margin: 0px;
background-blend-mode: screen;
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);
background-color: gtkcolor(colorpad_color);
color: gtkcolor(colorpad_fg_color);
background-size: 18px 18px;
background-position: 0px 0px, 9px 9px;
padding: 0px;
margin: 0px;
background-blend-mode: screen;
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);
background-color: gtkcolor(colorpad_color);
color: gtkcolor(colorpad_fg_color);
background-size: 18px 18px;
background-position: 0px 0px, 9px 9px;
&:hover {
filter: brightness(93%);
}
&:hover {
filter: brightness(93%);
}
&:active {
filter: brightness(86%);
}
&:active {
filter: brightness(86%);
}
&:checked {
filter: brightness(100%);
}
&:checked {
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