flocon/run_once_40_configure_gnome.sh.tmpl

61 lines
1.4 KiB
Cheetah

{{- if and (eq .chezmoi.os "linux") (not .is_wsl) -}}
#!/bin/sh
dconf load /org/gnome/ <<EOF
[desktop/input-sources]
current=uint32 0
mru-sources=[('xkb', 'us'), ('xkb', 'ch+fr')]
sources=[('xkb', 'us'), ('xkb', 'ch+fr')]
xkb-options=['compose:ralt']
[desktop/interface]
color-scheme='prefer-dark'
enable-hot-corners=false
font-antialiasing='rgba'
font-hinting='full'
gtk-enable-primary-paste=false
toolkit-accessibility=false
[desktop/peripherals/keyboard]
numlock-state=true
[mutter]
edge-tiling=true
[shell/keybindings]
show-screenshot-ui=['<Shift><Super>s']
[GWeather4]
temperature-unit='centigrade'
[shell/weather]
automatic-location=true
[system/location]
enabled=true
[terminal/legacy/profiles:]
default='71a9971e-e829-43a9-9b2f-4565c855d664'
list=['71a9971e-e829-43a9-9b2f-4565c855d664']
[terminal/legacy/profiles:/:71a9971e-e829-43a9-9b2f-4565c855d664]
background-color='#303446'
cursor-background-color='#f2d5cf'
cursor-colors-set=true
cursor-foreground-color='#303446'
font='Monospace 13'
foreground-color='#c6d0f5'
highlight-background-color='#303446'
highlight-colors-set=true
highlight-foreground-color='#626880'
palette=['#51576d', '#e78284', '#a6d189', '#e5c890', '#8caaee', '#f4b8e4', '#81c8be', '#b5bfe2', '#626880', '#e78284', '#a6d189', '#e5c890', '#8caaee', '#f4b8e4', '#81c8be', '#a5adce']
use-system-font=false
use-theme-colors=false
visible-name='nezia'
[tweaks]
show-extensions-notice=false
EOF
{{ end }}