fixed typo in notificiton config
This commit is contained in:
parent
607c2a02da
commit
b694eafc2f
1 changed files with 1 additions and 9 deletions
|
@ -64,14 +64,6 @@
|
||||||
"tooltip-format": "Click to Randomize Wallpaper"
|
"tooltip-format": "Click to Randomize Wallpaper"
|
||||||
},
|
},
|
||||||
|
|
||||||
"custom/pacman":
|
|
||||||
{
|
|
||||||
"format": "{} ",
|
|
||||||
"interval": 3600,
|
|
||||||
"exec": "checkupdates | wc -l",
|
|
||||||
"exec-if": "exit 0"
|
|
||||||
},
|
|
||||||
|
|
||||||
"battery":
|
"battery":
|
||||||
{
|
{
|
||||||
"interval": 60,
|
"interval": 60,
|
||||||
|
@ -151,7 +143,7 @@
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"notifications": "<span foreground='red'><sup></sup></span>",
|
"notification": "<span foreground='red'><sup></sup></span>",
|
||||||
"none": "",
|
"none": "",
|
||||||
"dnd-notification": "<span foreground='red'><sup></sup></span>",
|
"dnd-notification": "<span foreground='red'><sup></sup></span>",
|
||||||
"dnd-none": "",
|
"dnd-none": "",
|
||||||
|
|
Loading…
Reference in a new issue