From eed8b962c9d8b400561d347733c98b33ae851cc2 Mon Sep 17 00:00:00 2001
From: Benjamin Chausse <benjamin@chausse.xyz>
Date: Sun, 22 Nov 2020 13:52:28 -0500
Subject: update dwmb-debarque since a website update broke it

---
 .config/newsboat/urls           | 2 --
 .config/vifm/vifmrc             | 2 +-
 .local/bin/dwmbar/dwmb-debarque | 4 ++--
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/.config/newsboat/urls b/.config/newsboat/urls
index 5566b9a..e02c348 100644
--- a/.config/newsboat/urls
+++ b/.config/newsboat/urls
@@ -21,7 +21,6 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UC2eEGT06FrWFU6VBnPOR9lg "Yo
 https://www.youtube.com/feeds/videos.xml?channel_id=UC6107grRI4m0o2-emgoDnAA "Youtube" "~Youtube: Smarter Everyday "
 https://www.youtube.com/feeds/videos.xml?channel_id=UC3DkFux8Iv-aYnTRWzwaiBA "Youtube" "~Youtube: Peter Mckinnon "
 https://www.youtube.com/feeds/videos.xml?channel_id=UCQ-AAXSt0M5Gx0-A9UGut8g "Youtube" "~Youtube: Larian Studios"
-https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA "Youtube" "~Youtube: Luke Smith "
 https://www.youtube.com/feeds/videos.xml?channel_id=UCBa659QWEk1AI4Tg--mrJ2A "Youtube" "~Youtube: Tom Scott"
 # https://www.youtube.com/feeds/videos.xml?channel_id=<++> "Youtube" "~Youtube: <++>"
 
@@ -36,7 +35,6 @@ https://xkcd.com/rss.xml                               "Website" "~Website: XKCD
 https://www.archlinux.org/feeds/news/                  "Website" "~Website: Arch Linux News"
 # https://blogues.desjardins.com/press_release/atom.xml  "Website" "~Website: Desjardins - Nouvelles"
 https://chausse.xyz/rss.xml                            "Website" "~Website: My personal Blog"
-https://lukesmith.xyz/rss.xml                          "Website" "~Website: Luke Smith's Blog"
 # https://www.ledevoir.com/rss/section/societe/science.xml "Website" "~Website: Le Devoir Sciences"
 # https://spacenews.com/feed/                          "Website" "~Website: SpaceNews"
 
diff --git a/.config/vifm/vifmrc b/.config/vifm/vifmrc
index 6e5ff81..20dcdb9 100644
--- a/.config/vifm/vifmrc
+++ b/.config/vifm/vifmrc
@@ -137,7 +137,7 @@ set rulerformat=
 
 
 " CSV/Excel
-filetype *.xlsx libreoffice %c %i
+" filetype *.xlsx libreoffice %c %i
 " fileviewer *.csv sed "s/,,,,/,,-,,/g;s/,,/ /g" %c | column -t | sed "s/ - /  /g" | cut -c -%pw
 
 " HTMLs
diff --git a/.local/bin/dwmbar/dwmb-debarque b/.local/bin/dwmbar/dwmb-debarque
index c9f70fe..19ba8d7 100755
--- a/.local/bin/dwmbar/dwmb-debarque
+++ b/.local/bin/dwmbar/dwmb-debarque
@@ -1,8 +1,8 @@
 #!/bin/sh
 
 count="$(curl https://www.ladebarque.com/achalandage |
-  grep "il y a " |
-  sed 's/.*il\ y\ a\ en\ ce\ moment.nbsp;\s//; s/.nbsp.*//')"
+  grep 'il y a ' |
+  sed 's/.*il\sy\sa\sen\sce\smoment\s//; s/\sgrimpeurs.*//')"
 
 echo "  $count "
 
-- 
cgit v1.2.3