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)
|
||||
bar {
|
||||
i3bar_command i3bar
|
||||
status_command i3status
|
||||
status_command i3status-rs
|
||||
position top
|
||||
|
||||
## please set your primary output first. Example: 'xrandr --output eDP1 --primary'
|
||||
|
@ -312,21 +312,20 @@ bar {
|
|||
|
||||
bindsym button4 nop
|
||||
bindsym button5 nop
|
||||
# font xft:URWGothic-Book 11
|
||||
font pango:DejaVu Sans Mono, FontAwesome 12
|
||||
strip_workspace_numbers yes
|
||||
|
||||
colors {
|
||||
background #222D31
|
||||
statusline #F9FAF9
|
||||
separator #454947
|
||||
colors {
|
||||
# Whole color settings
|
||||
background #3c3836
|
||||
statusline #ebdbb2
|
||||
separator #666666
|
||||
|
||||
# border backgr. text
|
||||
focused_workspace #F9FAF9 #16a085 #292F34
|
||||
active_workspace #595B5B #353836 #FDF6E3
|
||||
inactive_workspace #595B5B #222D31 #EEE8D5
|
||||
binding_mode #16a085 #2C2C2C #F9FAF9
|
||||
urgent_workspace #16a085 #FDF6E3 #E5201D
|
||||
}
|
||||
focused_workspace #458588 #458588 #ebdbb2
|
||||
active_workspace #83a598 #83a598 #ebdbb2
|
||||
inactive_workspace #504945 #504945 #ebdbb2
|
||||
urgent_workspace #cc241d #cc241d #504945
|
||||
}
|
||||
}
|
||||
|
||||
# hide/unhide i3status bar
|
||||
|
|
Loading…
Reference in a new issue