mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
center image in gnome
This commit is contained in:
parent
0a36794414
commit
24ad403f6d
@ -33,7 +33,9 @@
|
|||||||
home-manager.users.${user} = {
|
home-manager.users.${user} = {
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
"org/gnome/desktop/background" = {
|
"org/gnome/desktop/background" = {
|
||||||
|
picture-options = "centered";
|
||||||
picture-uri = "file://${../../../resources/img/bulwark.png}";
|
picture-uri = "file://${../../../resources/img/bulwark.png}";
|
||||||
|
picture-uri-dark = "file://${../../../resources/img/bulwark.png}";
|
||||||
};
|
};
|
||||||
# Enable on-screen keyboard
|
# Enable on-screen keyboard
|
||||||
"org/gnome/desktop/a11y/applications" = {
|
"org/gnome/desktop/a11y/applications" = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user