Compare commits
2 commits
d8e5b72021
...
ad2256f839
Author | SHA1 | Date | |
---|---|---|---|
ad2256f839 | |||
336a0f64cc |
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, pkgs, config, inputs, ... }:
|
||||
{ lib, pkgs, config, ... }:
|
||||
|
||||
let
|
||||
cfg = config.snowhawk.dunst;
|
||||
|
|
|
@ -55,7 +55,7 @@ in
|
|||
{
|
||||
global = {
|
||||
width = 400;
|
||||
offset = "5x5";
|
||||
offset = "5x25";
|
||||
progress_bar_min_width = 380;
|
||||
progress_bar_max_width = 380;
|
||||
progress_bar_corner_radius = 2;
|
||||
|
|
Loading…
Reference in a new issue