added BeautySolar Icon theme as default with hyprland
parent
f8501e871a
commit
b71f251222
|
|
@ -1,6 +1,6 @@
|
||||||
* {
|
* {
|
||||||
font-family: Agave Nerd Font Mono, Arial, sans-serif;
|
font-family: Agave Nerd Font Mono, Arial, sans-serif;
|
||||||
border-radius: 60px;
|
border-radius: 30px;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
color: #d6abab;
|
color: #d6abab;
|
||||||
}
|
}
|
||||||
|
|
@ -22,8 +22,8 @@ list {
|
||||||
}
|
}
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
background-color: rgba(0, 0, 0, 0.2);
|
background-color: #1a1a1a;
|
||||||
padding: 4px 8px;
|
padding: 2px 2px;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
color: #b0b4bc;
|
color: #b0b4bc;
|
||||||
}
|
}
|
||||||
|
|
@ -32,11 +32,11 @@ button, image {
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
color: #999;
|
color: #d6abab;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 4px;
|
padding: 2px;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
@ -45,7 +45,7 @@ button {
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
background-color: rgba(255, 255, 255, 0.15);
|
background-color: #1a1a1a;
|
||||||
color: #E40046;
|
color: #E40046;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -71,3 +71,8 @@ case $doit in
|
||||||
*) echo "enter a valid decision" ;;
|
*) echo "enter a valid decision" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
cd ~/install-tmp
|
||||||
|
wget https://ocs-dl.fra1.cdn.digitaloceanspaces.com/data/files/1690305374/BeautySolar.tar-20241114161046.gz?response-content-disposition=attachment%3B%2520BeautySolar.tar-20241114161046.gz&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=RWJAQUNCHT7V2NCLZ2AL%2F20250508%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250508T123630Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=ad95d7e93140323be3311eec9dd3a8b9b0614b3f9d5eb5e3d88ba81306eadad5
|
||||||
|
tar x -f BeautySolar.tar-20241114161046.gz
|
||||||
|
cp -r BeautySolar ~/.icons
|
||||||
|
gsettings set org.gnome.desktop.interface icon-theme BeautySolar
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue