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"
|
||||
},
|
||||
|
||||
"custom/pacman":
|
||||
{
|
||||
"format": "{} ",
|
||||
"interval": 3600,
|
||||
"exec": "checkupdates | wc -l",
|
||||
"exec-if": "exit 0"
|
||||
},
|
||||
|
||||
"battery":
|
||||
{
|
||||
"interval": 60,
|
||||
|
@ -151,7 +143,7 @@
|
|||
"tooltip": false,
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"notifications": "<span foreground='red'><sup></sup></span>",
|
||||
"notification": "<span foreground='red'><sup></sup></span>",
|
||||
"none": "",
|
||||
"dnd-notification": "<span foreground='red'><sup></sup></span>",
|
||||
"dnd-none": "",
|
||||
|
|
Loading…
Reference in a new issue