start full-soy vim config, change colors a bit, general YOLO commit

This commit is contained in:
Grigory Shipunov 2022-10-02 02:21:55 +02:00
parent 4ff5fc37a6
commit 4bda92d47d
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
17 changed files with 439 additions and 120 deletions

View file

@ -1,7 +1,5 @@
[theme]
name = "gruvbox-dark"
[theme.overrides]
idle_bg = "#1d2021"
name = "moonfly"
[icons]
name = "awesome6"
@ -46,7 +44,7 @@ format = "{1m} {5m} {15m}"
[[block]]
block = "sound"
on_click = "foot zsh -c pulsemixer"
on_click = "foot --app-id floating-foot zsh -c pulsemixer"
headphones_indicator = true
[[block]]
@ -65,7 +63,4 @@ if_command = "test -e /sys/class/power_supply/BAT0"
[[block]]
block = "time"
interval = 5
format = "%a %F %T"
interval = 1
icons_format = " "
format = "%a %F %R"

View file

@ -0,0 +1,18 @@
idle_bg = "#080808"
idle_fg = "#b2b2b2"
good_bg = "#8cc85f"
good_fg = "#080808"
info_bg = "#79dac8"
info_fg = "#080808"
warning_bg = "#e3c78a"
warning_fg = "#080808"
critical_bg = "#ff5189"
critical_fg = "#080808"
separator = "/"
separator_fg = "#b2b2b2"
separator_bg = "#080808"