mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 01:56:13 +01:00
i3status-rs
This commit is contained in:
parent
df8a17d627
commit
c45d183a4f
|
@ -201,5 +201,16 @@ bindsym $mod+r mode "resize"
|
|||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
status_command i3status
|
||||
font pango:DejaVu Sans Mono, FontAwesome 10
|
||||
position bottom
|
||||
status_command /usr/bin/i3status-rs /home/main/.config/i3/status.toml
|
||||
colors {
|
||||
separator #666666
|
||||
background #222222
|
||||
statusline #dddddd
|
||||
focused_workspace #555555 #555555 #ffffff
|
||||
active_workspace #222222 #222222 #ffffff
|
||||
inactive_workspace #222222 #222222 #888888
|
||||
urgent_workspace #2f343a #900000 #ffffff
|
||||
}
|
||||
}
|
||||
|
|
36
dot_config/i3/status.toml
Normal file
36
dot_config/i3/status.toml
Normal file
|
@ -0,0 +1,36 @@
|
|||
theme = "space-villain"
|
||||
icons = "awesome5"
|
||||
|
||||
[[block]]
|
||||
block = "battery"
|
||||
interval = 30
|
||||
format = "{percentage}% {time} {power}W"
|
||||
|
||||
[[block]]
|
||||
block = "networkmanager"
|
||||
on_click = "nm-connection-editor"
|
||||
|
||||
[[block]]
|
||||
block = "memory"
|
||||
display_type = "memory"
|
||||
format_mem = "{Mup}%"
|
||||
format_swap = "{SUp}%"
|
||||
|
||||
[[block]]
|
||||
block = "nvidia_gpu"
|
||||
label = "GTX 1050"
|
||||
show_memory = true
|
||||
show_clocks = true
|
||||
interval = 1
|
||||
|
||||
[[block]]
|
||||
block = "cpu"
|
||||
interval = 1
|
||||
|
||||
[[block]]
|
||||
block = "sound"
|
||||
|
||||
[[block]]
|
||||
block = "time"
|
||||
interval = 60
|
||||
format = "%a %d/%m %R"
|
Loading…
Reference in a new issue