added nvimrc, xinitrc, and xmodmap

This commit is contained in:
Random936
2021-04-10 23:11:11 -07:00
parent 72161809c1
commit ae4d5b6700
7 changed files with 105 additions and 8 deletions

View File

@@ -19,13 +19,13 @@ order += "memory"
order += "volume master"
order += "tztime local"
ethernet tun0 {
format_up = "VPN: %ip (%speed)"
wireless tun0 {
format_up = "VPN: %ip"
format_down = "VPN: down"
}
ethernet _first_ {
format_up = "Ethernet: %ip (%speed)"
format_up = "Ethernet: %ip"
format_down = "Ethernet: down"
}