modified: config/hyprwave/config.conf modified: config/hyprwave/style.css modified: config/niri/config.kdl new file: config/swaync/config.json new file: config/swaync/style.css new file: config/swayosd/style.css new file: local/share/hyprwave/style.css new file: local/share/hyprwave/themes/zzz.css
51 lines
713 B
CSS
51 lines
713 B
CSS
window#osd {
|
|
border-radius: 20px;
|
|
border: 4px solid #eef7fd;
|
|
background: #07090b;
|
|
|
|
#container {
|
|
margin: 16px;
|
|
}
|
|
|
|
image,
|
|
label {
|
|
color: #eef7fd;
|
|
}
|
|
|
|
progressbar:disabled,
|
|
image:disabled {
|
|
opacity: 1.0;
|
|
}
|
|
|
|
progressbar,
|
|
segmentedprogress {
|
|
min-height: 6px;
|
|
border-radius: 999px;
|
|
background: #d2dee7;
|
|
border: none;
|
|
}
|
|
|
|
trough,
|
|
segment {
|
|
min-height: inherit;
|
|
border-radius: inherit;
|
|
border: none;
|
|
background: #07090b;
|
|
}
|
|
|
|
progress,
|
|
segment.active {
|
|
min-height: inherit;
|
|
border-radius: inherit;
|
|
border: none;
|
|
background: #eef7fd;
|
|
}
|
|
|
|
segment {
|
|
margin-left: 8px;
|
|
|
|
&:first-child {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
}
|