tangled
alpha
login
or
join now
thevoid.cafe
/
puzzlevision
0
fork
atom
Non stop entertainment! The wackiest NixOS configuration to-date.
thevoid.cafe/projects/puzzlevision
nixos
flake
flake-parts
dotfiles
home-manager
nix
0
fork
atom
overview
issues
pulls
pipelines
🔧♿️ Remove font override from catppuccin GTK config
thevoid.cafe
1 month ago
350526a4
bd4c416b
verified
This commit was signed with the committer's
known signature
.
thevoid.cafe
SSH Key Fingerprint:
SHA256:6LamuiiF+oLDOqy13Locb95HiqZGy8CIaFHI8miR6hE=
+1
-7
1 changed file
expand all
collapse all
unified
split
modules
home
themes
catppuccin
gtk
default.nix
+1
-7
modules/home/themes/catppuccin/gtk/default.nix
···
34
34
@define-color view_fg_color ${catppuccinCfg.palette.text.hex};
35
35
@define-color headerbar_bg_color ${catppuccinCfg.palette.mantle.hex};
36
36
@define-color headerbar_fg_color ${catppuccinCfg.palette.text.hex};
37
37
-
@define-color headerbar_border_color rgba(${builtins.toString catppuccinCfg.palette.base.rgb.r}, ${builtins.toString catppuccinCfg.palette.base.rgb.g}, ${builtins.toString catppuccinCfg.palette.base.rgb.b}, 0.7);
37
37
+
@define-color headerbar_border_color rgba(${toString catppuccinCfg.palette.base.rgb.r}, ${toString catppuccinCfg.palette.base.rgb.g}, ${toString catppuccinCfg.palette.base.rgb.b}, 0.7);
38
38
@define-color headerbar_backdrop_color @window_bg_color;
39
39
@define-color headerbar_shade_color rgba(0, 0, 0, 0.07);
40
40
@define-color headerbar_darker_shade_color rgba(0, 0, 0, 0.07);
···
123
123
124
124
gtk = {
125
125
enable = true;
126
126
-
127
127
-
font = {
128
128
-
name = "Poppins";
129
129
-
size = 12;
130
130
-
package = pkgs.poppins;
131
131
-
};
132
126
133
127
theme = {
134
128
name = "adw-gtk3-dark";