Mises à jour diverses
This commit is contained in:
parent
58e4bbc6c6
commit
0e75b5f88c
5 changed files with 9 additions and 8 deletions
|
@ -5,7 +5,7 @@ file:///home/breizh/Images Images
|
|||
file:///home/breizh/Musique Musique
|
||||
file:///home/breizh/Vid%C3%A9os Vidéos
|
||||
file:///home/breizh/T%C3%A9l%C3%A9chargements Téléchargements
|
||||
file:///home/breizh/Images/Screenshots Screenshots
|
||||
file:///tmp tmp
|
||||
file:///home/breizh/Screenshots Screenshots
|
||||
file:///home/breizh/.wine/drive_c drive_c
|
||||
file:///home/breizh/T%C3%A9l%C3%A9chargements/downthemall downthemall
|
||||
|
|
|
@ -1 +1 @@
|
|||
scrot_dir=${HOME}/Screenshots
|
||||
scrot_dir=${HOME}/Images/Screenshots
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[redshift]
|
||||
temp-day=4000
|
||||
temp-night=2400
|
||||
temp-day=4500
|
||||
temp-night=3400
|
||||
|
||||
transition=1
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ import json
|
|||
import struct
|
||||
import subprocess
|
||||
|
||||
VERSION = '7.2.2'
|
||||
VERSION = '7.2.3'
|
||||
|
||||
try:
|
||||
sys.stdin.buffer
|
||||
|
@ -67,6 +67,7 @@ def install():
|
|||
'chrome-unstable': os.path.join(home_path, '.config', 'google-chrome-unstable', 'NativeMessagingHosts'),
|
||||
'chromium': os.path.join(home_path, '.config', 'chromium', 'NativeMessagingHosts'),
|
||||
'firefox': os.path.join(home_path, '.mozilla', 'native-messaging-hosts'),
|
||||
'thunderbird': os.path.join(home_path, '.thunderbird', 'native-messaging-hosts'),
|
||||
}
|
||||
filename = 'open_with.json'
|
||||
|
||||
|
@ -76,7 +77,7 @@ def install():
|
|||
os.mkdir(location)
|
||||
|
||||
browser_manifest = manifest.copy()
|
||||
if browser == 'firefox':
|
||||
if browser in ['firefox', 'thunderbird']:
|
||||
browser_manifest['allowed_extensions'] = ['openwith@darktrojan.net']
|
||||
else:
|
||||
browser_manifest['allowed_origins'] = [
|
||||
|
|
|
@ -282,7 +282,7 @@ ncmpcpp_directory = ~/.ncmpcpp
|
|||
#
|
||||
#playlist_show_mpd_host = no
|
||||
#
|
||||
#playlist_show_remaining_time = no
|
||||
playlist_show_remaining_time = yes
|
||||
#
|
||||
playlist_shorten_total_times = yes
|
||||
#
|
||||
|
@ -317,7 +317,7 @@ centered_cursor = yes
|
|||
## Note: You can specify third character which will be used to build 'empty'
|
||||
## part of progressbar.
|
||||
##
|
||||
progressbar_look = "▄▄▄"
|
||||
# progressbar_look = "▄▄▄"
|
||||
#
|
||||
## Available values: database, playlist.
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue