From 3ed6d4841a34e659b33b844252770b177b0bcb41 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 12 Oct 2023 07:26:31 +0100 Subject: [PATCH] Revert GTK icon change to fix emacs fonts... --- home/hyprland/gtk.nix | 8 ++++---- home/hyprland/ironbar/config/config.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/home/hyprland/gtk.nix b/home/hyprland/gtk.nix index ffcc10ec..30f0fd20 100644 --- a/home/hyprland/gtk.nix +++ b/home/hyprland/gtk.nix @@ -6,8 +6,8 @@ let tweaks = [ "rimless" ]; variant = "macchiato"; }; - # delta-icon-theme = pkgs.callPackage ./pkgs/delta-icon-theme { }; - candy-icon-theme = pkgs.callPackage ./pkgs/candy-icon-theme { }; + delta-icon-theme = pkgs.callPackage ./pkgs/delta-icon-theme { }; + # candy-icon-theme = pkgs.callPackage ./pkgs/candy-icon-theme { }; in { stylix.targets.gtk.enable = false; home.packages = with pkgs; [ @@ -22,8 +22,8 @@ in { name = "Catppuccin-Macchiato-Lavender-Cursors"; }; iconTheme = { - package = candy-icon-theme; - name = "candy-icons"; + package = delta-icon-theme; + name = "Delta"; }; theme = { package = catppuccin-gtk; diff --git a/home/hyprland/ironbar/config/config.toml b/home/hyprland/ironbar/config/config.toml index bf542460..2f3ce442 100644 --- a/home/hyprland/ironbar/config/config.toml +++ b/home/hyprland/ironbar/config/config.toml @@ -1,5 +1,5 @@ anchor_to_edges = true -icon_theme = "candy-icons" +icon_theme = "Delta" position = "top" [[start]]