Mise à jour des icônes de la Waybar

This commit is contained in:
Hippolyte Chauvin 2023-05-02 19:08:02 +02:00
parent 89f8a655f1
commit 9142a9fa42

View file

@ -49,14 +49,14 @@
"tooltip": false,
"format": "{icon} {}",
"format-icons": {
"notification": "<span foreground='magenta'><sup></sup></span>",
"none": "",
"dnd-notification": "<span foreground='magenta'><sup></sup></span>",
"dnd-none": "",
"inhibited-notification": "<span foreground='magenta'><sup></sup></span>",
"inhibited-none": "",
"dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>",
"dnd-inhibited-none": ""
"notification": "󰂚<span foreground='magenta'><sup></sup></span>",
"none": "󰂚",
"dnd-notification": "󰂛<span foreground='magenta'><sup></sup></span>",
"dnd-none": "󰂛",
"inhibited-notification": "󰂚<span foreground='magenta'><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",
@ -119,11 +119,11 @@
},
"cpu": {
"tooltip": false,
"format": " {}%"
"format": "󰻠 {}%"
},
"memory": {
"tooltip": false,
"format": " {}%"
"format": "󰍛 {}%"
},
"clock": {
"format": " {:%Y-%m-%d | %H:%M:%S}",