dotfiles

My configuration files.
Log | Files | Refs | README

commit db2613b01738a65b4f6571142fa0af96227b14b9
parent 6dcb0bf1e77c25f9d80474468ebea6b33ab26bee
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Sat,  1 Jan 2022 18:17:29 +0100

Change favicon

Diffstat:
Mbin/.local/bin/bm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/.local/bin/bm b/bin/.local/bin/bm @@ -95,7 +95,7 @@ html () { echo '<!DOCTYPE html>' echo '<meta charset="utf-8">' echo '<link rel=stylesheet href=style.css>' - echo '<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌍</text></svg>">' + echo '<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🔖</text></svg>">' echo '<title>Bookmarks</title>' echo "<h1>Bookmarks</h1>" to_html favorite