update configs

This commit is contained in:
LordMZTE 2021-05-30 22:10:33 +02:00
parent c9d2257de9
commit 53928d3942
3 changed files with 53 additions and 31 deletions

View file

@ -9,37 +9,59 @@
general {
colors = true
interval = 5
color_good = "#50fa7b"
color_bad = "#ff79c6"
color_degraded = "#ff5555"
}
order += "ipv6"
# order += "ipv6"
order += "cpu_usage"
order += "disk /"
# order += "disk /home"
order += "wireless _first_"
order += "ethernet _first_"
order += "battery all"
order += "disk /"
order += "load"
# order += "load"
order += "memory"
order += "tztime local"
wireless _first_ {
format_up = "W: (%quality at %essid) %ip"
format_down = "W: down"
}
ethernet _first_ {
format_up = "E: %ip (%speed)"
format_down = "E: down"
}
battery all {
format = "%status %percentage %remaining"
}
disk "/" {
format = "%avail"
cpu_usage {
format = " cpu %usage "
}
load {
format = "%1min"
format = " load %1min "
# max_threshold = 0.3
}
disk "/" {
# format = " hdd %avail "
format = " ⛁ %avail "
}
ethernet _first_ {
# if you use %speed, i3status requires root privileges
format_up = " lan: %ip %speed "
format_down = " no lan "
}
battery all {
# format = "%status %percentage %remaining %emptytime"
format = " %status %percentage"
format_down = "No battery"
last_full_capacity = true
integer_battery_capacity = true
# status_chr = ""
status_chr = "⚡"
# status_bat = "bat"
# status_bat = "☉"
status_bat = ""
# status_unk = "?"
status_unk = ""
# status_full = ""
status_full = "☻"
low_threshold = 15
threshold_type = time
}
memory {
@ -49,14 +71,6 @@ memory {
}
tztime local {
format = "%Y-%m-%d %H:%M:%S"
# format = "%Y-%m-%d %H:%M:%S"
format = " %d.%m. %H:%M "
}
general {
output_format = "i3bar"
colors = true
color_good = "#50FA7B"
color_degraded = "#F1FA8C"
color_bad = "#FF5555"
}

View file

@ -0,0 +1,5 @@
local g = vim.g
g.AutoPairsShortcutFastWrap = "<C-e>"
g.AutoPairsShortcutJump = "<C-n>"

View file

@ -22,7 +22,10 @@ return require("packer").startup(function(use)
"dracula/vim",
as = "dracula"
}
use "jiangmiao/auto-pairs"
use {
"jiangmiao/auto-pairs",
config = pconf("autopairs")
}
use "tpope/vim-endwise"
use "vimwiki/vimwiki"
use {