- Added py3status
This commit is contained in:
parent
70104f1b8f
commit
b707aa356f
2 changed files with 26 additions and 24 deletions
16
i3/config
16
i3/config
|
@ -161,9 +161,23 @@ 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
|
||||
# status_command i3status
|
||||
status_command py3status
|
||||
colors {
|
||||
#color class border back. text
|
||||
focused_workspace #555555 #6a9ef2 #ffffff
|
||||
active_workspace #555555 #555555 #ffffff
|
||||
inactive_workspace #000000 #000000 #888888
|
||||
urgent_workspace #2f343a #900000 #ffffff
|
||||
}
|
||||
}
|
||||
|
||||
#colors: border backgr. text indicator
|
||||
client.focused #222222 #6a9ef2 #ffffff #2b2b2b
|
||||
client.focused_inactive #888888 #2b2b2b #ffffff #2b2b2b
|
||||
client.unfocused #888888 #2b2b2b #ffffff #2b2b2b
|
||||
client.urgent #900000 #900000 #ffffff #2b2b2b
|
||||
|
||||
exec --no-startup-id i3-msg 'exec xcompmgr -c &'
|
||||
exec --no-startup-id i3-msg 'exec xscreensaver -no-splash &'
|
||||
exec --no-startup-id i3-msg 'exec blueman-applet &'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue