Revert GTK icon change to fix emacs fonts...
This commit is contained in:
parent
432207a239
commit
3ed6d4841a
|
@ -6,8 +6,8 @@ let
|
||||||
tweaks = [ "rimless" ];
|
tweaks = [ "rimless" ];
|
||||||
variant = "macchiato";
|
variant = "macchiato";
|
||||||
};
|
};
|
||||||
# delta-icon-theme = pkgs.callPackage ./pkgs/delta-icon-theme { };
|
delta-icon-theme = pkgs.callPackage ./pkgs/delta-icon-theme { };
|
||||||
candy-icon-theme = pkgs.callPackage ./pkgs/candy-icon-theme { };
|
# candy-icon-theme = pkgs.callPackage ./pkgs/candy-icon-theme { };
|
||||||
in {
|
in {
|
||||||
stylix.targets.gtk.enable = false;
|
stylix.targets.gtk.enable = false;
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
@ -22,8 +22,8 @@ in {
|
||||||
name = "Catppuccin-Macchiato-Lavender-Cursors";
|
name = "Catppuccin-Macchiato-Lavender-Cursors";
|
||||||
};
|
};
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
package = candy-icon-theme;
|
package = delta-icon-theme;
|
||||||
name = "candy-icons";
|
name = "Delta";
|
||||||
};
|
};
|
||||||
theme = {
|
theme = {
|
||||||
package = catppuccin-gtk;
|
package = catppuccin-gtk;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
anchor_to_edges = true
|
anchor_to_edges = true
|
||||||
icon_theme = "candy-icons"
|
icon_theme = "Delta"
|
||||||
position = "top"
|
position = "top"
|
||||||
|
|
||||||
[[start]]
|
[[start]]
|
||||||
|
|
Loading…
Reference in a new issue