sysvol: fix background transparency
This commit is contained in:
@@ -7,6 +7,9 @@
|
|||||||
|
|
||||||
fs.".config/sys64/volume.css".symlink.text = ''
|
fs.".config/sys64/volume.css".symlink.text = ''
|
||||||
window {
|
window {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
window > box {
|
||||||
background: #000000B4;
|
background: #000000B4;
|
||||||
border-radius: 19px;
|
border-radius: 19px;
|
||||||
}
|
}
|
||||||
@@ -58,12 +61,13 @@
|
|||||||
# options:
|
# options:
|
||||||
# -p {0,1,2,3} to attach to top/right/bottom/left screen edge
|
# -p {0,1,2,3} to attach to top/right/bottom/left screen edge
|
||||||
# -t N for the notifier to be dismissed after N seconds (integer only)
|
# -t N for the notifier to be dismissed after N seconds (integer only)
|
||||||
|
# -T N reveal/hide transition time in milliseconds
|
||||||
# -m N to set the indicator this many pixels in from the edge.
|
# -m N to set the indicator this many pixels in from the edge.
|
||||||
# it considers sway bars, but not window titles
|
# it considers sway bars, but not window titles
|
||||||
# -{H,W} N to set the height/width of the notifier, in px.
|
# -{H,W} N to set the height/width of the notifier, in px.
|
||||||
# -i N to set the size of the volume icon
|
# -i N to set the size of the volume icon
|
||||||
# -P to hide percentage text
|
# -P to hide percentage text
|
||||||
command = "sysvol -p 0 -t 1 -m 22 -H 39 -W 256 -i 32 -P";
|
command = "sysvol -p 0 -t 1 -T 0 -m 22 -H 39 -W 256 -i 32 -P";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user