updated waybar font

This commit is contained in:
Alexey 2025-06-24 09:57:07 +03:00
commit 89d7b6f48b
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
music_directory "/mnt/share/Music"
music_directory "~/Music"
db_file "~/.config/mpd/database"
state_file "~/.config/mpd/statefile"
playlist_directory "~/.config/mpd/playlists"

View file

@ -1,6 +1,6 @@
* {
/* `otf-font-awesome` is required to be installed for icons */
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-family: FontAwesome, SourceCodePro;
font-size: 13px;
}