Update fonts and add spotify config
This commit is contained in:
@@ -6,6 +6,9 @@
|
|||||||
<prefer>
|
<prefer>
|
||||||
<family>Droid Serif</family>
|
<family>Droid Serif</family>
|
||||||
<family>Joy Pixels</family>
|
<family>Joy Pixels</family>
|
||||||
|
<family>Font Awesome 5 Free Solid</family>
|
||||||
|
<family>Font Awesome 5 Free Regular</family>
|
||||||
|
<family>Font Awesome 5 Brands Regular</family>
|
||||||
<family>Noto Color Emoji</family>
|
<family>Noto Color Emoji</family>
|
||||||
</prefer>
|
</prefer>
|
||||||
</alias>
|
</alias>
|
||||||
@@ -14,6 +17,9 @@
|
|||||||
<prefer>
|
<prefer>
|
||||||
<family>Droid Sans</family>
|
<family>Droid Sans</family>
|
||||||
<family>Joy Pixels</family>
|
<family>Joy Pixels</family>
|
||||||
|
<family>Font Awesome 5 Free Solid</family>
|
||||||
|
<family>Font Awesome 5 Free Regular</family>
|
||||||
|
<family>Font Awesome 5 Brands Regular</family>
|
||||||
<family>Noto Color Emoji</family>
|
<family>Noto Color Emoji</family>
|
||||||
</prefer>
|
</prefer>
|
||||||
</alias>
|
</alias>
|
||||||
@@ -22,6 +28,9 @@
|
|||||||
<prefer>
|
<prefer>
|
||||||
<family>Droid Sans</family>
|
<family>Droid Sans</family>
|
||||||
<family>Joy Pixels</family>
|
<family>Joy Pixels</family>
|
||||||
|
<family>Font Awesome 5 Free Solid</family>
|
||||||
|
<family>Font Awesome 5 Free Regular</family>
|
||||||
|
<family>Font Awesome 5 Brands Regular</family>
|
||||||
<family>Noto Color Emoji</family>
|
<family>Noto Color Emoji</family>
|
||||||
</prefer>
|
</prefer>
|
||||||
</alias>
|
</alias>
|
||||||
|
|||||||
@@ -32,12 +32,12 @@ behavior:
|
|||||||
# Determines the text icon to display next to "liked" Spotify items, such as
|
# Determines the text icon to display next to "liked" Spotify items, such as
|
||||||
# liked songs and albums, or followed artists. Can be any length string.
|
# liked songs and albums, or followed artists. Can be any length string.
|
||||||
# These icons require a patched nerd font.
|
# These icons require a patched nerd font.
|
||||||
liked_icon: ♥
|
liked_icon:
|
||||||
shuffle_icon: 🔀
|
shuffle_icon:
|
||||||
repeat_track_icon: 🔂
|
repeat_track_icon:
|
||||||
repeat_context_icon: 🔁
|
repeat_context_icon:
|
||||||
playing_icon: ▶
|
playing_icon:
|
||||||
paused_icon: ⏸
|
paused_icon:
|
||||||
|
|
||||||
keybindings:
|
keybindings:
|
||||||
# Key stroke can be used if it only uses two keys:
|
# Key stroke can be used if it only uses two keys:
|
||||||
|
|||||||
@@ -25,3 +25,7 @@ read -s -k $'?Press enter when you have synced Nextcloud... \n'
|
|||||||
echo "" | xclip -selection clipboard -i
|
echo "" | xclip -selection clipboard -i
|
||||||
|
|
||||||
dwmc toggleview 0
|
dwmc toggleview 0
|
||||||
|
|
||||||
|
ln -s "$HOME/Tower/Pictures/Wallpapers/Dual 4K" "$HOME/.local/share/wallpapers"
|
||||||
|
ln -s "$HOME/Tower/Resources/Fonts" "$HOME/.local/share/fonts"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user