yeet xorg, I am using sway now!
This commit is contained in:
parent
fbae967200
commit
f4142c4e89
20 changed files with 558 additions and 760 deletions
28
i3status-rust/config.toml
Normal file
28
i3status-rust/config.toml
Normal file
|
@ -0,0 +1,28 @@
|
|||
theme = "semi-native"
|
||||
icons = "awesome"
|
||||
|
||||
[[block]]
|
||||
block = "focused_window"
|
||||
max_width = 50
|
||||
show_marks = "visible"
|
||||
|
||||
[[block]]
|
||||
block = "cpu"
|
||||
interval = 1
|
||||
|
||||
[[block]]
|
||||
block = "memory"
|
||||
format_mem = "{mem_used_percents}({mem_used})"
|
||||
display_type = "memory"
|
||||
|
||||
[[block]]
|
||||
block = "sound"
|
||||
on_click="pavucontrol-qt"
|
||||
|
||||
[[block]]
|
||||
block = "time"
|
||||
interval = 5
|
||||
format = "%a %d/%m %R"
|
||||
[block.icons_overrides]
|
||||
time = ""
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue