Skip to content

Commit

Permalink
feat: theme: update dconf settings
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
  • Loading branch information
LudovicoPiero committed Apr 24, 2024
1 parent 2d1a405 commit 65d5dea
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cells/workstations/homeProfiles/theme/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 65d5dea

Please sign in to comment.