mirror of
https://codeberg.org/muon/home.git
synced 2026-03-09 11:53:12 +00:00
Update
This commit is contained in:
parent
74b64ab6f1
commit
8f2a8b7c78
15 changed files with 182 additions and 526 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue