about summary refs log tree commit diff stats
path: root/.config/i3status-rust/config.toml
blob: 066e4b8ed31c5a0bdb17bb8a031030c0db32ab35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[theme]
name = "gruvbox-dark"
[theme.overrides]
idle_bg = "#55393d"
idle_fg = "#edebee"

[icons]
name = "awesome"

[[block]]
block = "focused_window"
max_width = 64
[block.theme_overrides]
idle_bg = "#354157"
idle_fg = "#edebee"

[[block]]
block = "custom"
command = ''' curl https://wttr.in/$(cat "$XDG_DATA_HOME"/cityname)?format=%t%20%c%p '''

[[block]]
block = "memory"
[block.theme_overrides]
idle_bg = "#354157"
idle_fg = "#edebee"

[[block]]
block = "uptime"

[[block]]
block = "time"
format = "%Y-%m-%d %H:%M"
interval = 30
[block.theme_overrides]
idle_bg = "#354157"
idle_fg = "#edebee"