🐛 fix(waybar): revert changes of previous commit about the notifications space icons
and thats why you have to test all what you change :)
This commit is contained in:
parent
a6ccb36457
commit
8473d706b3
1 changed files with 24 additions and 24 deletions
|
@ -64,14 +64,14 @@
|
|||
"tooltip": false,
|
||||
"format": "{} {icon}",
|
||||
"format-icons": {
|
||||
"notification": " <span foreground='red'><sup></sup></span>",
|
||||
"none": " ",
|
||||
"dnd-notification": " <span foreground='red'><sup></sup></span>",
|
||||
"dnd-none": " ",
|
||||
"inhibited-notification": " <span foreground='red'><sup></sup></span>",
|
||||
"inhibited-none": " ",
|
||||
"dnd-inhibited-notification": " <span foreground='red'><sup></sup></span>",
|
||||
"dnd-inhibited-none": " "
|
||||
"notification": "<span foreground='red'><sup></sup></span>",
|
||||
"none": "",
|
||||
"dnd-notification": "<span foreground='red'><sup></sup></span>",
|
||||
"dnd-none": "",
|
||||
"inhibited-notification": "<span foreground='red'><sup></sup></span>",
|
||||
"inhibited-none": "",
|
||||
"dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>",
|
||||
"dnd-inhibited-none": ""
|
||||
},
|
||||
"return-type": "json",
|
||||
"exec-if": "which swaync-client",
|
||||
|
@ -243,14 +243,14 @@
|
|||
"tooltip": false,
|
||||
"format": "{} {icon}",
|
||||
"format-icons": {
|
||||
"notification": " <span foreground='red'><sup></sup></span>",
|
||||
"none": " ",
|
||||
"dnd-notification": " <span foreground='red'><sup></sup></span>",
|
||||
"dnd-none": " ",
|
||||
"inhibited-notification": " <span foreground='red'><sup></sup></span>",
|
||||
"inhibited-none": " ",
|
||||
"dnd-inhibited-notification": " <span foreground='red'><sup></sup></span>",
|
||||
"dnd-inhibited-none": " "
|
||||
"notification": "<span foreground='red'><sup></sup></span>",
|
||||
"none": "",
|
||||
"dnd-notification": "<span foreground='red'><sup></sup></span>",
|
||||
"dnd-none": "",
|
||||
"inhibited-notification": "<span foreground='red'><sup></sup></span>",
|
||||
"inhibited-none": "",
|
||||
"dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>",
|
||||
"dnd-inhibited-none": ""
|
||||
},
|
||||
"return-type": "json",
|
||||
"exec-if": "which swaync-client",
|
||||
|
@ -370,14 +370,14 @@
|
|||
"tooltip": false,
|
||||
"format": "{} {icon}",
|
||||
"format-icons": {
|
||||
"notification": " <span foreground='red'><sup></sup></span>",
|
||||
"none": " ",
|
||||
"dnd-notification": " <span foreground='red'><sup></sup></span>",
|
||||
"dnd-none": " ",
|
||||
"inhibited-notification": " <span foreground='red'><sup></sup></span>",
|
||||
"inhibited-none": " ",
|
||||
"dnd-inhibited-notification": " <span foreground='red'><sup></sup></span>",
|
||||
"dnd-inhibited-none": " "
|
||||
"notification": "<span foreground='red'><sup></sup></span>",
|
||||
"none": "",
|
||||
"dnd-notification": "<span foreground='red'><sup></sup></span>",
|
||||
"dnd-none": "",
|
||||
"inhibited-notification": "<span foreground='red'><sup></sup></span>",
|
||||
"inhibited-none": "",
|
||||
"dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>",
|
||||
"dnd-inhibited-none": ""
|
||||
},
|
||||
"return-type": "json",
|
||||
"exec-if": "which swaync-client",
|
||||
|
|
Loading…
Add table
Reference in a new issue