Skip to content

Commit

Permalink
Add prev/next/more icons
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Jan 9, 2020
1 parent cdbd811 commit bcc73eb
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 4 deletions.
Binary file added assets/go-more.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/go-next.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/go-previous.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion decks/emoticons.deck
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
[keys.widget]
id = "button"
[keys.widget.config]
icon = "assets/go-previous.png"
icon = "assets/go-more.png"
label = "More"
[keys.action]
deck = "decks/emoticons_more.deck"
Expand Down
2 changes: 1 addition & 1 deletion decks/emoticons_more.deck
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
[keys.widget]
id = "button"
[keys.widget.config]
icon = "assets/go-previous.png"
icon = "assets/go-more.png"
label = "More"
[keys.action]
deck = "decks/hand_signs.deck"
Expand Down
2 changes: 1 addition & 1 deletion decks/hand_signs.deck
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
[keys.widget]
id = "button"
[keys.widget.config]
icon = "assets/go-previous.png"
icon = "assets/go-more.png"
label = "More"
[keys.action]
deck = "decks/symbols.deck"
Expand Down
20 changes: 19 additions & 1 deletion decks/symbols.deck
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,30 @@
[keys.action]
paste = "❤️"

[[keys]]
index = 7
[keys.widget]
id = "button"
[keys.widget.config]
icon = "assets/emoticons/heart-with-arrow.png"
[keys.action]
paste = "💘"

[[keys]]
index = 8
[keys.widget]
id = "button"
[keys.widget.config]
icon = "assets/emoticons/eyes.png"
[keys.action]
paste = "👀"

[[keys]]
index = 13
[keys.widget]
id = "button"
[keys.widget.config]
icon = "assets/go-previous.png"
icon = "assets/go-more.png"
label = "More"
[keys.action]
deck = "decks/emoticons.deck"
Expand Down

0 comments on commit bcc73eb

Please sign in to comment.