Compare commits
2 Commits
81edcfd66b
...
32d869d7e0
Author | SHA1 | Date |
---|---|---|
coolneng | 32d869d7e0 | |
coolneng | 7c79d67381 |
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
directory=/tmp/webtorrent
|
directory=/tmp/webtorrent
|
||||||
player=mpv
|
player=mpv
|
||||||
data_file=$HOME/Documents/IT/peerflix-db.csv
|
data_file=$HOME/Documents/Misc/peerflix-db.csv
|
||||||
|
|
||||||
parse_csv() {
|
parse_csv() {
|
||||||
show_name=$(echo "$1" | cut -d "=" -f 3 | awk -F "S[0-9]|[S|s]eason|[C|c]omplete" '{print $1}' | tr -d "[:digit:]%" | tr +. " " | sed -e 's/[[:space:]]*$//')
|
show_name=$(echo "$1" | cut -d "=" -f 3 | awk -F "S[0-9]|[S|s]eason|[C|c]omplete" '{print $1}' | tr -d "[:digit:]%" | tr +. " " | sed -e 's/[[:space:]]*$//')
|
||||||
|
|
|
@ -61,7 +61,7 @@ output * bg ~/Photos/Wallpapers/The_parallel_microscopic_Universe_II.jpg fill
|
||||||
# Keyboard layout
|
# Keyboard layout
|
||||||
input type:keyboard {
|
input type:keyboard {
|
||||||
xkb_layout us
|
xkb_layout us
|
||||||
xkb_variant intl
|
xkb_variant altgr-intl
|
||||||
xkb_options eurosign:e
|
xkb_options eurosign:e
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue