Compare commits

..

1 commit

Author SHA1 Message Date
d8e5b72021 adjust offset for dwm 2024-07-01 23:40:27 -07:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -55,7 +55,7 @@ in
{
global = {
width = 400;
offset = "5x25";
offset = "5x17";
progress_bar_min_width = 380;
progress_bar_max_width = 380;
progress_bar_corner_radius = 2;