update wlx-capture

This commit is contained in:
galister
2024-02-05 21:19:17 +01:00
parent 02d9feb9a4
commit acd89d6b48
2 changed files with 1 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -4249,7 +4249,7 @@ dependencies = [
[[package]] [[package]]
name = "wlx-capture" name = "wlx-capture"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/galister/wlx-capture#8d90787b3bc9018f1f26a4a3e2abdcdbb6809a64" source = "git+https://github.com/galister/wlx-capture#a5efb4c5ea24a9464434d2d76f2c5c029853c8a6"
dependencies = [ dependencies = [
"ashpd", "ashpd",
"drm-fourcc", "drm-fourcc",

View File

@@ -6,7 +6,6 @@
# (x, y) = (0, 0) is top-left # (x, y) = (0, 0) is top-left
# - bg_color: background color of panels and buttons # - bg_color: background color of panels and buttons
# - fg_color: color of text # - fg_color: color of text
# - font_size:
# #
# element types: # element types:
# panel - simple colored rectangle # panel - simple colored rectangle