Add lvim config and nvim

This commit is contained in:
Smirnov-O 2021-09-11 15:59:44 +03:00
parent 0b1ace53f2
commit d1af9278c5
19 changed files with 303 additions and 26 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
declare options=("ShutDown\nLogOut\nReboot")
rofitheme="nten-light-dmenu"
rofitheme="nten-dmenu"
choice=$(echo -e ${options[@]} | rofi -dmenu -p "Power" -theme $rofitheme)
case $choice in