siavash79 / PixelXpert

mixed Xposed+Magisk module for customization of Google Pixel rom of Android 12+
GNU General Public License v3.0
1.75k stars 107 forks source link

Hide Statusbar Clock in homescreen #852

Closed jorgedasilva91 closed 2 months ago

jorgedasilva91 commented 2 months ago

Would it be possible to add a function to hide the clock in the status bar when the home screen is shown?

I can do this with a shell script by detect current activity (home screen) and change icon_blacklist by adding "clock"

SBI=$(settings get secure icon_blacklist) settings put secure icon_blacklist "${SBI},clock"

It would be interesting Thank you

EleoXDA commented 2 months ago

We do not use pixel launcher in team. All of us use 3rd party apps. If you can, do a PR and we can check code afterwards

siavash79 commented 2 months ago

We did have such a request before. It's not planned because it doesn't make sense to hide it only because custom roms do so. No added value can be assumed