flocon/run_once_40_configure_gnome.sh.tmpl

62 lines
1.4 KiB
Cheetah
Raw Normal View History

2024-02-07 12:35:46 +00:00
{{- if and (eq .chezmoi.os "linux") (not .is_wsl) -}}
2024-02-07 12:22:06 +00:00
#!/bin/sh
dconf load /org/gnome/ <<EOF
[desktop/input-sources]
current=uint32 0
2024-03-14 11:31:38 +00:00
mru-sources=[('xkb', 'us'), ('xkb', 'ch+fr')]
sources=[('xkb', 'us'), ('xkb', 'ch+fr')]
xkb-options=['compose:ralt']
2024-02-07 12:22:06 +00:00
[desktop/interface]
color-scheme='prefer-dark'
enable-hot-corners=false
font-antialiasing='rgba'
font-hinting='full'
gtk-enable-primary-paste=false
2024-03-20 15:41:26 +00:00
toolkit-accessibility=false
2024-02-07 12:22:06 +00:00
[desktop/peripherals/keyboard]
2024-03-20 16:01:21 +00:00
numlock-state=true
2024-02-07 12:22:06 +00:00
[mutter]
2024-03-20 15:41:26 +00:00
edge-tiling=true
2024-02-07 12:22:06 +00:00
2024-03-20 15:41:26 +00:00
[shell/keybindings]
show-screenshot-ui=['<Shift><Super>s']
2024-02-07 12:22:06 +00:00
2024-03-20 16:12:09 +00:00
[GWeather4]
temperature-unit='centigrade'
2024-02-07 12:22:06 +00:00
[shell/weather]
automatic-location=true
2024-03-20 16:01:21 +00:00
[system/location]
enabled=true
2024-02-07 12:22:06 +00:00
[terminal/legacy/profiles:]
default='71a9971e-e829-43a9-9b2f-4565c855d664'
2024-03-20 16:08:05 +00:00
list=['71a9971e-e829-43a9-9b2f-4565c855d664']
2024-02-07 12:22:06 +00:00
[terminal/legacy/profiles:/:71a9971e-e829-43a9-9b2f-4565c855d664]
background-color='#303446'
cursor-background-color='#f2d5cf'
cursor-colors-set=true
cursor-foreground-color='#303446'
2024-03-20 16:08:05 +00:00
font='Monospace 13'
2024-02-07 12:22:06 +00:00
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
2024-06-07 09:52:26 +00:00
visible-name='nezia'
2024-02-07 12:22:06 +00:00
[tweaks]
show-extensions-notice=false
2024-03-20 15:41:26 +00:00
2024-03-20 15:48:01 +00:00
EOF
{{ end }}