This commit is contained in:
Adam Jeniski 2022-06-23 22:27:38 -04:00
parent fa19995fd3
commit 611785d2b8
4 changed files with 8 additions and 2 deletions

View File

@ -165,3 +165,4 @@ wal -i ~/Pictures/Wallpapers/bg.jpg -q
pfetch
. "$HOME/.cargo/env"

View File

@ -14,7 +14,7 @@ color=#D5A3F7
interval=1
[weather]
command=curl -Ss 'https://wttr.in/?M&format=1'
command=curl -Ss 'https://wttr.in/?format=%25c%25t%20(%25f)&M'
color=#A4C2F4
interval=900

View File

@ -19,6 +19,8 @@ bind -n M-j select-pane -D
bind -n M-k select-pane -U
bind -n M-l select-pane -R
set -s escape-time 0
#add vim binds with prefix
bind h select-pane -L
bind j select-pane -D

View File

@ -1,5 +1,8 @@
#!/bin/bash
pactl list | grep -e media.name | grep -v -e recStream -e playStream | tail -n 1 | \
pactl list | \
grep -e media.name | \
grep -v -e recStream -e playStream -e Playback | \
tail -n 1 | \
sed -r 's/.*"(.*)".*/\1/'