Add cli-visualizer and simple config for it
This commit is contained in:
parent
26ba8a8bcd
commit
49bcdfa502
Binary file not shown.
@ -31,8 +31,23 @@ r2
|
|||||||
|
|
||||||
# Left window history (oldest to newest):
|
# Left window history (oldest to newest):
|
||||||
d/home/samedamci
|
d/home/samedamci
|
||||||
|
..
|
||||||
|
0
|
||||||
|
d/home
|
||||||
|
..
|
||||||
|
0
|
||||||
|
d/
|
||||||
|
media
|
||||||
|
9
|
||||||
|
d/media
|
||||||
|
6CEC-36BB
|
||||||
|
1
|
||||||
|
d/media/6CEC-36BB
|
||||||
Music
|
Music
|
||||||
4
|
7
|
||||||
|
d/media/6CEC-36BB/Music
|
||||||
|
Quebonafide - JESIEŃ.opus
|
||||||
|
49
|
||||||
d
|
d
|
||||||
|
|
||||||
# Right window history (oldest to newest):
|
# Right window history (oldest to newest):
|
||||||
@ -45,6 +60,7 @@ D
|
|||||||
:q
|
:q
|
||||||
|
|
||||||
# Search history (oldest to newest):
|
# Search history (oldest to newest):
|
||||||
|
/jesie
|
||||||
|
|
||||||
# Prompt history (oldest to newest):
|
# Prompt history (oldest to newest):
|
||||||
|
|
||||||
|
7
botfiles/.config/vis/colors/biual
Normal file
7
botfiles/.config/vis/colors/biual
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#cf5252
|
||||||
|
#92ad4a
|
||||||
|
#c9895b
|
||||||
|
#6f97b8
|
||||||
|
#ab6ba6
|
||||||
|
#6fa69f
|
||||||
|
|
8
botfiles/.config/vis/config
Normal file
8
botfiles/.config/vis/config
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
audio.sources=mpd
|
||||||
|
|
||||||
|
mpd.fifo.path=/tmp/mpd.fifo
|
||||||
|
|
||||||
|
colors.scheme=biual
|
||||||
|
|
||||||
|
colors.override.terminal=false
|
||||||
|
visualizer.spectrum.character=
|
2
dotman
2
dotman
@ -24,7 +24,7 @@ install_yay() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
install_packages() {
|
install_packages() {
|
||||||
yay -S --noconfirm --needed neovim qutebrowser telegram-desktop minecraft-launcher dunst bspwm sxhkd htop mpd ncmpcpp picom ranger rofi transmission-cli vlc zsh youtube-dl grc curl wget dmenu xclip figlet w3m xorg-server xorg-xinit ttf-font-awesome ttf-dejavu vifm feh xorg-xsetroot lxappearance python-pip alsa-utils tmux networkmanager maim fzf exfat-utils fuse2 udiskie udisks2 imagemagick i3lock-color man checkupdates+aur pacman-contrib polybar ccls clang eslint flake8 shellcheck clang-format-linter-git prettier python-black github-cli ncdu mpc neomutt bc
|
yay -S --noconfirm --needed neovim qutebrowser telegram-desktop minecraft-launcher dunst bspwm sxhkd htop mpd ncmpcpp picom ranger rofi transmission-cli vlc zsh youtube-dl grc curl wget dmenu xclip figlet w3m xorg-server xorg-xinit ttf-font-awesome ttf-dejavu vifm feh xorg-xsetroot lxappearance python-pip alsa-utils tmux networkmanager maim fzf exfat-utils fuse2 udiskie udisks2 imagemagick i3lock-color man checkupdates+aur pacman-contrib polybar ccls clang eslint flake8 shellcheck clang-format-linter-git prettier python-black github-cli ncdu mpc neomutt bc cli-visualizer
|
||||||
|
|
||||||
pip3 install --user -U pynvim msgpack
|
pip3 install --user -U pynvim msgpack
|
||||||
}
|
}
|
||||||
|
2
updot
2
updot
@ -3,6 +3,6 @@
|
|||||||
cd ~
|
cd ~
|
||||||
cp -r .config .zshrc .Xresources .aliases .bashrc .scripts .zprofile .bash_profile .local/share/TelegramDesktop/tdata/shortcuts-custom.json ~/Dotfiles/botfiles/ &>/dev/null
|
cp -r .config .zshrc .Xresources .aliases .bashrc .scripts .zprofile .bash_profile .local/share/TelegramDesktop/tdata/shortcuts-custom.json ~/Dotfiles/botfiles/ &>/dev/null
|
||||||
cd ~/Dotfiles/botfiles/.config/
|
cd ~/Dotfiles/botfiles/.config/
|
||||||
rm -rf nvim/bundle zsh/plugins transmission mpd/database zsh/history mpd/mpd.log mpd/pid mpd/state mpd/sticker.sql
|
rm -rf nvim/bundle zsh/plugins transmission mpd/database zsh/history mpd/mpd.log mpd/pid mpd/state mpd/sticker.sql vis/vis.log
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user