background sucks
This commit is contained in:
parent
d8ffd94212
commit
70b8efe0cb
2 changed files with 11 additions and 11 deletions
|
@ -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 = {
|
||||
|
|
18
rice.nix
18
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue