Changed status bar

This commit is contained in:
Luke Else 2021-12-20 21:08:48 +00:00
parent e775801c65
commit 9f3400f632

View File

@ -13,7 +13,7 @@ set $mod Mod4
# Font for window titles. Will also be used by the bar unless a different font # Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below. # is used in the bar {} block below.
font pango:monospace 8 font pango:monospace 9
# This font is widely installed, provides lots of unicode glyphs, right-to-left # This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango). # text rendering and scalability on retina/hidpi displays (thanks to pango).
@ -181,11 +181,13 @@ mode "resize" {
bindsym $mod+r mode "resize" bindsym $mod+r mode "resize"
bindsym $mod+x exec i3lock
# Start i3bar to display a workspace bar (plus the system information i3status # Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available) # finds out, if available)
bar { bar {
status_command /usr/share/bumblebee-status/bumblebee-status \ status_command /usr/share/bumblebee-status/bumblebee-status \
-m cpu memory amixer kernel publicip indicator \ -m cpu memory publicip date time indicator battery amixer \
-t onedark-powerline -t onedark-powerline
} }