Skip to content

Commit

Permalink
fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorAugustoLN committed Dec 5, 2024
1 parent c9fda32 commit e494339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/workspace.nix
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ in
if cfg.workspace.wallpaperBackground ? blur && cfg.workspace.wallpaperBackground.blur != null then
"Blur"
else if
cfg.workspace.wallpaperBackground ? color && cfg.workspace.wallpaperBackground.blur != null
cfg.workspace.wallpaperBackground ? color && cfg.workspace.wallpaperBackground.color != null
then
"Color"
else
Expand Down Expand Up @@ -512,7 +512,7 @@ in
if cfg.workspace.wallpaperBackground ? blur && cfg.workspace.wallpaperBackground.blur != null then
"Blur"
else if
cfg.workspace.wallpaperBackground ? color && cfg.workspace.wallpaperBackground.blur != null
cfg.workspace.wallpaperBackground ? color && cfg.workspace.wallpaperBackground.color != null
then
"Color"
else
Expand Down Expand Up @@ -579,7 +579,7 @@ in
if cfg.workspace.wallpaperBackground ? blur && cfg.workspace.wallpaperBackground.blur != null then
"Blur"
else if
cfg.workspace.wallpaperBackground ? color && cfg.workspace.wallpaperBackground.blur != null
cfg.workspace.wallpaperBackground ? color && cfg.workspace.wallpaperBackground.color != null
then
"Color"
else
Expand Down

0 comments on commit e494339

Please sign in to comment.