diff --git a/.bashrc b/.bashrc index ad6e74e..717edeb 100644 --- a/.bashrc +++ b/.bashrc @@ -165,3 +165,4 @@ wal -i ~/Pictures/Wallpapers/bg.jpg -q pfetch +. "$HOME/.cargo/env" diff --git a/.config/i3blocks/config b/.config/i3blocks/config index 0438d1a..42c903b 100644 --- a/.config/i3blocks/config +++ b/.config/i3blocks/config @@ -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 diff --git a/.config/tmux/.tmux.conf b/.config/tmux/.tmux.conf index 822263b..5138f6d 100644 --- a/.config/tmux/.tmux.conf +++ b/.config/tmux/.tmux.conf @@ -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 diff --git a/.scripts/blocks/media b/.scripts/blocks/media index 3ea02f9..6d890ff 100755 --- a/.scripts/blocks/media +++ b/.scripts/blocks/media @@ -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/'