mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 09:33:19 -09:00
tinker
This commit is contained in:
parent
fa19995fd3
commit
611785d2b8
1
.bashrc
1
.bashrc
@ -165,3 +165,4 @@ wal -i ~/Pictures/Wallpapers/bg.jpg -q
|
||||
pfetch
|
||||
|
||||
|
||||
. "$HOME/.cargo/env"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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/'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user