Regenerated
This commit is contained in:
+340
-338
File diff suppressed because it is too large
Load Diff
+4
-2
@@ -3900,7 +3900,7 @@ These are config files for waybar
|
|||||||
"custom/media": {
|
"custom/media": {
|
||||||
"exec": "~/.config/scripts/media.sh",
|
"exec": "~/.config/scripts/media.sh",
|
||||||
"interval": 2,
|
"interval": 2,
|
||||||
"return-type": "json",
|
"return-type": "json","return-type": "json",
|
||||||
"on-click": "qs -c media",
|
"on-click": "qs -c media",
|
||||||
"max-length": 40,
|
"max-length": 40,
|
||||||
"scroll-step": 1,
|
"scroll-step": 1,
|
||||||
@@ -4169,8 +4169,10 @@ label#custom-windows:not(.active) {
|
|||||||
|
|
||||||
/* ---- Media ---*/
|
/* ---- Media ---*/
|
||||||
|
|
||||||
label#custom-media.inactive {
|
label#custom-media.not(.active) {
|
||||||
display: none;
|
display: none;
|
||||||
|
background: transparent;
|
||||||
|
color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
label#custom-media.module {
|
label#custom-media.module {
|
||||||
|
|||||||
@@ -113,7 +113,7 @@
|
|||||||
"custom/media": {
|
"custom/media": {
|
||||||
"exec": "~/.config/scripts/media.sh",
|
"exec": "~/.config/scripts/media.sh",
|
||||||
"interval": 2,
|
"interval": 2,
|
||||||
"return-type": "json",
|
"return-type": "json","return-type": "json",
|
||||||
"on-click": "qs -c media",
|
"on-click": "qs -c media",
|
||||||
"max-length": 40,
|
"max-length": 40,
|
||||||
"scroll-step": 1,
|
"scroll-step": 1,
|
||||||
|
|||||||
@@ -122,8 +122,10 @@ label#custom-windows:not(.active) {
|
|||||||
|
|
||||||
/* ---- Media ---*/
|
/* ---- Media ---*/
|
||||||
|
|
||||||
label#custom-media.inactive {
|
label#custom-media.not(.active) {
|
||||||
display: none;
|
display: none;
|
||||||
|
background: transparent;
|
||||||
|
color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
label#custom-media.module {
|
label#custom-media.module {
|
||||||
|
|||||||
Reference in New Issue
Block a user