From 70b8efe0cb07587fb37fa851d9f4170db64b4ef2 Mon Sep 17 00:00:00 2001 From: atagen Date: Sun, 21 May 2023 03:19:36 +1000 Subject: [PATCH] background sucks --- home/home.nix | 4 ++++ rice.nix | 18 +++++++----------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/home/home.nix b/home/home.nix index 6c6f542..cd8a279 100644 --- a/home/home.nix +++ b/home/home.nix @@ -64,6 +64,10 @@ in { gtk-engine-murrine material-icons material-design-icons + pkgs.rice.fonts.sans.package + pkgs.rice.fonts.serif.package + pkgs.rice.fonts.monospace.package + pkgs.rice.fonts.emoji.package ]; services.syncthing = { diff --git a/rice.nix b/rice.nix index 3df2372..0de21f1 100644 --- a/rice.nix +++ b/rice.nix @@ -29,8 +29,8 @@ in rec { fg_sel = theme.selection_foreground; bg_sel = theme.selection_background; cursor = theme.cursor; - # cursor_text = theme.cursor_text_color; - # url = theme.url_color; + cursor_text = theme.cursor_text_color; + url = theme.url_color; }; } // theme; @@ -58,7 +58,7 @@ in rec { }; icons = { - name = "oomox-Rose-Pine-Main"; + name = "RosePine-Main"; package = self.rose-pine-icons; }; @@ -67,19 +67,15 @@ in rec { name = "RosePine-Main"; }; - # kvantum = { - # package = self.gruvbox-kvantum; - # }; - borders = { - thickness = 3; - rounding = 8; + thickness = 4; + rounding = 10; }; bg = { image = super.fetchurl { - sha256 = "sha256-8OQCXMy27IImp1Oc/X4i14/8k9XjuuU+6clh0rRcAQY="; - url = "https://github.com/rose-pine/wallpapers/blob/main/rose_pine_contourline.png?raw=true"; + sha256 = "sha256-VenNP2aJ55hU8AfqZ4KHzTkiq+9GveHqL69vgSmRPlE="; + url = "https://github.com/rose-pine/wallpapers/blob/main/blockwavemoon.png?raw=true"; }; }; }; # /rice