Closed Sherlock-Holo closed 2 years ago
and this setting also not the correct color, it should be the green, not the black
I use the ./install.sh -tweaks translucent
to install the translucent version, after use the latest commit, the
is fixed, but the gnome settings is no changed
I have pressed the alt+f2
and enter r
to restart gnome-shell, should I need to restart the system to make the theme take effect?
现在修复啦
现在修复啦
well...I think the theme works on gtk4 now, but it seems the color is a little different between gtk3 app and gtk4?
不能跟随设置切换的,你安装的时候是什么主题,libadwaita就用什么主题,因为libadwaita并不支持更换主题,你要beryl的话就运行: ./install.sh -t beryl -c light
不能跟随设置切换的,你安装的时候是什么主题,libadwaita就用什么主题,因为libadwaita并不支持更换主题,你要beryl的话就运行:
./install.sh -t beryl -c light
is there any way to switch the theme after install? if not, that's a bad news for gnome 42...
PKGBUILD that's the PKGBUILD I write to create the arch package with all themes
The install.sh just link the theme to gtk-4.0 config file, so if you want change the theme for libadwaita, you need to run the install.sh to install the theme you selected again to relink it
# link gtk4.0 for libadwaita
mkdir -p ${HOME}/.config/gtk-4.0
rm -rf ${HOME}/.config/gtk-4.0/{assets,gtk.css,gtk-dark.css}
ln -sf ${THEME_DIR}/gtk-4.0/assets ${HOME}/.config/gtk-4.0/assets
ln -sf ${THEME_DIR}/gtk-4.0/gtk.css ${HOME}/.config/gtk-4.0/gtk.css
ln -sf ${THEME_DIR}/gtk-4.0/gtk-dark.css ${HOME}/.config/gtk-4.0/gtk-dark.css
after update to gnome 42, the settings use the default theme, not the vimix theme