Compare commits

...

2 Commits

Author SHA1 Message Date
Zynh Ludwig ad2256f839 remove unused parameter 2024-07-01 23:42:45 -07:00
Zynh Ludwig 336a0f64cc adjust offset for dwm 2024-07-01 23:42:39 -07:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ lib, pkgs, config, inputs, ... }:
{ lib, pkgs, config, ... }:
let
cfg = config.snowhawk.dunst;

View File

@ -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;