Update more icons

Seems like I missed some in the first round
This commit is contained in:
scorpion-26 2023-05-04 23:25:57 +02:00
parent 2e0563fc64
commit 1c6cd3bd2b

View file

@ -98,7 +98,7 @@ namespace Bar
if (info.defaultController.empty()) if (info.defaultController.empty())
{ {
btIconText->SetClass("bt-label-off"); btIconText->SetClass("bt-label-off");
btIconText->SetText(""); btIconText->SetText("󰂲");
btDevText->SetText(""); btDevText->SetText("");
} }
else if (info.devices.empty()) else if (info.devices.empty())
@ -523,7 +523,7 @@ namespace Bar
{ {
auto exitButton = Widget::Create<Button>(); auto exitButton = Widget::Create<Button>();
exitButton->SetClass("exit-button"); exitButton->SetClass("exit-button");
exitButton->SetText(""); exitButton->SetText("󰗼");
exitButton->OnClick( exitButton->OnClick(
[](Button&) [](Button&)
{ {
@ -541,7 +541,7 @@ namespace Bar
auto sleepButton = Widget::Create<Button>(); auto sleepButton = Widget::Create<Button>();
sleepButton->SetClass("sleep-button"); sleepButton->SetClass("sleep-button");
sleepButton->SetText(""); sleepButton->SetText("󰏤");
sleepButton->OnClick( sleepButton->OnClick(
[](Button&) [](Button&)
{ {
@ -550,7 +550,7 @@ namespace Bar
auto rebootButton = Widget::Create<Button>(); auto rebootButton = Widget::Create<Button>();
rebootButton->SetClass("reboot-button"); rebootButton->SetClass("reboot-button");
rebootButton->SetText(""); rebootButton->SetText("󰑐");
rebootButton->OnClick( rebootButton->OnClick(
[](Button&) [](Button&)
{ {