From 646d608089dc25fc1a1c8fa42a118d33677524d5 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Sat, 18 Mar 2023 21:04:19 +0000 Subject: [PATCH] Catppuccin hyprland --- .../configs/desktop/hyprland/default.nix | 6 ++++ .../configs/desktop/hyprland/hyprland.conf | 3 +- .../configs/desktop/hyprland/macchiato.conf | 30 +++++++++++++++++++ 3 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 users/daniel/configs/desktop/hyprland/macchiato.conf diff --git a/users/daniel/configs/desktop/hyprland/default.nix b/users/daniel/configs/desktop/hyprland/default.nix index 39c19ee..f811e94 100644 --- a/users/daniel/configs/desktop/hyprland/default.nix +++ b/users/daniel/configs/desktop/hyprland/default.nix @@ -9,6 +9,12 @@ swaybg ]; + home.file = { + ".config/hypr/macchiato.conf" = { + source = ./macchiato.conf; + }; + }; + wayland.windowManager.hyprland = { enable = true; package = pkgs.hyprland; diff --git a/users/daniel/configs/desktop/hyprland/hyprland.conf b/users/daniel/configs/desktop/hyprland/hyprland.conf index 8ac369b..a06a1b1 100644 --- a/users/daniel/configs/desktop/hyprland/hyprland.conf +++ b/users/daniel/configs/desktop/hyprland/hyprland.conf @@ -6,6 +6,7 @@ exec-once = swaybg -i ~/wallpapers/wallpaper.jpg # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf +source = ./macchiato.conf # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { @@ -33,7 +34,7 @@ general { gaps_in = 5 gaps_out = 10 border_size = 2 - col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg + col.active_border = $green col.inactive_border = rgba(595959aa) layout = dwindle diff --git a/users/daniel/configs/desktop/hyprland/macchiato.conf b/users/daniel/configs/desktop/hyprland/macchiato.conf new file mode 100644 index 0000000..480559f --- /dev/null +++ b/users/daniel/configs/desktop/hyprland/macchiato.conf @@ -0,0 +1,30 @@ +$rosewater = 0xfff4dbd6 +$flamingo = 0xfff0c6c6 +$pink = 0xfff5bde6 +$mauve = 0xffc6a0f6 +$red = 0xffed8796 +$maroon = 0xffee99a0 +$peach = 0xfff5a97f +$yellow = 0xffeed49f +$green = 0xffa6da95 +$teal = 0xff8bd5ca +$sky = 0xff91d7e3 +$sapphire = 0xff7dc4e4 +$blue = 0xff8aadf4 +$lavender = 0xffb7bdf8 + +$text = 0xffcad3f5 +$subtext1 = 0xffb8c0e0 +$subtext0 = 0xffa5adcb + +$overlay2 = 0xff939ab7 +$overlay1 = 0xff8087a2 +$overlay0 = 0xff6e738d + +$surface2 = 0xff5b6078 +$surface1 = 0xff494d64 +$surface0 = 0xff363a4f + +$base = 0xff24273a +$mantle = 0xff1e2030 +$crust = 0xff181926