diff options
author | katherine <ageha@airen-no-jikken.icu> | 2025-04-15 16:45:39 +1000 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2025-04-15 16:45:39 +1000 |
commit | dfc9f960f07793250e05362df28c9f727feb0076 (patch) | |
tree | c6f16b7b044614e0d1110dbff2cd8c519ec7252b /.config/init/gen | |
parent | 05cbc7ce170332080b0e764eb02cf11adcea4beb (diff) | |
download | dotfiles-dfc9f960f07793250e05362df28c9f727feb0076.tar.gz |
update dunst config
Diffstat (limited to '.config/init/gen')
-rw-r--r-- | .config/init/gen/dunstrc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/init/gen/dunstrc.sh b/.config/init/gen/dunstrc.sh index 99a7993..d436954 100644 --- a/.config/init/gen/dunstrc.sh +++ b/.config/init/gen/dunstrc.sh @@ -5,7 +5,7 @@ echo "\ width = (0, 1000) # height = 300 origin = top-right - offset = 4x$(($bheight + 4)) + offset = (4, $(($bheight + 4))) scale = 0 notification_limit = 0 progress_bar = true |