From 65d5dea3470804ade4c52b1286feb87e264bb57c Mon Sep 17 00:00:00 2001 From: Ludovico Piero Date: Wed, 24 Apr 2024 22:19:30 +0900 Subject: [PATCH] feat: theme: update dconf settings Signed-off-by: Ludovico Piero --- cells/workstations/homeProfiles/theme/default.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/cells/workstations/homeProfiles/theme/default.nix b/cells/workstations/homeProfiles/theme/default.nix index 8094b807..467426f1 100644 --- a/cells/workstations/homeProfiles/theme/default.nix +++ b/cells/workstations/homeProfiles/theme/default.nix @@ -181,8 +181,21 @@ in # Use dconf-editor to get this settings. color-scheme = "prefer-dark"; cursor-theme = cursorTheme.name; + cursor-size = cursorTheme.size; gtk-theme = theme.name; icon-theme = iconsTheme.name; + font-name = "${font.name} ${toString font.size}"; + clock-format = "12h"; + clock-show-date = true; + clock-show-seconds = false; + clock-show-weekday = false; + enable-animations = true; + enable-hot-corners = false; + font-antialiasing = "grayscale"; + font-hinting = "slight"; + scaling-factor = 1; + text-scaling-factor = 1.0; + toolbar-style = "text"; }; "org/gnome/desktop/wm/preferences" = { button-layout = "close,minimize,maximize:icon";