Unverified Commit 2d7396c1 authored by Erik Reider's avatar Erik Reider Committed by GitHub

Update waybar example in README.md

parent 9013f357
...@@ -413,23 +413,23 @@ action = "toggle_paused" ...@@ -413,23 +413,23 @@ action = "toggle_paused"
## Waybar Example ## Waybar Example
This example requires `NotoSansMono Nerd Font` to get the icons looking right This example requires a [Nerd Fonts](https://www.nerdfonts.com/) font to get the icons looking right
Waybar config Waybar config
```json ```json
"custom/notification": { "custom/notification": {
"tooltip": false, "tooltip": true,
"format": "{icon}", "format": "<span size='16pt'>{icon}</span>",
"format-icons": { "format-icons": {
"notification": "<span foreground='red'><sup></sup></span>", "notification": "󱅫",
"none": "", "none": "󰂜",
"dnd-notification": "<span foreground='red'><sup></sup></span>", "dnd-notification": "󰂠",
"dnd-none": "", "dnd-none": "󰪓",
"inhibited-notification": "<span foreground='red'><sup></sup></span>", "inhibited-notification": "󰂛",
"inhibited-none": "", "inhibited-none": "󰪑",
"dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>", "dnd-inhibited-notification": "󰂛",
"dnd-inhibited-none": "" "dnd-inhibited-none": "󰪑"
}, },
"return-type": "json", "return-type": "json",
"exec-if": "which swaync-client", "exec-if": "which swaync-client",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment