Compare commits

...

2 commits

Author SHA1 Message Date
ad2256f839 remove unused parameter 2024-07-01 23:42:45 -07:00
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 let
cfg = config.snowhawk.dunst; cfg = config.snowhawk.dunst;

View file

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