1
0
Fork 0
vdotfiles/lnx/.config/i3status-rust/config.toml
2025-01-01 21:50:03 +02:00

52 lines
893 B
TOML

[theme]
theme = "gruvbox-dark"
[theme.overrides]
separator = '|'
idle_bg = "#2c2c2c"
idle_fg = "#ebdbb2"
info_bg = "#2c2c2c"
info_fg = "#458588"
good_bg = "#2c2c2c"
good_fg = "#98971a"
warning_bg = "#2c2c2c"
warning_fg = "#d79921"
critical_bg = "#2c2c2c"
critical_fg = "#cc241d"
separator_bg = "#2c2c2c"
separator_fg = "#3c3836"
[icons]
icons = "awesome4"
[[block]]
block = "disk_space"
path = "/"
warning = 10.0
alert = 5.0
[[block]]
block = "cpu"
interval = 1
[[block]]
block = "memory"
format = "$icon $mem_used.eng(prefix:Mi) ($mem_used_percents)"
#[[block]]
#block = "sound"
#on_click = "pavucontrol"
#step_width = 2
[[block]]
block = "keyboard_layout"
driver = "sway"
[block.mappings]
"English (US)" = "EN"
"Russian (typewriter)" = "RU"
[[block]]
block = "time"
interval = 1
[block.format]
full = "$icon $timestamp.datetime(f:'%a %R')"
short = "$icon $timestamp.datetime(f:'%R')"