Compare commits
2 Commits
d8e5b72021
...
ad2256f839
Author | SHA1 | Date |
---|---|---|
Zynh Ludwig | ad2256f839 | |
Zynh Ludwig | 336a0f64cc |
|
@ -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 New Issue