Skip to content

Commit fb7297f

Browse files
authored
Merge pull request #24 from xshin404/dev
myTermux.v-0.6.1
2 parents 2fdba2c + 7d310f3 commit fb7297f

File tree

17 files changed

+672
-491
lines changed

17 files changed

+672
-491
lines changed

.aliases

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
#Awesomeshot
2-
alias shot="awesomeshot -d --border-light"
3-
alias awesomeconf="nvim ~/.local/bin/awesomeshot"
4-
alias awesomeshot-borderlight="awesomeshot -d --border-light"
5-
alias awesomeshot-borderdark="awesomeshot -d --border-dark"
6-
alias awesomeshot-auto-borderlight="awesomeshot -a --border-light"
7-
alias awesomeshot-auto-borderdark="awesomeshot -a --border-dark"
8-
alias awesomeshot-auto-borderlight-footerdark="awesomeshot -af --border-light --footer-dark"
9-
alias awesomeshot-auto-borderdark-footerlight="awesomeshot -af --border-dark --footer-light"
10-
alias awesomeshot-manual-borderlight="awesomeshot -m --border-light $1"
11-
alias awesomeshot-manual-borderdark="awesomeshot -m --border-dark $1"
12-
alias awesomeshot-manual-borderlight-footerdark="awesomeshot -f --border-light --footer-dark $1"
13-
alias awesomeshot-manual-borderdark-footerlight="awesomeshot -f --border-dark --footer-light $2"
14-
151
#Change
162
alias chcolor="~/.scripts/colorscheme/colors.sh"
173
alias chfont="~/.scripts/fonts/fonts.sh"
@@ -172,4 +158,4 @@ alias repocek="node ~/.scripts/js/repochecker.js"
172158

173159
alias schemeconf="nvim ~/.scripts/colorscheme/colors.sh"
174160
alias fontsconf="nvim ~/.scripts/fonts/fonts.sh"
175-
alias zshthemeconf="nvim ~/.scripts/zsh/changetheme.sh"
161+
alias zshthemeconf="nvim ~/.scripts/zsh/changetheme.sh"

.config/ncmpcpp/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ mpd_port = "8000"
44
mpd_crossfade_time = "2"
55
mpd_music_dir = "/sdcard/Music"
66
lyrics_directory = "~/.config/ncmpcpp/lyrics"
7+
allow_for_physical_item_deletion = "yes"
8+
execute_on_song_change = "bash ~/.scripts/notify/ncmpcpp"
79

810
# Text Editor lyrics
911
external_editor = "nvim"

0 commit comments

Comments
 (0)