Skip to content

Commit

Permalink
bar: update broken icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jx11r committed May 14, 2023
1 parent 12dda78 commit c6bb881
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/bar/decorated.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"size": 18,
}

tags = ["", "", "", "", "", ""]
tags = ["", "", "", "󰈹", "󰇮", ""]


def sep(fg, offset=0, padding=8) -> TextBox:
Expand All @@ -23,7 +23,7 @@ def sep(fg, offset=0, padding=8) -> TextBox:
**icon_font(),
offset=offset,
padding=padding,
text="",
text="󰇙",
)


Expand Down Expand Up @@ -128,7 +128,7 @@ def cpu(bg, fg) -> list:
**icon_font(),
**rectangle("left"),
offset=3,
text="",
text="󰍛",
x=5,
),
widget.CPU(
Expand All @@ -146,7 +146,7 @@ def ram(bg, fg) -> list:
**icon_font(),
offset=-2,
padding=5,
text="",
text="󰘚",
x=-2,
),
widget.Memory(
Expand Down

0 comments on commit c6bb881

Please sign in to comment.