Move GTK theme from moongreet config to system-wide gtk-4.0 settings
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 3s
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 3s
Remove gtk-theme from moongreet.toml and set gtk-theme-name and gtk-icon-theme-name in /etc/xdg/gtk-4.0/settings.ini instead.
This commit is contained in:
parent
cf9eae1edc
commit
ba4a413097
@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
[appearance]
|
[appearance]
|
||||||
background = "/usr/share/moonarch/wallpaper.jpg"
|
background = "/usr/share/moonarch/wallpaper.jpg"
|
||||||
gtk-theme = "Colloid-Grey-Dark-Catppuccin"
|
|
||||||
|
|
||||||
[behavior]
|
[behavior]
|
||||||
# show_user_list = true
|
# show_user_list = true
|
||||||
|
|||||||
@ -2,4 +2,6 @@
|
|||||||
# ABOUTME: User overrides go in ~/.config/gtk-4.0/settings.ini
|
# ABOUTME: User overrides go in ~/.config/gtk-4.0/settings.ini
|
||||||
|
|
||||||
[Settings]
|
[Settings]
|
||||||
|
gtk-theme-name=Colloid-Grey-Dark-Catppuccin
|
||||||
|
gtk-icon-theme-name=Colloid-Grey-Catppuccin-Dark
|
||||||
gtk-application-prefer-dark-theme=1
|
gtk-application-prefer-dark-theme=1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user