Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No,costume background , on droidian / quick fix #23

Open
MrTomiWolf opened this issue Dec 18, 2023 · 0 comments
Open

No,costume background , on droidian / quick fix #23

MrTomiWolf opened this issue Dec 18, 2023 · 0 comments

Comments

@MrTomiWolf
Copy link

Wen u try to add costume background on your phone it always back so, the are quick fix adding some code,,
/*

  • Set a background for the lockscreen.
    */
    phosh-lockscreen, .phosh-lockshield {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('file:///home/droidian/Pictures/background.jpg');
    background-size: cover;
    background-position: center;
    }

/*

  • Set a background for the app grid.
    */
    phosh-app-grid {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('file:///home/droidian/Pictures/background.jpg');
    background-size: cover;
    background-position: center;
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant