Skip to content

Commit

Permalink
Merge pull request #24 from xshin404/dev
Browse files Browse the repository at this point in the history
myTermux.v-0.6.1
  • Loading branch information
nihsx authored Nov 19, 2021
2 parents 2fdba2c + 7d310f3 commit fb7297f
Show file tree
Hide file tree
Showing 17 changed files with 672 additions and 491 deletions.
16 changes: 1 addition & 15 deletions .aliases
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
#Awesomeshot
alias shot="awesomeshot -d --border-light"
alias awesomeconf="nvim ~/.local/bin/awesomeshot"
alias awesomeshot-borderlight="awesomeshot -d --border-light"
alias awesomeshot-borderdark="awesomeshot -d --border-dark"
alias awesomeshot-auto-borderlight="awesomeshot -a --border-light"
alias awesomeshot-auto-borderdark="awesomeshot -a --border-dark"
alias awesomeshot-auto-borderlight-footerdark="awesomeshot -af --border-light --footer-dark"
alias awesomeshot-auto-borderdark-footerlight="awesomeshot -af --border-dark --footer-light"
alias awesomeshot-manual-borderlight="awesomeshot -m --border-light $1"
alias awesomeshot-manual-borderdark="awesomeshot -m --border-dark $1"
alias awesomeshot-manual-borderlight-footerdark="awesomeshot -f --border-light --footer-dark $1"
alias awesomeshot-manual-borderdark-footerlight="awesomeshot -f --border-dark --footer-light $2"

#Change
alias chcolor="~/.scripts/colorscheme/colors.sh"
alias chfont="~/.scripts/fonts/fonts.sh"
Expand Down Expand Up @@ -172,4 +158,4 @@ alias repocek="node ~/.scripts/js/repochecker.js"

alias schemeconf="nvim ~/.scripts/colorscheme/colors.sh"
alias fontsconf="nvim ~/.scripts/fonts/fonts.sh"
alias zshthemeconf="nvim ~/.scripts/zsh/changetheme.sh"
alias zshthemeconf="nvim ~/.scripts/zsh/changetheme.sh"
2 changes: 2 additions & 0 deletions .config/ncmpcpp/config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ mpd_port = "8000"
mpd_crossfade_time = "2"
mpd_music_dir = "/sdcard/Music"
lyrics_directory = "~/.config/ncmpcpp/lyrics"
allow_for_physical_item_deletion = "yes"
execute_on_song_change = "bash ~/.scripts/notify/ncmpcpp"

# Text Editor lyrics
external_editor = "nvim"
Expand Down
Loading

0 comments on commit fb7297f

Please sign in to comment.