Add GNOME Shell extension showing sing-box status via the Clash API
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
.sbx-panel-box {
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
/* Status dot is drawn in code (St.DrawingArea) using the panel text color. */
|
||||
.sbx-dot {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.sbx-outbound-label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.sbx-speed-label {
|
||||
font-feature-settings: "tnum";
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.sbx-status-item {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.sbx-speed-item {
|
||||
font-feature-settings: "tnum";
|
||||
}
|
||||
|
||||
.sbx-test-item {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.sbx-badge {
|
||||
font-feature-settings: "tnum";
|
||||
padding: 0 6px;
|
||||
opacity: 0.7;
|
||||
}
|
||||
Reference in New Issue
Block a user