fix: concat audio and brightness, add notifications

This commit is contained in:
Fabio Lenherr 2022-09-04 00:14:34 +02:00
parent 63c6e4214e
commit 64fe6f4e84
No known key found for this signature in database
GPG key ID: 868FFD689D878939
14 changed files with 185 additions and 71 deletions

View file

@ -69,6 +69,15 @@ tooltip label {
background-image: linear-gradient(to right, #e4c9af 30%, #f2cdcd 50%, #e0b089 100% *50);
border-radius: 10px;
}
.brightbar scale trough {
all: unset;
box-shadow: 0 6px 5px 2px #06060b;
background-color: #232232;
border-radius: 24px;
min-height: 10px;
min-width: 100px;
margin : 0px -15px 5px 0px;
}
.volbar trough highlight {
background-image: linear-gradient(to right, #afcee0 30%, #a1bdce 50%, #77a5bf 100% *50);
border-radius: 10px;
@ -81,7 +90,14 @@ tooltip label {
.bright_icon {
font-size: 22;
color: #e4c9af;
margin: 0px 10px 0px 0px;
margin: 0px 10px 0px -10px;
}
.bright_icon_overlay {
font-size: 28;
color: #e4c9af;
background-size: cover;
background-position: center;
margin: 0px 27px 0px 3px;
}
.volume_icon {
font-size: 22;
@ -382,26 +398,32 @@ color: #bfc9db;
background-size: cover;
background-image: url('images/speaker.png');
background-position: center;
min-height: 70px;
min-width: 75px;
margin: 10px 20px 5px 20px;
min-height: 40px;
min-width: 45px;
margin: 10px 10px 5px 20px;
border-radius: 12px;
}
.speaker_text {
color: #a1bdce;
font-size : 26px;
font-size : 22px;
font-weight : bold;
margin: 20px 0px 0px 0px;
margin: 5px 15px 0px 15px;
}
.bright_text {
color: #a1bdce;
font-size : 22px;
font-weight : bold;
margin: 5px 15px 0px 25px;
}
.change_audio_box {
margin: 0px 0px 0px 100px;
margin: 0px 0px 0px 10px;
}
.change_audio {
color: #a1bdce;
margin: 0px 30px 5px 0px;
margin: 0px 50px 0px 50px;
font-size: 30px;
font-weight: bold;
}
@ -416,8 +438,8 @@ color: #bfc9db;
background-color: #232232;
box-shadow: 0 6px 5px 2px #06060b;
border-radius: 24px;
min-height: 13px;
min-width: 120px;
min-height: 10px;
min-width: 100px;
margin : 0px 0px 5px 0px;
}
@ -428,9 +450,9 @@ color: #bfc9db;
background-size: cover;
background-image: url('images/mic.png');
background-position: center;
min-height: 70px;
min-width: 75px;
margin: 5px 20px 20px 20px;
min-height: 40px;
min-width: 45px;
margin: 5px 20px 20px 10px;
border-radius: 12px;
}
@ -451,9 +473,9 @@ color: #bfc9db;
box-shadow: 0 6px 5px 2px #06060b;
background-color: #232232;
border-radius: 24px;
min-height: 13px;
min-width: 120px;
margin : 0px 0px 20px 0px;
min-height: 10px;
min-width: 100px;
margin :6px 0px 20px 0px;
}
.audio_sep {