1
0
Fork 0
vdotfiles/dot_config/i3status-rust/config.toml

57 lines
937 B
TOML
Raw Normal View History

2022-07-25 19:15:47 +03:00
[theme]
2023-06-16 23:08:27 +03:00
theme = "gruvbox-dark"
2022-07-25 19:15:47 +03:00
[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]
2023-06-16 23:08:27 +03:00
icons = "awesome4"
2022-07-25 19:15:47 +03:00
2025-01-03 12:24:27 +02:00
[[block]]
block = "net"
format = " $icon "
2022-07-25 19:15:47 +03:00
[[block]]
block = "disk_space"
path = "/"
warning = 10.0
alert = 5.0
[[block]]
block = "cpu"
interval = 1
2025-01-01 21:50:03 +02:00
[[block]]
block = "memory"
format = "$icon $mem_used.eng(prefix:Mi) ($mem_used_percents)"
2023-06-16 23:08:27 +03:00
#[[block]]
#block = "sound"
#on_click = "pavucontrol"
#step_width = 2
2022-07-25 19:15:47 +03:00
[[block]]
2023-06-16 23:08:27 +03:00
block = "keyboard_layout"
driver = "sway"
2025-01-01 21:50:03 +02:00
[block.mappings]
"English (US)" = "EN"
"Russian (typewriter)" = "RU"
2022-07-25 19:15:47 +03:00
[[block]]
block = "time"
2025-01-01 21:50:03 +02:00
interval = 1
[block.format]
full = "$icon $timestamp.datetime(f:'%a %R')"
short = "$icon $timestamp.datetime(f:'%R')"