diff options
-rw-r--r-- | .config/env | 5 | ||||
-rw-r--r-- | .config/go2work/go2work.toml | 3 | ||||
-rw-r--r-- | .config/pipe-viewer/pipe-viewer.conf | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/.config/env b/.config/env index 1071545..0a4cab8 100644 --- a/.config/env +++ b/.config/env @@ -74,16 +74,17 @@ export CCACHE_DIR='/var/cache/ccache-jozan' export CCACHE_LOGFILE='/var/log/ccache.log' # Apps config +export BAT_THEME="gruvbox-dark" export FZF_DEFAULT_COMMAND="ag -g '' -i --hidden --nocolor --ignore .git --ignore dotfiles-bsd --ignore .ccls-cache --ignore GIMP --ignore iridium --ignore google-chrome --ignore chromium --ignore elpa --ignore Gpredict --ignore .cache" # export FZF_DEFAULT_COMMAND='rg --color never --files --hidden' export FZF_DEFAULT_OPTS='--height 60% --layout=reverse --border=left --tabstop=4' export LESS="-R -c -S" export LESSHISTFILE='-' export MANPAGER="less -R -M +Gg" -export MPD_HOST="$HOME"/.local/share/mpd/socket +export MPD_HOST="$XDG_DATA_HOME"/mpd/socket export RUSTFLAGS="-L /usr/local/lib" export WWW_HOME="https://start.duckduckgo.com/" -export BAT_THEME="gruvbox-dark" +YTFZF_HIST='0' # PATH export PATH="$HOME"/.local/bin:"$GOBIN":"$XDG_PACKAGE_HOME"/fzf-zsh-plugin/bin:"$XDG_DATA_HOME"/cargo/bin:"$PATH":/usr/local/llvm13/bin:/usr/local/llvm12/bin diff --git a/.config/go2work/go2work.toml b/.config/go2work/go2work.toml index c73d7ce..780774a 100644 --- a/.config/go2work/go2work.toml +++ b/.config/go2work/go2work.toml @@ -2,7 +2,8 @@ # only the first one is being played unless the 'random' option # is set to 'true' files = [ - '/usr/home/jozan/mu/ost/mick_gordon/2020_doom_eternal_original_game_soundtrack/05_bfg_division_2020.flac' + 'dl/Songs Of Anarchy/2011 Songs of Anarchy:Music From Sons of Anarchy Seasons 1-4 (US, 88691 91432 2)/09 Paul Brady & The Forest Rangers - Gimme Shelter.flac', +# '/usr/home/jozan/mu/ost/mick_gordon/2020_doom_eternal_original_game_soundtrack/02_cultist_base.flac', # '/usr/home/jozan/mu/progressive/progressive_black_metal/deathspell_omega/2010_paracletus/02_wings_of_predation.flac', # '/usr/home/jozan/mu/metal/technical_death_metal/gojira/2016_magma/04_stranded.flac', # '/usr/home/jozan/mu/metal/technical_death_metal/gojira/2005_form_mars_to_sirius/02_backbone.flac', diff --git a/.config/pipe-viewer/pipe-viewer.conf b/.config/pipe-viewer/pipe-viewer.conf index cab82ed..faaf205 100644 --- a/.config/pipe-viewer/pipe-viewer.conf +++ b/.config/pipe-viewer/pipe-viewer.conf @@ -79,7 +79,6 @@ our $CONFIG = { region => undef, remove_played_file => 0, resolution => "best", - saved_channels_file => "$ENV{HOME}/.config/pipe-viewer/users.txt", show_video_info => 1, skip_if_exists => 1, skip_watched => 0, @@ -117,8 +116,9 @@ our $CONFIG = { videoDuration => undef, videoLicense => undef, watch_history => 0, - watch_history_file => "$ENV{HOME}/.config/pipe-viewer/watched.txt", + watched_file => "$ENV{HOME}/.config/pipe-viewer/watched.txt", wget_cmd => "wget", + youtube_users_file => "$ENV{HOME}/.config/pipe-viewer/users.txt", youtube_video_url => "https://www.youtube.com/watch?v=%s", ytdl => 1, ytdl_cmd => "/usr/local/bin/yt-dlp", |