1
0
Fork 0

Make everything less readable

This commit is contained in:
Malte 2023-01-18 12:07:40 +01:00
parent d64681c84e
commit 2211992047

View file

@ -30,6 +30,7 @@
}); });
}; };
inherit (lib.hm.gvariant) mkTuple mkUint32; inherit (lib.hm.gvariant) mkTuple mkUint32;
font = "B612 8";
in { in {
home.packages = extensions; home.packages = extensions;
services.gpg-agent.pinentryFlavor = "gnome3"; services.gpg-agent.pinentryFlavor = "gnome3";
@ -78,11 +79,13 @@ in {
"org/gnome/desktop/interface" = { "org/gnome/desktop/interface" = {
gtk-theme = "Catppuccin-Light"; gtk-theme = "Catppuccin-Light";
document-font-name = "B612 9"; document-font-name = font;
font-antialiasing = "rgba"; font-antialiasing = "rgba";
font-hinting = "slight"; font-hinting = "full";
font-name = "B612 9"; font-name = font;
titlebar-font = font;
clock-show-weekday = true; clock-show-weekday = true;
clock-show-seconds = false;
monospace-font-name = "JetBrainsMono Nerd Font Mono Bold 9"; monospace-font-name = "JetBrainsMono Nerd Font Mono Bold 9";
locate-pointer = true; locate-pointer = true;
}; };
@ -175,6 +178,10 @@ in {
panel-sizes = ''{"0":24}''; panel-sizes = ''{"0":24}'';
tray-padding = 0; tray-padding = 0;
status-icon-padding = 4; status-icon-padding = 4;
trans-use-custom-opacity = true;
trans-panel-opacity = 0.8;
leftbox-size = 10;
tray-size = 10;
}; };
"org/gnome/desktop/input-sources" = { "org/gnome/desktop/input-sources" = {
sources = [(mkTuple ["xkb" "de+neo"])]; # use neo sources = [(mkTuple ["xkb" "de+neo"])]; # use neo