sway on nvidia + ironbar

This commit is contained in:
atagen 2023-08-10 14:50:31 +10:00
parent 362d12714c
commit 481e682fbf
16 changed files with 830 additions and 655 deletions

View file

@ -1,7 +1,7 @@
final: prev:
with prev.lib.nix-rice; let
theme = kitty-themes.parseTheme ./op.pal;
# theme = kitty-themes.parseTheme ./pal.conf;
# theme = kitty-themes.parseTheme ./op.pal;
theme = kitty-themes.parseTheme ./pal.conf;
# theme = kitty-themes.getThemeByName "everforest_dark_hard";
in rec {
rice = {
@ -87,15 +87,13 @@ in rec {
gtk-theme = {
name = "nix-rice";
package = prev.callPackage ./gtk-theme.nix {} {palette = palette.toRGBShortHex final.rice.palette;};
# name = "Everforest-Dark";
# package = final.everforest-theme;
};
borders = {
thickness = 1;
thickness = 2;
rounding = 0;
gaps_in = 0;
gaps_out = 0;
gaps_in = 4;
gaps_out = 12;
};
bg = {
@ -104,10 +102,6 @@ in rec {
path = ./wallpaper.png;
sha256 = "8d944e1ca6c3769060b715467a0dbe0f83ee99ff8b59aac80c2cacb7e838b7f9";
};
# image = prev.fetchurl {
# url = "https://github.com/Apeiros-46B/everforest-walls/blob/main/close_up/circuit_1.png?raw=true";
# sha256 = "sha256-5V9XlJtC8n3zZueg5y/pWW1Oz75YPcEydLU/E/+z+2k=";
# };
};
}; # /rice
}