2022-07-08 20:52:12 +08:00
|
|
|
# my gnome configuration
|
|
|
|
|
|
|
|
icon: Numix-Circle<br>
|
|
|
|
```shell
|
|
|
|
sudo dnf install numix-icon-theme-circle
|
|
|
|
```
|
|
|
|
|
|
|
|
sound: Ubuntu Yaru<br>
|
|
|
|
```shell
|
|
|
|
sudo dnf install yaru-sound-theme
|
|
|
|
sudo mv /usr/share/sounds/Yaru/stereo/desktop-login.oga ~/
|
|
|
|
```
|
|
|
|
|
|
|
|
background: fedora 33 (最开始入坑fedora时自带的, 感觉特别好看)
|
|
|
|
```shell
|
|
|
|
sudo dnf install f33-backgrounds-gnome
|
|
|
|
```
|
|
|
|
|
2022-08-09 18:15:04 +08:00
|
|
|
gnome-terminal: Solarized
|
|
|
|
|
|
|
|
login manager: lightdm
|
2022-07-08 20:52:12 +08:00
|
|
|
|
|
|
|
extensions:
|
|
|
|
- user theme
|
|
|
|
- dash to panel
|
|
|
|
- clipboard indicator(我之前一直是用文本编辑器当作临时剪切板🤣)
|
|
|
|
|
|
|
|
dir name
|
|
|
|
```shell
|
|
|
|
export LANG=en_US
|
|
|
|
xdg-user-dirs-gtk-update
|
|
|
|
export LANG=zh_CN.UTF-8
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|