fix nerd symbols

master 0.9.66
Daniel Napora 2024-01-14 22:05:04 +01:00
parent 0a09781aa3
commit d49ea58107
2 changed files with 10 additions and 2 deletions

View File

@ -4,9 +4,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/w3.css">
<style>
@font-face{
font-family: "Symbols";
src: url("/usr/share/fonts/TTF/Symbols-2048-em Nerd Font Complete Mono.ttf") format("truetype");
}
body{
background-color:#222222;
color: #999999;
font-family: 'Symbols', sans-serif;
}
div.fixed {
position: fixed;
@ -542,7 +547,6 @@ You can add <strong>your own commands</strong> to each Conky, which will be show
<a class="w3-button w3-bar-item w3-small w3-grey w3-hover-amber w3-right" href="run://colorizer-cava -s">󰺢 Colorizer Cava</a>
</div>
</div>
<p><i>These Colorizer modules are optional - that is, they only appear in the Colorizer root menu when the corresponding programs are running.</i></p>
<h3>Cava - Audio Visualizer</h3>
<p>You can turn on audio visualization while listening to music. Click below, to try different options (numbers means height in pixels)</p>
<p>Full screen width: <a class="w3-tag w3-amber" href="run://mb-music cavastart 200 full">200</a> <a class="w3-tag w3-amber" href="run://mb-music cavastart 100 full">100</a> <a class="w3-tag w3-amber" href="run://mb-music cavastart 50 full">50</a> or half screen width: <a class="w3-tag w3-amber" href="run://mb-music cavastart 200 half">200</a> <a class="w3-tag w3-amber" href="run://mb-music cavastart 100 half">100</a> <a class="w3-tag w3-amber" href="run://mb-music cavastart 50 half">50</a></p>

View File

@ -4,9 +4,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/w3.css">
<style>
@font-face{
font-family: "Symbols";
src: url("/usr/share/fonts/TTF/Symbols-2048-em Nerd Font Complete Mono.ttf") format("truetype");
}
body{
background-color:#222222;
color: #999999;
font-family: 'Symbols', sans-serif;
}
div.fixed {
position: fixed;
@ -554,7 +559,6 @@ Do każdego Conky możesz dodać <strong>własne polecenia</strong>, które zost
<a class="w3-button w3-bar-item w3-small w3-grey w3-hover-amber w3-right" href="run://colorizer-cava -s">󰺢 Colorizer Cava</a>
</div>
</div>
<p><i>Te moduły Colorizera są opcjonalne - to znaczy pojawiają się w menu głównym Colorizera tylko wtedy, gdy uruchomione są odpowiednie programy.</i></p>
<h3>Cava - wizualizacja dźwięku</h3>
<p>Możesz włączyć wizualizację audio podczas słuchania muzyki. Kliknij poniżej, aby wypróbować różne opcje (liczby oznaczają wysokość w pikselach)</p>
<p>Pełna szerokość: <a class="w3-tag w3-amber" href="run://mb-music cavastart 200 full">200</a> <a class="w3-tag w3-amber" href="run://mb-music cavastart 100 full">100</a> <a class="w3-tag w3-amber" href="run://mb-music cavastart 50 full">50</a> lub połowa szerokości ekranu: <a class="w3-tag w3-amber" href="run://mb-music cavastart 200 half">200</a> <a class="w3-tag w3-amber" href="run://mb-music cavastart 100 half">100</a> <a class="w3-tag w3-amber" href="run://mb-music cavastart 50 half">50</a></p>