mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 12:02:09 +02:00
handled by stylix now
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
{ config, lib, ... }:
|
{ config, lib, ... }:
|
||||||
let
|
let
|
||||||
foreground = "rgba(216, 222, 233, 0.70)";
|
foreground = "rgba(216, 222, 233, 0.70)";
|
||||||
imageStr = toString config.stylix.image;
|
|
||||||
font = config.stylix.fonts.serif.name;
|
font = config.stylix.fonts.serif.name;
|
||||||
in {
|
in {
|
||||||
programs.hyprlock = {
|
programs.hyprlock = {
|
||||||
@@ -17,7 +16,6 @@ in {
|
|||||||
# BACKGROUND
|
# BACKGROUND
|
||||||
background = {
|
background = {
|
||||||
monitor = "";
|
monitor = "";
|
||||||
path = imageStr;
|
|
||||||
blur_passes = 0;
|
blur_passes = 0;
|
||||||
contrast = 0.8916;
|
contrast = 0.8916;
|
||||||
brightness = 0.7172;
|
brightness = 0.7172;
|
||||||
|
|||||||
Reference in New Issue
Block a user