update vencord.css
This commit is contained in:
parent
1880003ea2
commit
78f062867d
4 changed files with 11 additions and 8 deletions
|
@ -22,7 +22,9 @@ logfile="/tmp/screen_recorder_ffmpeg.log"
|
||||||
H=$(( $H - $H%2 ))
|
H=$(( $H - $H%2 ))
|
||||||
W=$(( $W - $W%2 ))
|
W=$(( $W - $W%2 ))
|
||||||
|
|
||||||
ffmpeg -y -video_size "$W"x"$H" -f x11grab -framerate 60 \
|
dummy_audio="-f lavfi -i anullsrc=cl=mono"
|
||||||
|
|
||||||
|
ffmpeg -y $dummy_audio -video_size "$W"x"$H" -f x11grab -framerate 60 \
|
||||||
-i $DISPLAY+$X,$Y -pix_fmt yuv420p $videofile 2> $logfile &
|
-i $DISPLAY+$X,$Y -pix_fmt yuv420p $videofile 2> $logfile &
|
||||||
|
|
||||||
# store pid so that recording can be stopped next time the script is run
|
# store pid so that recording can be stopped next time the script is run
|
||||||
|
|
|
@ -14,7 +14,7 @@ https://github.com/ETBCOR/nasin-nanpa/releases
|
||||||
.privateChannels_f0963d .channel_c91bad.container_d91ad9:nth-child(4), /* shop button in DM page */
|
.privateChannels_f0963d .channel_c91bad.container_d91ad9:nth-child(4), /* shop button in DM page */
|
||||||
.privateChannels_f0963d .channel_c91bad.container_d91ad9:nth-child(3), /* nitro button in DM page */
|
.privateChannels_f0963d .channel_c91bad.container_d91ad9:nth-child(3), /* nitro button in DM page */
|
||||||
.channelAppLauncher_df39bd, /* apps launcher next to chat box */
|
.channelAppLauncher_df39bd, /* apps launcher next to chat box */
|
||||||
.buttons_d0696b > button, /* nitro gift button in chat box */
|
.container_efde15, /* nitro gift button in chat box */
|
||||||
.buttons_d0696b > div:nth-child(3) /* sticker button in chat box */
|
.buttons_d0696b > div:nth-child(3) /* sticker button in chat box */
|
||||||
{
|
{
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
"liveServer.settings.donotShowInfoMsg": true,
|
"liveServer.settings.donotShowInfoMsg": true,
|
||||||
"editor.copyWithSyntaxHighlighting": false,
|
"editor.copyWithSyntaxHighlighting": false,
|
||||||
"terminal.integrated.defaultProfile.linux": "fish",
|
"terminal.integrated.defaultProfile.linux": "fish",
|
||||||
"terminal.integrated.fontFamily": "monospace",
|
"terminal.integrated.fontFamily": "Liberation Mono, monospace",
|
||||||
"markdown.preview.fontFamily": "sans",
|
"markdown.preview.fontFamily": "sans",
|
||||||
"rust-analyzer.cargo.buildScripts.enable": true,
|
"rust-analyzer.cargo.buildScripts.enable": true,
|
||||||
"editor.fontLigatures": true,
|
"editor.fontLigatures": true,
|
||||||
|
@ -46,5 +46,6 @@
|
||||||
"editor.minimap.renderCharacters": false,
|
"editor.minimap.renderCharacters": false,
|
||||||
"zig.path": "zig",
|
"zig.path": "zig",
|
||||||
"zig.zls.path": "/home/crispypin/.config/VSCodium/User/globalStorage/ziglang.vscode-zig/zls_install/zls",
|
"zig.zls.path": "/home/crispypin/.config/VSCodium/User/globalStorage/ziglang.vscode-zig/zls_install/zls",
|
||||||
"zig.initialSetupDone": true
|
"zig.initialSetupDone": true,
|
||||||
|
"editor.minimap.enabled": false
|
||||||
}
|
}
|
|
@ -63,13 +63,13 @@
|
||||||
right: "/user/hand/right/input/trackpad/force",
|
right: "/user/hand/right/input/trackpad/force",
|
||||||
},
|
},
|
||||||
click_modifier_right: {
|
click_modifier_right: {
|
||||||
left: "/user/hand/left/input/b/touch",
|
|
||||||
right: "/user/hand/right/input/b/touch"
|
|
||||||
},
|
|
||||||
click_modifier_middle: {
|
|
||||||
left: "/user/hand/left/input/a/touch",
|
left: "/user/hand/left/input/a/touch",
|
||||||
right: "/user/hand/right/input/a/touch"
|
right: "/user/hand/right/input/a/touch"
|
||||||
},
|
},
|
||||||
|
click_modifier_middle: {
|
||||||
|
left: "/user/hand/left/input/thumbstick/touch",
|
||||||
|
//right: "/user/hand/right/input/thumbstick/touch"
|
||||||
|
},
|
||||||
move_mouse: {
|
move_mouse: {
|
||||||
// used with focus_follows_mouse_mode
|
// used with focus_follows_mouse_mode
|
||||||
left: "/user/hand/left/input/trigger/touch",
|
left: "/user/hand/left/input/trigger/touch",
|
||||||
|
|
Loading…
Reference in a new issue