1
0
Fork 0

changed cursor and theme

This commit is contained in:
Kim, Jimin 2021-12-12 14:25:27 +09:00
parent dde3676163
commit 311a0e7511
3 changed files with 8 additions and 7 deletions

View file

@ -1,2 +1,2 @@
[extensions/user-theme] [extensions/user-theme]
name='Matcha-dark-sea' name='vimix-dark-compact-beryl'

View file

@ -2,11 +2,12 @@
clock-format='24h' clock-format='24h'
clock-show-seconds=true clock-show-seconds=true
clock-show-weekday=true clock-show-weekday=true
cursor-theme='Vimix-Beryl'
enable-hot-corners=false enable-hot-corners=false
font-antialiasing='grayscale' font-antialiasing='grayscale'
font-hinting='full' font-hinting='full'
gtk-enable-primary-paste=false gtk-enable-primary-paste=false
gtk-im-module='ibus' gtk-im-module='ibus'
gtk-theme='Matcha-dark-sea' gtk-theme='vimix-dark-compact-beryl'
icon-theme='Papirus-Dark-Maia' icon-theme='Papirus'
show-battery-percentage=true show-battery-percentage=true

View file

@ -344,8 +344,8 @@ setup_gnome() {
# gnome, nvidia driver, and optimus manager # gnome, nvidia driver, and optimus manager
# gdm-prime gdm patched for optimus laptops # gdm-prime gdm patched for optimus laptops
# xcursor-breeze cursor design # vimix-cursors cursors
# matcha-gtk-theme gtk theme # vimix-gtk-themes-git gtk theme
# papirus-icon-theme icon theme # papirus-icon-theme icon theme
# gnome-backgrounds wallpapers and shit # gnome-backgrounds wallpapers and shit
# gwe nvidia GPU overclocking https://gitlab.com/leinardi/gwe # gwe nvidia GPU overclocking https://gitlab.com/leinardi/gwe
@ -356,8 +356,8 @@ setup_gnome() {
package_install \ package_install \
gdm-prime \ gdm-prime \
xcursor-breeze \ vimix-cursors \
matcha-gtk-theme \ vimix-gtk-themes-git \
papirus-icon-theme \ papirus-icon-theme \
gnome-backgrounds \ gnome-backgrounds \
gwe \ gwe \