Compare commits
2 commits
e39f2d20a6
...
b9d47a2619
Author | SHA1 | Date | |
---|---|---|---|
b9d47a2619 | |||
68119aa44b |
2 changed files with 2 additions and 1 deletions
|
@ -119,7 +119,7 @@ function spectacle-screenshot {
|
||||||
|
|
||||||
if [[ -z "${2}" ]]; then
|
if [[ -z "${2}" ]]; then
|
||||||
if $save_recording; then
|
if $save_recording; then
|
||||||
readonly file=$(mktemp /tmp/spectacle-recording.XXXXXXXX.webm)
|
readonly file=$(mktemp /tmp/spectacle-recording.XXXXXXXX.mp4)
|
||||||
else
|
else
|
||||||
readonly file=$(mktemp /tmp/spectacle-screenshot.XXXXXXXX.png)
|
readonly file=$(mktemp /tmp/spectacle-screenshot.XXXXXXXX.png)
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -115,6 +115,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Catppuccin Latte Blue userContent.css*/
|
/* Catppuccin Latte Blue userContent.css*/
|
||||||
|
|
||||||
@media (prefers-color-scheme: light) {
|
@media (prefers-color-scheme: light) {
|
||||||
|
|
Reference in a new issue