fix(dunst): avoid lock issues and use new syntax
This commit is contained in:
parent
8fbf2324ce
commit
57444fb133
2 changed files with 2 additions and 2 deletions
|
|
@ -286,7 +286,7 @@ in
|
|||
width = "(0, 400)";
|
||||
height = "(0, 120)";
|
||||
origin = "top-right";
|
||||
offset = "16x16";
|
||||
offset = "(16, 16)";
|
||||
padding = 10;
|
||||
horizontal_padding = 10;
|
||||
frame_width = 3;
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ Linux)
|
|||
[ -f "$dunst_themes/$theme.conf" ] && {
|
||||
mkdir -p "$cfg/dunst/dunstrc.d"
|
||||
ln -sf "$dunst_themes/$theme.conf" "$cfg/dunst/dunstrc.d/theme.conf"
|
||||
killall dunst 2>/dev/null; dunst &
|
||||
killall -w dunst 2>/dev/null; dunst &
|
||||
}
|
||||
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue