diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-02-20 03:26:19 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-02-20 03:26:19 +0900 |
| commit | 5ed1dca4b73fa9ebfa3f0b03e0ee5ccc2de82e73 (patch) | |
| tree | b70abddb43105ad8e89d3b37402eb704d7156fd4 /ar | |
| parent | 3596b24f3e86d0db1ae9813062a33a4c0c235973 (diff) | |
modified ncmpcpp/config, modified shell/aliasrc, modified Music/.music.txt
Diffstat (limited to 'ar')
| -rw-r--r-- | ar/.config/ncmpcpp/config | 4 | ||||
| -rw-r--r-- | ar/.config/shell/aliasrc | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ar/.config/ncmpcpp/config b/ar/.config/ncmpcpp/config index 3414c89..6cea647 100644 --- a/ar/.config/ncmpcpp/config +++ b/ar/.config/ncmpcpp/config @@ -335,7 +335,7 @@ song_columns_list_format = (20)[cyan]{a} (40)[yellow]{t} (30)[blue]{b} (10)[mage ## Note: Custom command that will be executed each time song changes. Useful for ## notifications etc. ## -execute_on_song_change="pkill -RTMIN+11 dwmblocks" +execute_on_song_change="pkill -RTMIN+2 dwmblocks" # ## ## Note: Custom command that will be executed each time player state @@ -343,7 +343,7 @@ execute_on_song_change="pkill -RTMIN+11 dwmblocks" ## state (either unknown, play, pause, or stop) for its duration. ## # -execute_on_player_state_change="pkill -RTMIN+11 dwmblocks" +execute_on_player_state_change="pkill -RTMIN+2 dwmblocks" # #playlist_show_mpd_host = no # diff --git a/ar/.config/shell/aliasrc b/ar/.config/shell/aliasrc index 3b2b693..524777c 100644 --- a/ar/.config/shell/aliasrc +++ b/ar/.config/shell/aliasrc @@ -272,6 +272,9 @@ ialias mv='mv -iv' # mysql alias msr='mysql -u si -p' +# ncmpcpp +alias mu='ncmpcpp' + # network alias wi='sudo wifi-menu' alias p1='ping 1.1.1.1' @@ -489,6 +492,7 @@ alias za='zathura' alias sps="source ${XDG_CONFIG_HOME:-${HOME}/.config}/shell/profile" alias szs="source ${XDG_CONFIG_HOME:-${HOME}/.config}/zsh/.zshrc" +# personal alias ylogh='ylog -s hidden -c us | grep $(LC_TIME=C date +%d/%b) | grep -E "[0-9]{2}:[0-9]{2}:[0-9]{2} "' alias ylogH='ylog -s hidden -c us | grep $(LC_TIME=C date -d "1 days ago" +%d/%b) | grep -E "[0-9]{2}:[0-9]{2}:[0-9]{2} "' alias ylogp='ylog -s peertube | grep $(LC_TIME=C date +%d/%b) | grep -E "[0-9]{2}:[0-9]{2}:[0-9]{2} "' |
