mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 12:51:54 +05:30
feat(bar): add speaker and microphone controls
This commit is contained in:
@@ -78,4 +78,22 @@ window.Bar {
|
||||
padding: 0px 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.volume {
|
||||
image {
|
||||
-gtk-icon-size: 1.5rem;
|
||||
}
|
||||
|
||||
trough {
|
||||
background-color: $bg-color;
|
||||
min-height: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
highlight {
|
||||
background-color: $fg-color;
|
||||
min-height: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user