🩹 fix(dunst): Properly position the notifs
This commit is contained in:
parent
93575943a0
commit
5cf930cc4d
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