From 9f3400f6323c8edffc417af2471c660493503cd1 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Mon, 20 Dec 2021 21:08:48 +0000 Subject: [PATCH] Changed status bar --- i3/config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index 907d44d..d7eeb65 100644 --- a/i3/config +++ b/i3/config @@ -13,7 +13,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:monospace 8 +font pango:monospace 9 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). @@ -181,11 +181,13 @@ mode "resize" { bindsym $mod+r mode "resize" +bindsym $mod+x exec i3lock + # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { 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 }