master
yutent 2022-07-19 20:36:05 +08:00
parent 1493baaf5f
commit 5906429a13
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<svg viewBox="0 0 892 892" height="32" width="32" <svg viewBox="0 0 892 892" height="16" width="16"
xmlns="http://www.w3.org/2000/svg"> xmlns="http://www.w3.org/2000/svg">
<path <path
d="M0 446c0 246.32 199.68 446 446 446s446-199.68 446-446S692.32 0 446 0 0 199.68 0 446z" d="M0 446c0 246.32 199.68 446 446 446s446-199.68 446-446S692.32 0 446 0 0 199.68 0 446z"

Before

Width:  |  Height:  |  Size: 587 B

After

Width:  |  Height:  |  Size: 587 B

View File

@ -14,11 +14,11 @@
# gsettings set org.cinnamon.desktop.interface icon-theme "Reversal-green-dark" # gsettings set org.cinnamon.desktop.interface icon-theme "Reversal-green-dark"
# 桌面主题(Desktop) # 桌面主题(Desktop)
echo "重置桌面主题……" # echo "重置桌面主题……"
gsettings set org.cinnamon.theme name "Mint-Y" # gsettings set org.cinnamon.theme name "Mint-Y"
echo "重置完成, 0.5秒之后, 修改为one-dark" # echo "重置完成, 0.5秒之后, 修改为one-dark"
sleep 0.5 # sleep 0.5
gsettings set org.cinnamon.theme name "one-dark" # gsettings set org.cinnamon.theme name "one-dark"
# 窗口主题(Windows borders) # 窗口主题(Windows borders)
# echo "重置窗口主题……" # echo "重置窗口主题……"