diff options
Diffstat (limited to 'i3.symlink')
-rw-r--r-- | i3.symlink/config | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/i3.symlink/config b/i3.symlink/config index 462a82f..5ee2128 100644 --- a/i3.symlink/config +++ b/i3.symlink/config @@ -4,9 +4,6 @@ floating_modifier $mod font pango:DejaVu Sans Mono 8 focus_follows_mouse no -# Bar -exec xmobar -d - # Autolock exec xautolock -time 10 -locker 'i3lock -d' bindsym $mod+Control+Shift+l exec xautolock -locknow @@ -113,3 +110,8 @@ mode "resize" { bindsym $mod+r mode "default" } +bar { + font pango:DejaVu Sans Mono, 9 + status_command i3status.py +} + |