tmp gnome
This commit is contained in:
parent
4941815a5f
commit
cbb1861b25
4 changed files with 69 additions and 34 deletions
|
|
@ -191,32 +191,35 @@ clock-show-weekday=true
|
|||
|
||||
# Options are:
|
||||
# - "default"
|
||||
# Basically a light theme
|
||||
# where some of the shell chrome remains dark (e.g., the top bar)
|
||||
# + Basically a light theme
|
||||
# + Some of the shell chrome remains dark (e.g., the top bar)
|
||||
# + Selectable in the `gnome-control-center`
|
||||
# - "prefer-dark"
|
||||
# Official dark theme,
|
||||
# selectable in the `gnome-control-center`
|
||||
# + Official dark theme
|
||||
# + Selectable in the `gnome-control-center`
|
||||
# - "prefer-light"
|
||||
# Unofficial light theme,
|
||||
# not selectable in the `gnome-control-center`,
|
||||
# but usable via the "Dark Style" toggle in the quick settings menu
|
||||
# with the "Light Style" extension
|
||||
# + Unofficial light theme
|
||||
# + Not selectable in the `gnome-control-center`
|
||||
# + Usable via the "Dark Style" toggle in the quick settings menu
|
||||
# only with the "Light Style" extension
|
||||
color-scheme='prefer-light'
|
||||
|
||||
# document-font-name='Cantarell 11'
|
||||
font-name='Adwaita Sans 11'
|
||||
document-font-name='Adwaita Sans 11'
|
||||
monospace-font-name='FiraCode Nerd Font 11'
|
||||
|
||||
font-antialiasing='grayscale'
|
||||
font-hinting='slight'
|
||||
|
||||
enable-animations=true
|
||||
enable-hot-corners=false
|
||||
|
||||
font-antialiasing='grayscale'
|
||||
font-hinting='slight'
|
||||
# font-name='Cantarell 11'
|
||||
# `ibus` is needed for Unicode/emoji input (e.g., Ctrl+Shift+u), but
|
||||
# we leave it to auto-detection in case the system does not support it
|
||||
# gtk-im-module='ibus'
|
||||
|
||||
# gtk-im-module='gtk-im-context-simple'
|
||||
# gtk-theme='Pop-dark'
|
||||
# icon-theme='Pop'
|
||||
|
||||
monospace-font-name='FiraCode Nerd Font 11'
|
||||
gtk-theme='Adwaita'
|
||||
icon-theme='Adwaita'
|
||||
|
||||
show-battery-percentage=true
|
||||
|
||||
|
|
@ -407,7 +410,8 @@ raise-on-click=true
|
|||
# 'strict' would withhold focus from windows launched from a terminal
|
||||
focus-new-windows='smart'
|
||||
|
||||
# titlebar-font='Cantarell Bold 11'
|
||||
titlebar-uses-system-font=false
|
||||
titlebar-font='Adwaita Sans Bold 11'
|
||||
|
||||
num-workspaces=10
|
||||
workspace-names=['1', '2', '3', '4', '5', '6', '7', '8', '9', '0']
|
||||
|
|
|
|||
Loading…
Reference in a new issue