stylix: generate bg; add wpaperd
This commit is contained in:
parent
c972ff1e19
commit
549c87dc6d
2 changed files with 6 additions and 3 deletions
|
|
@ -16,6 +16,8 @@
|
|||
name = "adwaita-dark";
|
||||
};
|
||||
|
||||
services.wpaperd.enable = true;
|
||||
|
||||
programs.niri.settings = {
|
||||
outputs = {
|
||||
"BOE 0x0A3B Unknown" = {
|
||||
|
|
@ -53,10 +55,10 @@
|
|||
from = pink_dark;
|
||||
to = pink_light;
|
||||
};
|
||||
gap-size = 10;
|
||||
gap-size = 8;
|
||||
in
|
||||
{
|
||||
background-color = "#000000";
|
||||
background-color = "transparent";
|
||||
gaps = gap-size;
|
||||
border = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, config, ... }:
|
||||
{
|
||||
stylix = {
|
||||
enable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
|
||||
image = config.lib.stylix.pixel "base00";
|
||||
polarity = "dark";
|
||||
targets = {
|
||||
gnome.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue