This commit is contained in:
muon 2024-05-24 22:56:19 +00:00
parent 74b64ab6f1
commit 8f2a8b7c78
15 changed files with 182 additions and 526 deletions

View file

@ -9,11 +9,12 @@
let
theme-name = "gruvbox-dark-medium";
theme = "${pkgs.base16-schemes}/share/themes/${theme-name}.yaml";
wallpaper = pkgs.runCommand "image.png" {} ''
COLOR=$(${pkgs.yq}/bin/yq -r .base00 ${theme})
COLOR="#"$COLOR
${pkgs.imagemagick}/bin/magick convert -size 1920x1080 xc:$COLOR $out
'';
wallpaper = ./wallpaper.jpg;
# wallpaper = pkgs.runCommand "image.png" {} ''
# COLOR=$(${pkgs.yq}/bin/yq -r .base00 ${theme})
# COLOR="#"$COLOR
# ${pkgs.imagemagick}/bin/magick convert -size 1920x1080 xc:$COLOR $out
# '';
in {
stylix = {
image = wallpaper;
@ -44,10 +45,10 @@ in {
programs.rofi.enable = true;
home.pointerCursor = {
name = "phinger-cursors-dark";
package = pkgs.phinger-cursors;
size = 32;
gtk.enable = true;
name = lib.mkForce "phinger-cursors-dark";
package = lib.mkForce pkgs.phinger-cursors;
size = lib.mkForce 32;
gtk.enable = lib.mkForce true;
};
# config.services.xserver.desktopManager.wallpaper = ./wallpaper.jpg;