previews added, also offlineimaps daemon
This commit is contained in:
parent
2ae41c2da2
commit
d1be8e0cf0
9 changed files with 28 additions and 1 deletions
2
larbs.sh
2
larbs.sh
|
@ -110,7 +110,7 @@ sleep .5
|
|||
|
||||
blue Now installing main programs...
|
||||
|
||||
pacman --noconfirm --needed -S base-devel xorg-xinit xorg-server rxvt-unicode feh ffmpeg pulseaudio pulseaudio-alsa arandr pavucontrol pamixer mpv wget rofi vim w3m ranger mediainfo poppler highlight tmux calcurse htop newsbeuter mpd mpc ncmpcpp network-manager-applet networkmanager imagemagick atool libcaca compton transset-df markdown mupdf evince rsync git youtube-dl youtube-viewer cups scrot unzip unrar ntfs-3g offlineimap msmtp notmuch notmuch-mutt dosfstools fzf r pandoc || (red Error installing basic packages. Check your internet connection and pacman keyring.)
|
||||
pacman --noconfirm --needed -S base-devel xorg-xinit xorg-server rxvt-unicode feh ffmpeg pulseaudio pulseaudio-alsa arandr pavucontrol pamixer mpv wget rofi vim w3m ranger mediainfo poppler highlight tmux calcurse htop newsbeuter mpd mpc ncmpcpp network-manager-applet networkmanager imagemagick atool libcaca compton transset-df markdown mupdf evince rsync git youtube-dl youtube-viewer cups scrot unzip unrar ntfs-3g offlineimap msmtp notmuch notmuch-mutt dosfstools fzf r pandoc python-dbus python-gobject || (red Error installing basic packages. Check your internet connection and pacman keyring.)
|
||||
|
||||
cat << "EOF"
|
||||
_____________________________
|
||||
|
|
23
previews.html
Normal file
23
previews.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<link rel='stylesheet' type='text/css' href='style.css'>
|
||||
<link rel="icon" type="image/png" href="pix/faveicon.ico">
|
||||
<title>LARBS Previews</title>
|
||||
</head>
|
||||
<h1>Previews of LARBS</h1>
|
||||
|
||||
<p>Here are a couple of screenshots of what LARBS can look like. It's easily customizable, so these all holistically should give you an idea.</p>
|
||||
|
||||
<a href="previews/bow.png"><img src="previews/bow.png.jpg"></a>
|
||||
|
||||
<a href="previews/larbs.png"><img src="previews/larbs.png"></a>
|
||||
|
||||
<a href="previews/varg.png.jpg"><img src="previews/varg.png"></a>
|
||||
|
||||
|
||||
|
||||
|
||||
</html>
|
BIN
previews/bow.png
Normal file
BIN
previews/bow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 600 KiB |
BIN
previews/bow.png.jpg
Normal file
BIN
previews/bow.png.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 194 KiB |
BIN
previews/larbs.png
Normal file
BIN
previews/larbs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 89 KiB |
BIN
previews/larbs.png.jpg
Normal file
BIN
previews/larbs.png.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 348 KiB |
BIN
previews/varg.png
Normal file
BIN
previews/varg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 610 KiB |
BIN
previews/varg.png.jpg
Normal file
BIN
previews/varg.png.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 420 KiB |
|
@ -2,6 +2,10 @@ html{padding-bottom: 450px;}
|
|||
body{margin:40px auto;max-width:650px;line-height:1.6;font-size:18px;color:#333;padding:0
|
||||
10px}
|
||||
|
||||
body img {
|
||||
width: 650px;
|
||||
}
|
||||
|
||||
caption {
|
||||
font-size: small;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue