feat: add bluetooth to waybar and fix battery max loading
This commit is contained in:
parent
0801cb17aa
commit
539cb58493
5 changed files with 130 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue