主题配置
1 2 3 4 5 6 7 8 9
   | mkdir -p ~/.themes/ ~/.icons/
  git clone https://github.com/daniruiz/flat-remix-gtk.git git clone https://github.com/daniruiz/flat-remix-gnome.git git clone https://github.com/daniruiz/flat-remix.git
  cp -rf flat-remix-gtk/themes/Flat-Remix-GTK-Magenta-Dark-Solid ~/.themes/ cp -rf flat-remix-gnome/themes/Flat-Remix-Magenta-Dark-fullPanel ~/.themes/ cp -rf flat-remix/Flat-Remix-Magenta-Dark ~/.icons/
   | 
 
鼠标配置
oreo-cursors官网,其有个连接:https://www.pling.com/p/1360254/
到该连接去下载oreo_spark_red_cursors.tar.gz
1
   | tar xf /mnt/f/oreo_spark_red_cursors.tar.gz -C ~/.icons/
   | 
 
tweak
1
   | sudo apt install -y gnome-tweaks
   | 
 
设置如下

开机引导界面
1 2 3
   | git clone https://github.com/vinceliuice/grub2-themes.git cd grub2-themes sudo ./install.sh -t tela -s 2k
   |