You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I were introducing potos at my company, I'd leave the freedom to change wallpapers to the employees. But I might want to add a company logo overlay.
Don't know if that's possible in Potos, but I did that on Fedora and it's nice :)
$ for i in $(gsettings list-keys org.fedorahosted.background-logo-extension); do echo "gsettings get org.fedorahosted.background-logo-extension $i: " `gsettings get org.fedorahosted.background-logo-extension $i`; done
gsettings get org.fedorahosted.background-logo-extension logo-always-visible: false
gsettings get org.fedorahosted.background-logo-extension logo-border: uint32 50
gsettings get org.fedorahosted.background-logo-extension logo-file: '/usr/local/share/adfinis-logo/adfinis_cd_maskottchen_def_frontal_farbe.png'
gsettings get org.fedorahosted.background-logo-extension logo-file-dark: '/usr/local/share/adfinis-logo/adfinis_cd_maskottchen_def_frontal_farbe.png'
gsettings get org.fedorahosted.background-logo-extension logo-opacity: uint32 255
gsettings get org.fedorahosted.background-logo-extension logo-position: 'bottom-right'
gsettings get org.fedorahosted.background-logo-extension logo-size: 12.0
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Description
If I were introducing potos at my company, I'd leave the freedom to change wallpapers to the employees. But I might want to add a company logo overlay.
Don't know if that's possible in Potos, but I did that on Fedora and it's nice :)
https://fostips.com/custom-background-logo-fedora/
Additional Information
No response
The text was updated successfully, but these errors were encountered: