Open kreon28 opened 2 months ago
Run ./install.sh -c dark -l
Looks like it is it ;) Thanx.
Unfortunately it is still not working. It works either one or another but we need it both. The steps to reproduce: When using Dark theme and switching to light one , then the light one does not appear. When using Light one and switching to dark one, then the dark one does not appear.
Run
./install.sh -c dark -l
@vinceliuice Can you explain the switches like: -c, -l, dark? Thanks
@spsf64 Check the readme file: | OPTIONS: | |
---|---|---|
-d, --dest | Specify theme destination directory (Default: $HOME/.themes) | |
-n, --name | Specify theme name (Default: Mojave) | |
-c, --color | Specify theme color variant(s) [light/dark] (Default: All variants) | |
-o, --opacity | Specify theme opacity variant(s) [standard/solid] (Default: All variants) | |
-a, --alt | Specify titlebutton variant(s) [standard/alt] (Default: All variants) | |
-s, --small | Specify titlebutton size variant(s) [standard/small] (Default: standard variants) | |
-t, --theme | Specify primary theme color variant(s) [default/blue/purple/pink/red/orange/yellow/green/grey/all] (Default: MacOS blue) | |
-i, --icon | activities icon variant(s) [standard/normal/gnome/ubuntu/arch/manjaro/fedora/debian/void] (Default: standard variant) | |
-l, --libadwaita | Install gtk4.0 theme in $HOME/.config/gtk-4.0 for libadwaita apps | |
-g, --gdm | Install GDM theme, you should run this with sudo! | |
-r, --revert | revert GDM theme, you should run this with sudo! | |
-h, --help | Show this help |
Hi,
I've noticed that since Gnome 46, Dark theme is not working with gtk4 apps like calculator, settings, nautilus etc. but works with different apps - like meld, double commander..
I need to delete all the files from ./.config/gtk4 but even after that it is not perfect (no minimize or close buttons)
Is is arch linux specific?