2022-07-08 20:52:12 +08:00
|
|
|
# my gnome configuration
|
|
|
|
|
|
|
|
icon: Numix-Circle<br>
|
|
|
|
```shell
|
2022-08-20 21:42:16 +08:00
|
|
|
doas dnf install numix-icon-theme-circle
|
2022-07-08 20:52:12 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
sound: Ubuntu Yaru<br>
|
|
|
|
```shell
|
2022-08-20 21:42:16 +08:00
|
|
|
doas dnf install yaru-sound-theme
|
|
|
|
doas mv /usr/share/sounds/Yaru/stereo/desktop-login.oga ~/
|
2022-07-08 20:52:12 +08:00
|
|
|
```
|
|
|
|
|
2022-08-20 21:42:16 +08:00
|
|
|
## cursor: oxygen
|
2022-07-08 20:52:12 +08:00
|
|
|
```shell
|
2022-08-20 21:42:16 +08:00
|
|
|
doas dnf install oxygen-cursor-themes
|
|
|
|
```
|
|
|
|
|
|
|
|
## background: fedora 33 (最开始入坑fedora时自带的, 感觉特别好看)
|
|
|
|
```shell
|
|
|
|
doas dnf install f33-backgrounds-gnome
|
2022-07-08 20:52:12 +08:00
|
|
|
```
|
|
|
|
|
2022-08-09 18:15:04 +08:00
|
|
|
gnome-terminal: Solarized
|
|
|
|
|
2022-08-20 21:42:16 +08:00
|
|
|
## login manager: lightdm
|
|
|
|
```shell
|
|
|
|
don't forget to install lightdm-settings
|
|
|
|
doas dnf install lightdm-settings
|
|
|
|
```
|
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
|
|
|
|
```
|
|
|
|
|
2022-08-20 21:42:16 +08:00
|
|
|
## remove "gnome-classic"
|
|
|
|
```shell
|
|
|
|
doas dnf remove gnome-classic-session
|
|
|
|
```
|
|
|
|
|
2022-08-26 15:36:28 +08:00
|
|
|
## use Geary as a replacement of Thunderbird
|
2022-07-08 20:52:12 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|