From 0e75b5f88c80de0e0007ae472fa633bebe2c1697 Mon Sep 17 00:00:00 2001 From: Breizh Date: Fri, 19 Feb 2021 02:13:20 +0100 Subject: [PATCH] =?UTF-8?q?Mises=20=C3=A0=20jour=20diverses?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/gtk-3.0/bookmarks | 2 +- .config/i3-scrot.conf | 2 +- .config/redshift.conf | 4 ++-- .local/bin/open_with_linux.py | 5 +++-- .ncmpcpp/config | 4 ++-- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.config/gtk-3.0/bookmarks b/.config/gtk-3.0/bookmarks index 3b5c39e..ffbf589 100644 --- a/.config/gtk-3.0/bookmarks +++ b/.config/gtk-3.0/bookmarks @@ -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 diff --git a/.config/i3-scrot.conf b/.config/i3-scrot.conf index f78149c..0c1e70c 100644 --- a/.config/i3-scrot.conf +++ b/.config/i3-scrot.conf @@ -1 +1 @@ -scrot_dir=${HOME}/Screenshots +scrot_dir=${HOME}/Images/Screenshots diff --git a/.config/redshift.conf b/.config/redshift.conf index 86b4f81..0a94716 100644 --- a/.config/redshift.conf +++ b/.config/redshift.conf @@ -1,6 +1,6 @@ [redshift] -temp-day=4000 -temp-night=2400 +temp-day=4500 +temp-night=3400 transition=1 diff --git a/.local/bin/open_with_linux.py b/.local/bin/open_with_linux.py index 6a4f979..136275d 100755 --- a/.local/bin/open_with_linux.py +++ b/.local/bin/open_with_linux.py @@ -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'] = [ diff --git a/.ncmpcpp/config b/.ncmpcpp/config index e87a917..11b8509 100644 --- a/.ncmpcpp/config +++ b/.ncmpcpp/config @@ -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. ##