Bläddra i källkod

fixed xresources, added youtube-stream

master
mort 9 år sedan
förälder
incheckning
48c2e36a5b
3 ändrade filer med 25 tillägg och 11 borttagningar
  1. 7
    0
      bin/youtube-stream
  2. 9
    11
      dotfiles/Xresources
  3. 9
    0
      setup.sh

+ 7
- 0
bin/youtube-stream Visa fil

@@ -0,0 +1,7 @@
#!/bin/sh
dir="$(mktemp -d)"
cd "$dir"
youtube-dl "$1"
airstream * -o "$2"
cd ..
rm -r "$dir"

dotfiles/Xserousrces → dotfiles/Xresources Visa fil

@@ -1,11 +1,9 @@
URxvt.termName: xterm-256color
URxvt.termName: xterm-256color
URxvt.scrollBar: off
!URxvt.font: xft:Neep Alt:size=8
!URxct.boldFont: xft:Neep Alt:size=8
URxvt*font: neep-alt-iso8859-1-10
URxvt*boldFont: neep-alt-iso8859-1-bold-10
URxvt*letterSpace: 0
URxvt.internalBorder: 1
URxvt.font: xft:Monospace:size=10
URxct.boldFont: xft:Monospace:size=10
URxvt*letterSpace: 0xft:
URxvt.internalBorder: 1xft:
URxvt*selectToClipboard: true
URxvt*saveLines: 10000

@@ -19,8 +17,8 @@ URxvt.tabbed.tab-bg: 0
URxvt.tabbed.new-button: no
URxvt.tabbed.title: no

*background: #151515
*foreground: #888888
*background: #000000
*foreground: #EEEEEE
! black
*color0: #1C1C1C
*color8: #404040
@@ -43,5 +41,5 @@ URxvt.tabbed.title: no
*color6: #668799
*color14: #8FBFDC
! white
*color7: #888888
*color15: #E8E8D3
*color7: #EEEEEE
*color15: #FFFFFF

+ 9
- 0
setup.sh Visa fil

@@ -49,4 +49,13 @@ done
cd ..
echo "Done."

echo "Compiling from source..."
mkdir tmp
cd tmp
for f in ../src/*; do
fname=`basename "$f" .install`
if [ ! -f "~/bin/$fname" ]; then
sh "../src/$($fnmae).install"
fi
done
echo "Everything set up!"

Laddar…
Avbryt
Spara