Màj diverses
This commit is contained in:
parent
ce6497a0d4
commit
4f3e385e75
4 changed files with 5 additions and 4 deletions
|
@ -79,7 +79,7 @@ URxvt*saveLines: 0
|
||||||
! for 'fake' transparency (without Compton) uncomment the following three lines
|
! for 'fake' transparency (without Compton) uncomment the following three lines
|
||||||
URxvt*inheritPixmap: true
|
URxvt*inheritPixmap: true
|
||||||
URxvt*transparent: true
|
URxvt*transparent: true
|
||||||
URxvt*shading: 25
|
URxvt*shading: 40
|
||||||
!URxvt*blurRadius: 24x24
|
!URxvt*blurRadius: 24x24
|
||||||
|
|
||||||
! other possible settings:
|
! other possible settings:
|
||||||
|
|
|
@ -319,7 +319,7 @@ set nested_ranger_warning true
|
||||||
|
|
||||||
# Examples:
|
# Examples:
|
||||||
# setlocal path=~/downloads sort mtime
|
# setlocal path=~/downloads sort mtime
|
||||||
# setlocal path=~/mnt preview_max_size 52428800
|
setlocal path=~/.factorio preview_max_size 52428800
|
||||||
setlocal path=~/mnt preview_directories false
|
setlocal path=~/mnt preview_directories false
|
||||||
setlocal path=~/mnt/seedbox sort_directories_first false
|
setlocal path=~/mnt/seedbox sort_directories_first false
|
||||||
setlocal path=~/cache/ranger use_preview_script false
|
setlocal path=~/cache/ranger use_preview_script false
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
--sub-langs fr,en,en(-|_)?.+,-live_chat
|
--sub-langs fr,en,en(-|_)?.+,-live_chat
|
||||||
-i
|
-i
|
||||||
-S res:1440,fps,hdr:12,vcodec,channels,acodec,lang,proto
|
-S res:1440,fps,hdr:12,vcodec,channels,acodec,lang,proto
|
||||||
|
#--downloader "m3u8:ffmpeg"
|
||||||
--hls-use-mpegts
|
--hls-use-mpegts
|
||||||
--compat-options no-keep-subs
|
--compat-options no-keep-subs
|
||||||
--download-archive ".yt-dlp_archive"
|
--download-archive ".yt-dlp_archive"
|
||||||
|
|
|
@ -16,7 +16,7 @@ hour=$(( ($($date +%-H)%12)*5 + $($date +%-M)/12))
|
||||||
minute=$($date +%-M)
|
minute=$($date +%-M)
|
||||||
|
|
||||||
# Avec jour de la semaine
|
# Avec jour de la semaine
|
||||||
#convert "bg.jpg" "month${month}.png" -composite "day${day}.png" -composite "weekday${weekday}.png" -composite "hour${hour}.png" -composite "minute${minute}.png" -composite "/tmp/output.png"
|
convert "bg.jpg" "month${month}.png" -composite "day${day}.png" -composite "weekday${weekday}.png" -composite "hour${hour}.png" -composite "minute${minute}.png" -composite "/tmp/output.png"
|
||||||
|
|
||||||
# Sans jour de la semaine
|
# Sans jour de la semaine
|
||||||
convert "bg.jpg" "month${month}.png" -composite "day${day}.png" -composite "hour${hour}.png" -composite "minute${minute}.png" -composite "/tmp/output.png"
|
#convert "bg.jpg" "month${month}.png" -composite "day${day}.png" -composite "hour${hour}.png" -composite "minute${minute}.png" -composite "/tmp/output.png"
|
||||||
|
|
Loading…
Reference in a new issue