From 94e38841d0a4deb4249fde864bcaa35094146816 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Mon, 6 Jul 2020 18:16:29 -0300 Subject: [PATCH] a --- dotfiles/fish.fish | 3 +++ dotfiles/kitty.conf | 2 ++ dotfiles/mpd.conf | 4 ++-- dotfiles/waybar/config | 2 ++ 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/dotfiles/fish.fish b/dotfiles/fish.fish index 03ac112..ba8f53d 100644 --- a/dotfiles/fish.fish +++ b/dotfiles/fish.fish @@ -37,6 +37,9 @@ set -x PAGER less abbr v nvim abbr rv sudo nvim +command -qs trash && + alias rm trash + command -qs exa && alias ls exa diff --git a/dotfiles/kitty.conf b/dotfiles/kitty.conf index add6322..0390307 100644 --- a/dotfiles/kitty.conf +++ b/dotfiles/kitty.conf @@ -45,4 +45,6 @@ scrollback_pager nvim -c "set ft=man noreadonly modifiable" - map control+shift+0 change_font_size all 0 +enable_audio_bell no + update_check_interval 0 diff --git a/dotfiles/mpd.conf b/dotfiles/mpd.conf index 3a536f8..50cb861 100644 --- a/dotfiles/mpd.conf +++ b/dotfiles/mpd.conf @@ -1,7 +1,7 @@ # # Files and directories ####################################################### # -music_directory "~/Música" +music_directory "~/Musica" playlist_directory "~/.config/mpd/playlists" db_file "~/.config/mpd/database" log_file "syslog" @@ -29,7 +29,7 @@ input { audio_output { type "pulse" name "My Pulse Output" - mixer_type "hardware" + mixer_type "hardware" } audio_output { type "fifo" diff --git a/dotfiles/waybar/config b/dotfiles/waybar/config index dbe181a..526ad05 100644 --- a/dotfiles/waybar/config +++ b/dotfiles/waybar/config @@ -146,11 +146,13 @@ "custom/torrentD":{ "format":" {} ", "exec":"transmission-remote -l | tail -n+2 | grep Down | wc -l | sed 's/^0$//'", + "exec-if":"pgrep transmission", "interval":180 }, "custom/torrentS":{ "format":" {} ", "exec":"transmission-remote -l | grep Seeding| wc -l | sed 's/^0$//'", + "exec-if":"pgrep transmission", "interval":180 }