Merge branch 'main' of https://github.com/vx-clutch/dotfiles
This commit is contained in:
@@ -1,20 +1,58 @@
|
|||||||
|
# i3status configuration file.
|
||||||
|
# see "man i3status" for documentation.
|
||||||
|
|
||||||
|
# It is important that this file is edited as UTF-8.
|
||||||
|
# The following line should contain a sharp s:
|
||||||
|
# ß
|
||||||
|
# If the above line is not correctly displayed, fix your editor first!
|
||||||
|
|
||||||
general {
|
general {
|
||||||
output_format = "i3bar"
|
colors = true
|
||||||
colors = false
|
|
||||||
markup = pango
|
|
||||||
interval = 5
|
interval = 5
|
||||||
color_good = '#2f343f'
|
|
||||||
color_degraded = '#ebcb8b'
|
|
||||||
color_bad = '#ba5e57'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
order += "battery"
|
order += "ipv6"
|
||||||
|
order += "cpu_temperature 0"
|
||||||
|
order += "wireless _first_"
|
||||||
|
order += "ethernet _first_"
|
||||||
|
order += "battery all"
|
||||||
|
order += "load"
|
||||||
|
order += "tztime local"
|
||||||
|
|
||||||
battery {
|
cpu_temperature 0 {
|
||||||
format = "%status %percentage %remaining"
|
format = "Tea: %degrees °C"
|
||||||
last_full_capacity = true
|
}
|
||||||
low_threshold = 10
|
|
||||||
threshold_type = percentage
|
wireless _first_ {
|
||||||
format_down = "No battery"
|
# format_up = "W: (%quality at %essid) %ip"
|
||||||
path = "/sys/class/power_supply/BAT0/uevent"
|
format_up = "W: (%quality) Leaked IP: %ip"
|
||||||
|
format_down = "W: down"
|
||||||
|
}
|
||||||
|
|
||||||
|
ethernet _first_ {
|
||||||
|
# if you use %speed, i3status requires root privileges
|
||||||
|
# format_up = "E: %ip (%speed)"
|
||||||
|
format_up = "E: Leaked IP: %ip (%speed)"
|
||||||
|
format_down = "E: down"
|
||||||
|
}
|
||||||
|
|
||||||
|
battery all {
|
||||||
|
format = "Fairy Dust: %percentage %status %remaining"
|
||||||
|
}
|
||||||
|
|
||||||
|
tztime local {
|
||||||
|
format = "%Y-%m-%d %I:%M:%S"
|
||||||
|
}
|
||||||
|
|
||||||
|
load {
|
||||||
|
format = "Hot Loads: %1min"
|
||||||
|
}
|
||||||
|
|
||||||
|
disk "/" {
|
||||||
|
format = "Penger Folder: %avail"
|
||||||
|
}
|
||||||
|
|
||||||
|
ipv6 {
|
||||||
|
format_up = "Useless Protocol: %ipv6"
|
||||||
|
format_down = "Useless Protocol: Down"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,36 +21,6 @@ return {
|
|||||||
ColorMyPencils()
|
ColorMyPencils()
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ellisonleao/gruvbox.nvim",
|
|
||||||
name = "gruvbox",
|
|
||||||
config = function()
|
|
||||||
require("gruvbox").setup {
|
|
||||||
terminal_colors = true, -- add neovim terminal colors
|
|
||||||
undercurl = true,
|
|
||||||
underline = false,
|
|
||||||
bold = true,
|
|
||||||
italic = {
|
|
||||||
strings = false,
|
|
||||||
emphasis = false,
|
|
||||||
comments = false,
|
|
||||||
operators = false,
|
|
||||||
folds = false,
|
|
||||||
},
|
|
||||||
strikethrough = true,
|
|
||||||
invert_selection = false,
|
|
||||||
invert_signs = false,
|
|
||||||
invert_tabline = false,
|
|
||||||
invert_intend_guides = false,
|
|
||||||
inverse = true, -- invert background for search, diffs, statuslines and errors
|
|
||||||
contrast = "", -- can be "hard", "soft" or empty string
|
|
||||||
palette_overrides = {},
|
|
||||||
overrides = {},
|
|
||||||
dim_inactive = false,
|
|
||||||
transparent_mode = false,
|
|
||||||
}
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"folke/tokyonight.nvim",
|
"folke/tokyonight.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
|
|||||||
Reference in New Issue
Block a user