login page customization
This commit is contained in:
parent
aee8ffb85d
commit
e1ea9f66dd
3 changed files with 77 additions and 0 deletions
77
etc/dconf/db/gdm.d/95-gdm-settings/95-gdm-settings
Normal file
77
etc/dconf/db/gdm.d/95-gdm-settings/95-gdm-settings
Normal file
|
@ -0,0 +1,77 @@
|
|||
#-------- Interface ---------
|
||||
[org/gnome/desktop/interface]
|
||||
#----------------------------
|
||||
cursor-theme='Adwaita'
|
||||
cursor-size=24
|
||||
icon-theme='Papirus-Dark'
|
||||
show-battery-percentage=true
|
||||
clock-show-seconds=false
|
||||
clock-show-weekday=false
|
||||
clock-format='12h'
|
||||
font-name='Cantarell 11'
|
||||
font-antialiasing='grayscale'
|
||||
font-hinting='slight'
|
||||
text-scaling-factor=1.0
|
||||
|
||||
#---- Accessibility ----
|
||||
[org/gnome/desktop/a11y]
|
||||
#------------------------
|
||||
always-show-universal-access-status=false
|
||||
|
||||
#-------- Sound ---------
|
||||
[org/gnome/desktop/sound]
|
||||
#------------------------
|
||||
theme-name='freedesktop'
|
||||
event-sounds=true
|
||||
input-feedback-sounds=false
|
||||
allow-volume-above-100-percent=false
|
||||
|
||||
#-------------- Mouse ---------------
|
||||
[org/gnome/desktop/peripherals/mouse]
|
||||
#------------------------------------
|
||||
accel-profile='default'
|
||||
natural-scroll=false
|
||||
speed=0.0
|
||||
|
||||
#-------------- Touchpad ---------------
|
||||
[org/gnome/desktop/peripherals/touchpad]
|
||||
#---------------------------------------
|
||||
speed=0.0
|
||||
tap-to-click=true
|
||||
natural-scroll=true
|
||||
two-finger-scrolling-enabled=true
|
||||
disable-while-typing=true
|
||||
|
||||
#---------------- Power -----------------
|
||||
[org/gnome/settings-daemon/plugins/power]
|
||||
#----------------------------------------
|
||||
power-button-action='suspend'
|
||||
power-saver-profile-on-low-battery=true
|
||||
dim-screen=true
|
||||
sleep-inactive-ac-type='suspend'
|
||||
sleep-inactive-ac-timeout=900
|
||||
sleep-inactive-battery-type='suspend'
|
||||
sleep-inactive-battery-timeout=900
|
||||
|
||||
#--------------- Session ----------------
|
||||
[org/gnome/desktop/session]
|
||||
#----------------------------------------
|
||||
idle-delay=300
|
||||
|
||||
#------------- Night Light --------------
|
||||
[org/gnome/settings-daemon/plugins/color]
|
||||
#----------------------------------------
|
||||
night-light-enabled=false
|
||||
night-light-temperature=uint32 2700
|
||||
night-light-schedule-automatic=true
|
||||
night-light-schedule-from=20.0
|
||||
night-light-schedule-to=6.0
|
||||
|
||||
#----- Login Screen ----
|
||||
[org/gnome/login-screen]
|
||||
#-----------------------
|
||||
logo='/etc/gdm-logo'
|
||||
banner-message-enable=false
|
||||
banner-message-text=''
|
||||
disable-restart-buttons=false
|
||||
disable-user-list=false
|
BIN
etc/gdm-logo
Normal file
BIN
etc/gdm-logo
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
BIN
usr/share/gnome-shell/gnome-shell-theme.gresource
Normal file
BIN
usr/share/gnome-shell/gnome-shell-theme.gresource
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue