it seems there is a little compatible problem with gnome 42
Sherlock-Holo opened this issue · comments
Sherlock Holo commented
Sherlock Holo commented
Sherlock Holo commented
Vince commented
现在修复啦
Sherlock Holo commented
Vince commented
不能跟随设置切换的,你安装的时候是什么主题,libadwaita就用什么主题,因为libadwaita并不支持更换主题,你要beryl的话就运行: ./install.sh -t beryl -c light
Sherlock Holo commented
不能跟随设置切换的,你安装的时候是什么主题,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...
Sherlock Holo commented
PKGBUILD that's the PKGBUILD I write to create the arch package with all themes
Vince commented
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