Màj diverses
This commit is contained in:
parent
7bab07ae28
commit
a9a16a1e39
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
|
||||
URxvt*inheritPixmap: true
|
||||
URxvt*transparent: true
|
||||
URxvt*shading: 25
|
||||
URxvt*shading: 40
|
||||
!URxvt*blurRadius: 24x24
|
||||
|
||||
! other possible settings:
|
||||
|
|
|
@ -319,7 +319,7 @@ set nested_ranger_warning true
|
|||
|
||||
# Examples:
|
||||
# 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/seedbox sort_directories_first false
|
||||
setlocal path=~/cache/ranger use_preview_script false
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
--sub-langs fr,en,en(-|_)?.+,-live_chat
|
||||
-i
|
||||
-S res:1440,fps,hdr:12,vcodec,channels,acodec,lang,proto
|
||||
#--downloader "m3u8:ffmpeg"
|
||||
--hls-use-mpegts
|
||||
--compat-options no-keep-subs
|
||||
--download-archive ".yt-dlp_archive"
|
||||
|
|
|
@ -16,7 +16,7 @@ hour=$(( ($($date +%-H)%12)*5 + $($date +%-M)/12))
|
|||
minute=$($date +%-M)
|
||||
|
||||
# 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
|
||||
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