updating all icon sets for arandr icon

This commit is contained in:
Zero Rust 2020-05-17 07:56:58 -04:00
parent a16536ad3c
commit e339158aed
3 changed files with 7 additions and 2 deletions

View file

@ -359,5 +359,8 @@
}, },
"hddtemp": { "hddtemp": {
"prefix": "hddtemp" "prefix": "hddtemp"
},
"arandr": {
"prefix": " displays "
} }
} }

View file

@ -193,6 +193,8 @@
"off": { "prefix": "\uf24f" }, "off": { "prefix": "\uf24f" },
"paused": { "prefix": "\uf210" }, "paused": { "prefix": "\uf210" },
"on": { "prefix": "\uf488" } "on": { "prefix": "\uf488" }
},
"arandr": {
"prefix": "\uf465"
} }
} }