Switch to i3status-rs for #i3wm
This commit is contained in:
@ -15,7 +15,7 @@ set $mod Mod4
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
font pango:Iosevka 10
|
||||
font pango:Terminus 10
|
||||
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
@ -150,9 +150,24 @@ bindsym $mod+Shift+r restart
|
||||
# exit i3 (logs you out of your X session)
|
||||
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
||||
|
||||
#bar {
|
||||
# position top
|
||||
# status_command i3status
|
||||
#}
|
||||
|
||||
bar {
|
||||
font pango:Terminus, FontAwesome 10
|
||||
position top
|
||||
status_command i3status
|
||||
status_command /usr/local/bin/i3status-rs ~/.config/i3/status.toml
|
||||
colors {
|
||||
separator #666666
|
||||
background #222222
|
||||
statusline #dddddd
|
||||
focused_workspace #0088CC #0088CC #ffffff
|
||||
active_workspace #333333 #333333 #ffffff
|
||||
inactive_workspace #333333 #333333 #888888
|
||||
urgent_workspace #2f343a #900000 #ffffff
|
||||
}
|
||||
}
|
||||
# resize window (you can also use the mouse for that)
|
||||
mode "resize" {
|
||||
|
||||
Reference in New Issue
Block a user