modified: apps-list.md
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
This commit is contained in:
parent
4779ba49c0
commit
46faf5b8de
9 changed files with 2711 additions and 329 deletions
51
config/swayosd/style.css
Normal file
51
config/swayosd/style.css
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue