feat: add bluetooth to waybar and fix battery max loading

This commit is contained in:
Dominik Polakovics Polakovics 2026-02-27 12:32:59 +01:00
parent 0801cb17aa
commit 539cb58493
5 changed files with 130 additions and 2 deletions

View file

@ -25,6 +25,7 @@ window#waybar {
#clock.2,
#clock.3,
#network,
#custom-bluetooth,
#pulseaudio,
#memory,
#cpu,
@ -53,6 +54,15 @@ window#waybar {
#network {
color: #8be9fd;
}
#custom-bluetooth {
color: #8be9fd;
}
#custom-bluetooth.off {
color: #6272a4;
}
#custom-bluetooth.connected {
color: #50fa7b;
}
#pulseaudio {
color: #6272a4;
}
@ -74,6 +84,7 @@ window#waybar {
}
#network,
#custom-bluetooth,
#pulseaudio,
#memory,
#cpu,