i3: Use i3status-rs for status bar
This commit is contained in:
parent
cdb8273365
commit
ac31d85c7c
1 changed files with 12 additions and 13 deletions
|
@ -303,7 +303,7 @@ set_from_resource $term_color15 color15
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status if available)
|
# Start i3bar to display a workspace bar (plus the system information i3status if available)
|
||||||
bar {
|
bar {
|
||||||
i3bar_command i3bar
|
i3bar_command i3bar
|
||||||
status_command i3status
|
status_command i3status-rs
|
||||||
position top
|
position top
|
||||||
|
|
||||||
## please set your primary output first. Example: 'xrandr --output eDP1 --primary'
|
## please set your primary output first. Example: 'xrandr --output eDP1 --primary'
|
||||||
|
@ -312,20 +312,19 @@ bar {
|
||||||
|
|
||||||
bindsym button4 nop
|
bindsym button4 nop
|
||||||
bindsym button5 nop
|
bindsym button5 nop
|
||||||
# font xft:URWGothic-Book 11
|
font pango:DejaVu Sans Mono, FontAwesome 12
|
||||||
strip_workspace_numbers yes
|
strip_workspace_numbers yes
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
background #222D31
|
# Whole color settings
|
||||||
statusline #F9FAF9
|
background #3c3836
|
||||||
separator #454947
|
statusline #ebdbb2
|
||||||
|
separator #666666
|
||||||
|
|
||||||
# border backgr. text
|
focused_workspace #458588 #458588 #ebdbb2
|
||||||
focused_workspace #F9FAF9 #16a085 #292F34
|
active_workspace #83a598 #83a598 #ebdbb2
|
||||||
active_workspace #595B5B #353836 #FDF6E3
|
inactive_workspace #504945 #504945 #ebdbb2
|
||||||
inactive_workspace #595B5B #222D31 #EEE8D5
|
urgent_workspace #cc241d #cc241d #504945
|
||||||
binding_mode #16a085 #2C2C2C #F9FAF9
|
|
||||||
urgent_workspace #16a085 #FDF6E3 #E5201D
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue