Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
allie-wake-up committed Feb 27, 2022
1 parent a08f432 commit a793d27
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,18 @@ neovide = { icon = "", color = "#8fff6d" }
# instance mail\\.google\\.com and google\\.com/maps will be chosen over
# google\\.com
[title]
"crates\\.io" = { icon = "", color = "#ffc933" } # escape . for an exact match. Normally .
matches any character
# escape . for an exact match. Normally . matches any character
"crates\\.io" = { icon = "", color = "#ffc933" }
"github\\.com" = { icon = "" }
"google\\.com" = { icon = "", color = "#4285f4" }
"google\\.com/maps" = { icon = "", color = "#4caf50" }
"mail\\.google\\.com" = { icon = "", color = "#ad1f1c" }
"sr\\.ht|sourcehut\\.org" = { icon = "" } # use | for or
"travis-ci\\.(com|org)" = { icon = "", color = "#cd324a" } # can do an or around just a substring
with (a|b)

# use | for or
"sr\\.ht|sourcehut\\.org" = { icon = "" }

# can do an or around just a substring with (a|b)
"travis-ci\\.(com|org)" = { icon = "", color = "#cd324a" }

# The app_id setting means that this will only match if both the title matches
# the regex and the app_id or window_properties.class equals one of the values
Expand Down

0 comments on commit a793d27

Please sign in to comment.