🩹 fix(dunst): Properly position the notifs
This commit is contained in:
parent
8660e0239b
commit
95051d9b7a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
{
|
{
|
||||||
global = {
|
global = {
|
||||||
width = 400;
|
width = 400;
|
||||||
offset = "5x5";
|
offset = "20x60";
|
||||||
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;
|
||||||
|
|
Loading…
Reference in a new issue