Introduction
Introduction Statistics Contact Development Disclaimer Help
Feed updates. - dotfiles - These are my dotfiles. There are many like it, but t…
Log
Files
Refs
README
---
commit 0af9eacb1337a96136452b728bd04700cebb72b9
parent 406144df3d4c0ddd9f25bc8113c78525953d1299
Author: Jay Scott <[email protected]>
Date: Sat, 28 Oct 2023 08:12:19 +0100
Feed updates.
Diffstat:
M bashrc | 2 +-
M bin/dwmstatus.sh | 7 ++++---
M bin/game_select.sh | 8 +++++++-
M bin/link_handler.sh | 2 +-
M newsraft/feeds | 5 +++--
M suckless/dwm/config.h | 2 +-
6 files changed, 17 insertions(+), 9 deletions(-)
---
diff --git a/bashrc b/bashrc
@@ -18,7 +18,7 @@ alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'
GPG_TTY=$(tty)
export GPG_TTY
export EDITOR="vim"
-export BROWSER="qutebrowser"
+export BROWSER="librewolf"
export GOPATH="$XDG_DATA_HOME"/go
export GOPROXY=direct
export PATH=$PATH:$GOPATH/bin:$HOME/bin:$HOME/.local/bin
diff --git a/bin/dwmstatus.sh b/bin/dwmstatus.sh
@@ -7,10 +7,11 @@ while true; do
localtime=$(date +"%T")
vol=$(pactl list sinks | tr ' ' '\n' | grep -m1 '%')
- mailcount="$(find "$maildir" -type f | wc -l)"
- rsscount=$(newsboat -x print-unread | awk '{print $1}')
+ #mailcount="$(find "$maildir" -type f | wc -l)"
+ #rsscount=$(newsboat -x print-unread | awk '{print $1}')
- xsetroot -name " RSS: $rsscount | MAIL: $mailcount | VOL: $vol | $loca…
+ #xsetroot -name " RSS: $rsscount | MAIL: $mailcount | VOL: $vol | $loc…
+ xsetroot -name " VOL: $vol | $localtime"
sleep 10
done
diff --git a/bin/game_select.sh b/bin/game_select.sh
@@ -1,13 +1,19 @@
#!/bin/sh
-games=$(printf "%s\n" "Gibbous" "AtomRPG" "Primordia" | dmenu -p "games »")
+games=$(printf "%s\n" "Gibbous" "Rimworld" "AtomRPG" "Primordia" "Steam" | dme…
[ -z "$games" ] && exit 0
case "$games" in
+"Steam")
+ steam
+ ;;
"Gibbous")
~/media/games/gibbous/start.sh
;;
+"Rimworld")
+ ~/media/games/rimworld/start.sh
+ ;;
"AtomRPG")
~/media/games/atomrpg/start.sh
;;
diff --git a/bin/link_handler.sh b/bin/link_handler.sh
@@ -30,6 +30,6 @@ case "$uri_lower" in
$launcher $images "$uri"
;;
*)
- $launcher firefox "$uri"
+ $launcher librewolf "$uri"
;;
esac
diff --git a/newsraft/feeds b/newsraft/feeds
@@ -13,7 +13,6 @@ https://old.reddit.com/r/nosurf/.rss "R NoSurf"
https://old.reddit.com/r/shortwave/.rss "R Shortwave"
@ OUTDOORS
-https://www.hfunderground.com/board/index.php?type=rss;action=.xml
https://bushcraftuk.com/community/forums/-/index.rss
@ MEDIA
@@ -58,7 +57,7 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UC2I6Et1J…
https://www.youtube.com/feeds/videos.xml?channel_id=UC7uO9V1Frl_wPd9d1qOm_RQ #…
https://www.youtube.com/feeds/videos.xml?channel_id=UC5k3Kc0avyDJ2nG9Kxm9JmQ #…
https://www.youtube.com/feeds/videos.xml?channel_id=UCKr68ZJ4vv6VloNdnS2hjhA #…
-https://www.youtube.com/feeds/videos.xml?channel_id=UCKygRpISlqs5TufcT3JtRng #…
+#https://www.youtube.com/feeds/videos.xml?channel_id=UCKygRpISlqs5TufcT3JtRng …
https://www.youtube.com/feeds/videos.xml?channel_id=UCQCrKxBj5Id79syQEsY2Qxg #…
https://www.youtube.com/feeds/videos.xml?channel_id=UCRvWwMPr2SmSG7rXXzeEUdA #…
https://www.youtube.com/feeds/videos.xml?channel_id=UCVqpNG1R72i21jh-nAxEk4A #…
@@ -80,6 +79,7 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCdVEfdWc…
https://www.youtube.com/feeds/videos.xml?channel_id=UC2O6HDtMOZf9FkUAepz9Atg #…
https://www.youtube.com/feeds/videos.xml?channel_id=UCdQ3VoDGjjl3NsfB3V0mPng #…
https://www.youtube.com/feeds/videos.xml?channel_id=UCpNBjjE8y8eFPhDU4YzYmKA #…
+https://www.youtube.com/feeds/videos.xml?channel_id=UCGKQFbHWBL9SqYXH41ZMTkw #…
https://www.youtube.com/feeds/videos.xml?channel_id=UCHugE6eRhqB9_AZQh4DDbIw #…
https://www.youtube.com/feeds/videos.xml?channel_id=UC5UAwBUum7CPN5buc-_N1Fw #…
https://www.youtube.com/feeds/videos.xml?channel_id=UCf-5nkCm0Mldj5xwq8wca_g #…
@@ -96,3 +96,4 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UC3Vuq4Q1…
https://www.youtube.com/feeds/videos.xml?channel_id=UC67TJP9i84zbCi2h1aaSO6Q #…
https://www.youtube.com/feeds/videos.xml?channel_id=UChY9Cgv-iyPDvf1Bkyx20OQ #…
https://www.youtube.com/feeds/videos.xml?channel_id=UC0ODgv3ciGtjIWuOF6CLM5g #…
+https://www.youtube.com/feeds/videos.xml?channel_id=UCfpCQ89W9wjkHc8J_6eTbBg #…
diff --git a/suckless/dwm/config.h b/suckless/dwm/config.h
@@ -63,7 +63,7 @@ static const Layout layouts[] = {
static char dmenumon[2] = "0";
static const char *dmenucmd[] = { "dmenu_run", NULL };
static const char *termcmd[] = { "alacritty", NULL };
-static const char *webcmd[] = { "firefox", NULL };
+static const char *webcmd[] = { "librewolf", NULL };
static const char *ytcmd[] = { "ytfzf", "-D", NULL };
static const char *gamecmd[] = { "/home/jay/bin/game_select.sh", NULL };
static const char *volup[] = { "pamixer", "-i", "5", NULL };
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.