main/postmarketos-ui-gnome: remove clock overrides (MR 2945)

These were most likely copied from phosh, but not necessary in
GNOME. They safe space in the interface, but GNOME Shell is really
not that useful in very narrow devices, so adding a configuration
for such cases should be unnecessary.
This commit is contained in:
Pablo Correa Gómez 2022-02-18 15:20:12 +01:00 committed by Oliver Smith
parent aa7e507d8c
commit 9cf1eb5ba0
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
2 changed files with 4 additions and 7 deletions

View File

@ -1,10 +1,6 @@
[org.gnome.desktop.background]
picture-uri='file:///usr/share/wallpapers/postmarketos.jpg'
[org.gnome.desktop.interface]
clock-show-weekday=false
clock-show-date=false
[org.gnome.Epiphany]
search-engines=[('Search the Web', 'https://duckduckgo.com/?q=%s&t=epiphany', ''), ('DuckDuckGo', 'https://duckduckgo.com/?q=%s&t=epiphany', '!ddg'), ('Qwant', 'https://www.qwant.com/?q=%s', '!q')]
@ -13,4 +9,3 @@ user-agent='Mozilla/5.0 (Linux; Android 10; Pixel) AppleWebKit/537.36 (KHTML, li
[org.gnome.settings-daemon.plugins.power]
sleep-inactive-ac-type='nothing'

View File

@ -2,7 +2,7 @@
# Maintainer: Martijn Braam <martijn@brixit.nl>
pkgname=postmarketos-ui-gnome
pkgver=1
pkgrel=8
pkgrel=9
pkgdesc="(Wayland) Gnome Shell"
url="https://gnome.org/"
arch="noarch"
@ -26,4 +26,6 @@ package() {
install -Dm644 "$srcdir"/000-gschema.override \
"$pkgdir"/usr/share/glib-2.0/schemas/000-postmarketos.gschema.override
}
sha512sums="37d82966724b3ad42e69511ebfca55b628389ada47ff207c85267087fe6deae93fbdb77cd4350a89e6a02a3b0f6b3dcad74f2bc55a95daef37b7ffd9f57adff0 000-gschema.override"
sha512sums="
7802c41a37172ab243892d7ff99ddbc60b6c6e8df1c33dc88f2e97c987203777deedf5d04b0f55642855ec5663fa3b7143c962336c340e1d23da292e167aa5c3 000-gschema.override
"