diff --git a/confs/beets.yaml b/confs/beets.yaml index a552c69..e677355 100644 --- a/confs/beets.yaml +++ b/confs/beets.yaml @@ -1,5 +1,5 @@ -directory: /mnt/music -library: /mnt/music/library.blb +directory: /mnt/diskstation1/music +library: /mnt/diskstation1/music/library.blb import: copy: no diff --git a/kitty/fonts.conf b/kitty/fonts.conf index f8d941f..9f5827b 100644 --- a/kitty/fonts.conf +++ b/kitty/fonts.conf @@ -6,10 +6,11 @@ #: individual font faces and even specify special fonts for particular #: characters. -font_family monospace -bold_font auto -italic_font auto -bold_italic_font auto +#:font_family monospace +font_family Hack Nerd Font Mono +bold_font Hack Bold Nerd Font Complete +italic_font Hack Italic Nerd Font Complete +bold_italic_font Hack Bold Italic Nerd Font Complete #: You can specify different fonts for the bold/italic/bold-italic #: variants. To get a full list of supported fonts use the `kitty diff --git a/ncmpcpp/config b/ncmpcpp/config index 66d70e5..5cc57dc 100644 --- a/ncmpcpp/config +++ b/ncmpcpp/config @@ -216,10 +216,10 @@ song_library_format "{%n > }{%t}|{%f}" #alternative_header_second_line_format = {{$4$b%a$/b$9}{ - $7%b$9}{ ($4%y$9)}}|{%D} # #now_playing_prefix = $b -now_playing_prefix = " $2♫$9" +now_playing_prefix = " $2♫$9$2" # #now_playing_suffix = $/b -#now_playing_suffix = " $2♫$9 " +now_playing_suffix = "$9" # #browser_playlist_prefix = "$2playlist$9 " browser_playlist_prefix = "$2playlist »$9 " @@ -292,7 +292,7 @@ song_columns_list_format = (4)[]{: } (20)[]{a:Artiste} (6f)[white]{nE:Piste} (50 ## Note: Custom command that will be executed each ## time song changes. Useful for notifications etc. ## -#execute_on_song_change = "~/.ncmpcpp/art.sh" +execute_on_song_change = "~/.ncmpcpp/scripts/osd.sh" # #playlist_show_mpd_host = no # @@ -330,9 +330,7 @@ browser_display_mode = classic ## Note: You can specify third character which will ## be used to build 'empty' part of progressbar. ## -#progressbar_look = => -# -#progressbar_boldness = yes +progressbar_look = -> # ## Available values: database, playlist. ## @@ -524,7 +522,7 @@ current_item_prefix = "$(white)$r" current_item_suffix = "$/r$(end)" #main_window_highlight_color = white # -#progressbar_color = black +progressbar_color = black # progressbar_elapsed_color = red # diff --git a/vim/vim/pack/kite/start/vim-plugin/VERSION b/vim/vim/pack/kite/start/vim-plugin/VERSION index 9f1a864..4bf1778 100644 --- a/vim/vim/pack/kite/start/vim-plugin/VERSION +++ b/vim/vim/pack/kite/start/vim-plugin/VERSION @@ -1 +1 @@ -1.0.57 +1.0.60 diff --git a/vim/vim/pack/kite/start/vim-plugin/lib/linux/kite-http b/vim/vim/pack/kite/start/vim-plugin/lib/linux/kite-http old mode 100755 new mode 100644 diff --git a/vim/vim/pack/kite/start/vim-plugin/lib/macos/kite-http b/vim/vim/pack/kite/start/vim-plugin/lib/macos/kite-http old mode 100755 new mode 100644 diff --git a/vim/vim/pack/kite/start/vim-plugin/lib/windows/kite-http.exe b/vim/vim/pack/kite/start/vim-plugin/lib/windows/kite-http.exe old mode 100755 new mode 100644 diff --git a/vim/vim/pack/kite/start/vim-plugin/lib/windows/md5Sum.exe b/vim/vim/pack/kite/start/vim-plugin/lib/windows/md5Sum.exe old mode 100755 new mode 100644 diff --git a/x/Xresources b/x/Xresources index 699e4c2..badb0e6 100644 --- a/x/Xresources +++ b/x/Xresources @@ -56,7 +56,7 @@ ssh-askpass.Indicator.maximumCount: 24 URxvt.perl-lib: /home/jeff/.urxvt URxvt*termName: rxvt-color URxvt*font: xft:Hack Regular Nerd Font Complete Mono:pixelsize=11:style=regular -!URxvt.letterSpace: -1 +URxvt.letterSpace: -1 URxvt.depth: 32 URxvt.background: rgba:0000/0000/0200/d800 URxvt*scrollBar: False