fix: audio control and implement switch to bluettooth and internal

This commit is contained in:
Fabio Lenherr 2022-09-02 23:25:35 +02:00
parent 07b5b7dc15
commit db2c08d240
No known key found for this signature in database
GPG key ID: 868FFD689D878939
4 changed files with 71 additions and 14 deletions

View file

@ -57,7 +57,7 @@ tooltip label {
.membar {
color: #e0b089;
background-color: #38384d;
background-color: #38384d;
border-radius: 10px;
}
.batbar {
@ -101,10 +101,13 @@ tooltip label {
}
.iconmem {
font-size: 15;
margin: 11px;
font-size: 23;
margin: 4px -3px 4px 0px;
color: #e0b089;
}
.mem_padding {
margin: 10px;
}
.iconbat {
font-size: 23;
color: #afbea2;
@ -119,9 +122,9 @@ tooltip label {
}
.mem_module {
background-color: #0f0f17;
background-color: #0f0f17;
border-radius: 16px;
margin: 0px 10px 0px 3px;
margin: 0px 10px 0px 0px;
}
.bat_module {
background-color: #0f0f17;
@ -392,6 +395,17 @@ color: #bfc9db;
margin: 20px 0px 0px 0px;
}
.change_audio_box {
margin: 0px 0px 0px 100px;
}
.change_audio {
color: #a1bdce;
margin: 0px 30px 5px 0px;
font-size: 30px;
font-weight: bold;
}
.speaker_bar scale trough highlight {
all: unset;
background-image: linear-gradient(to right, #afcee0 30%, #a1bdce 50%, #77a5bf 100% *50);