[dunst] added new notifier

This commit is contained in:
Felix Buehler 2017-01-28 02:49:29 +01:00
parent efc774018d
commit af9d9eadea
2 changed files with 260 additions and 1 deletions

View file

@ -13,7 +13,8 @@
"shell": [
["mkdir -p ~/.local/bin", "Creating local bin dir"],
["mkdir -p ~/.config/i3", "Creating i3-config dir"],
["mkdir -p ~/.config/i3status", "Creating i3-status dir"]
["mkdir -p ~/.config/i3status", "Creating i3-status dir"],
["mkdir -p ~/.config/dunst", "Creating dunst dir"]
]
},
{
@ -33,6 +34,7 @@
"~/.local/bin/checknofullscreen": "i3/checknofullscreen.sh",
"~/.local/bin/lockscreen": "i3/lockscreen.sh",
"~/.local/bin/locknow": "i3/locknow.sh",
"~/.config/dunst/dunstrc": "dunst/dunstrc",
"~/.profile.d/load": "shell/load",
"~/.profile.d/10-vars.sh": "shell/vars.sh",
"~/.profile.d/10-paths.sh": "shell/paths.sh",