add a menu bar; and also a favicon because there's now a logo
This commit is contained in:
parent
879d17d904
commit
3380498441
14 changed files with 122 additions and 7 deletions
7
scripts/mkicon.fish
Executable file
7
scripts/mkicon.fish
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
set filename $argv[1]
|
||||
set icon_name (basename $filename .svg)
|
||||
set icon_base64 (svgcleaner --stdout $filename 2>/dev/null | base64 -w0)
|
||||
|
||||
printf "--icon-%s: url('data:image/svg+xml;base64,%s');" "$icon_name" "$icon_base64"
|
Loading…
Add table
Add a link
Reference in a new issue