Skip to content

Commit

Permalink
waybar: Switch to 👁 for inhibitor
Browse files Browse the repository at this point in the history
The current char doesn't work without ttf-ms-fonts, which I don't want
to rely on for this.
  • Loading branch information
mmonaco committed Jan 21, 2024
1 parent c8efd5c commit 4c2cf5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/waybar/config
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "<span foreground='yellow'></span>",
"deactivated": "<span foreground='gray'></span>"
"activated": "<span foreground='yellow'>👁</span>",
"deactivated": "<span foreground='gray'>👁</span>"
}
},

Expand Down

0 comments on commit 4c2cf5e

Please sign in to comment.