diff --git a/install.sh b/install.sh index 900818a..80301ef 100755 --- a/install.sh +++ b/install.sh @@ -47,6 +47,7 @@ packagesPacman=( "tumbler" "xautolock" "blueman" + "brightnessctl" "papirus-icon-theme" "ly" "hyprland" diff --git a/nvim/init.vim b/nvim/init.vim index b74c26a..fb1bf4a 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -22,3 +22,7 @@ set ttyfast " Speed up scrolling in Vim " set spell " enable spell check (may need to download language package) " set noswapfile " disable creating swap file " set backupdir=~/.cache/vim " Directory to store backup files. + +call plug#begin('~/.local/share/nvim/site/plugged') +Plug 'elkowar/yuck.vim' +call plug#end() diff --git a/scripts/wlogout.sh b/scripts/wlogout.sh new file mode 100755 index 0000000..94ea183 --- /dev/null +++ b/scripts/wlogout.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +wlogout