diff --git a/cfg/i3/laptop/config b/cfg/i3/laptop/config index 303c99c..736f320 100644 --- a/cfg/i3/laptop/config +++ b/cfg/i3/laptop/config @@ -200,3 +200,8 @@ exec_always /home/lain/Documents/tools/wallpaper.sh # NCMPCPP exec termite -r ncmpcpp -e ncmpcpp -c /home/lain/.config/termite/ncmpcpp_config + +# MPC Media +bindsym $mod+p exec mpc toggle +bindsym $mod+[ exec mpc seek 0 +bindsym $mod+] exec mpc next diff --git a/cfg/zshrc b/cfg/zshrc index 8101eca..799d44f 100644 --- a/cfg/zshrc +++ b/cfg/zshrc @@ -5,7 +5,7 @@ ZSH=/usr/share/oh-my-zsh/ source /usr/share/autojump/autojump.zsh # ZSH Theme -ZSH_THEME="agnoster" +ZSH_THEME="powerlevel9k/powerlevel9k" # Use case-sensitive completion. CASE_SENSITIVE="true" diff --git a/configure.sh b/configure.sh index 9f47e33..0c9024d 100755 --- a/configure.sh +++ b/configure.sh @@ -124,6 +124,8 @@ install_i3_laptop() { configure_common() { ### Install Config Files lnh "Installing Common Configuration Files" + # powerlevel9k + sudo git clone https://github.com/bhilburn/powerlevel9k.git /usr/share/oh-my-zsh/themes/powerlevel9k # ZSH lnf cp -v cfg/zshrc ~/.zshrc diff --git a/packages.txt b/packages.txt index 64e3f1a..14354d9 100644 --- a/packages.txt +++ b/packages.txt @@ -1,3 +1,4 @@ +ttf-vlgothic AUR nerd-fonts-complete AUR termite