mirror of
https://github.com/fscotto/infra.git
synced 2026-07-29 16:20:01 +00:00
30 lines
1.1 KiB
YAML
30 lines
1.1 KiB
YAML
---
|
|
desktop_profile: cinnamon
|
|
desktop_default_session: cinnamon
|
|
|
|
cinnamon_theme_gtk: Mint-Y-Dark-Aqua
|
|
cinnamon_theme_icons: Mint-Y-Aqua
|
|
cinnamon_font_ui: Sans 10
|
|
cinnamon_font_monospace: Monospace 10
|
|
|
|
# WM-agnostic desktop dotfiles from desktop_common_dotfiles that do NOT apply to
|
|
# Cinnamon: the autostart entry is the (removed) Protonmail mail bridge, and the
|
|
# GTK theme script conflicts with Cinnamon's own dconf-managed theming.
|
|
cinnamon_desktop_dotfiles_exclude:
|
|
- XDG autostart entries
|
|
- GTK theme setup script
|
|
|
|
cinnamon_dconf_settings:
|
|
- key: /org/cinnamon/desktop/interface/gtk-theme
|
|
value: "'{{ cinnamon_theme_gtk }}'"
|
|
- key: /org/cinnamon/desktop/interface/icon-theme
|
|
value: "'{{ cinnamon_theme_icons }}'"
|
|
- key: /org/cinnamon/desktop/interface/font-name
|
|
value: "'{{ cinnamon_font_ui }}'"
|
|
- key: /org/cinnamon/desktop/interface/monospace-font-name
|
|
value: "'{{ cinnamon_font_monospace }}'"
|
|
- key: /org/cinnamon/desktop/interface/clock-use-24h
|
|
value: "true"
|
|
- key: /org/cinnamon/desktop/wm/preferences/button-layout
|
|
value: "'menu:minimize,maximize,close'"
|