FelixKratz / dotfiles

My personal macOS configuration
GNU General Public License v3.0
929 stars 92 forks source link

add brew widget #51

Open thomasbecker opened 4 months ago

thomasbecker commented 4 months ago

'cause I missed it in the lua config. Thx Felix for all the awesome work you do!

MicahBird commented 2 months ago

This is awesome! Thanks for making this! I might suggest that you also add the following icons to your PR since it didn't quite work out of the box! :)

local settings = require("settings")

local icons = {
  sf_symbols = {
    ...
    brew = {
    full = "􀐛",
    empty = "􀐚",
    },
    ...