Skip to content

Instantly share code, notes, and snippets.

@dongsibo
Last active January 28, 2022 18:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dongsibo/aff968beed51f78dac2a81d54b24f4f2 to your computer and use it in GitHub Desktop.
Save dongsibo/aff968beed51f78dac2a81d54b24f4f2 to your computer and use it in GitHub Desktop.
GNOME: Show battery percentage and weekday on GDM login screen; run `dconf update` as root afterwards
#
# /etc/dconf/db/gdm.d/10-local-gdm-settings
#
# This file was created by Sibo Dong and is not owned by any package.
[org/gnome/desktop/interface]
clock-show-weekday=true
show-battery-percentage=true
# vim: set ft=dosini :
#
# /etc/dconf/profile/gdm
#
# This file was created by Sibo Dong and is not owned by any package.
user-db:user
system-db:gdm
file-db:/usr/share/gdm/greeter-dconf-defaults
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment