Skip to content

Commit 2943d60

Browse files
authored
fonts: switch to cryptofont (#66)
1 parent d2b401b commit 2943d60

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[submodule ".submodules/cryptocoins"]
2-
path = .submodules/cryptocoins
3-
url = https://github.com/chadsr/cryptocoins.git
1+
[submodule ".submodules/cryptofont"]
2+
path = .submodules/cryptofont
3+
url = https://github.com/Cryptofonts/cryptofont.git
44
branch = master

.submodules/cryptocoins

Lines changed: 0 additions & 1 deletion
This file was deleted.

.submodules/cryptofont

Submodule cryptofont added at 01ebf56

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pip install --user --requirement <(poetry export --without=dev --format requirem
2929
```shell
3030
# Use ~/.local/share/fonts/TTF (user scope, recommended) or /usr/share/fonts/TTF (system scope)
3131
mkdir -p ~/.local/share/fonts/TTF
32-
ln -s ./.submodules/cryptocoins/webfont/cryptocoins.ttf ~/.local/share/fonts/TTF
32+
ln -s ./.submodules/cryptofont/fonts/cryptofont.ttf ~/.local/share/fonts/TTF
3333

3434
# Rebuild font cache
3535
fc-cache -f
@@ -55,7 +55,7 @@ fc-cache -f
5555

5656
```css
5757
#custom-crypto {
58-
font-family: cryptocoins, monospace;
58+
font-family: cryptofont, monospace;
5959
}
6060
```
6161

config.ini.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ display = price,change24h
88
api_key = your_coinmarketcap_api_key
99

1010
[btc]
11-
icon =
11+
icon =
1212
price_precision = 2
1313
change_precision = 2
1414
volume_precision = 2
1515

1616
[eth]
17-
icon =
17+
icon =
1818
price_precision = 2
1919
change_precision = 2
2020
volume_precision = 2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "waybar-crypto"
3-
version = "v1.1.2"
3+
version = "v1.2.1"
44
description = "A Waybar module for displaying cryptocurrency market information from CoinMarketCap."
55
authors = ["Ross <git@ross.ch>"]
66
license = "MIT"

0 commit comments

Comments
 (0)