diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-03-21 20:15:34 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-03-21 20:15:34 +0100 |
commit | f20096022de6453ad6e054357ade2fbba97a2423 (patch) | |
tree | 09340522eac9453a45c508f7d22754f9823f89c5 /i3 | |
parent | 3bdd71d25d67e69bc4e510ac26e262a77f9578ff (diff) | |
download | dotfiles-f20096022de6453ad6e054357ade2fbba97a2423.tar.xz |
Maybe some other time…
Diffstat (limited to 'i3')
-rw-r--r-- | i3/bar.py | 2 | ||||
-rw-r--r-- | i3/config | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ status.register("clock", format="%y-%m-%d %H:%M:%S",) status.register("battery", - format="{status} {percentage:.2f}% {remaining:%E%hh:%Mm}", + format="⚡:{percentage:.2f}% {remaining:%E%hh:%Mm} {status}", alert=True, alert_percentage=20, status={ @@ -7,7 +7,7 @@ floating_modifier $mod bindsym $mod+Return exec termite bindsym $mod+Shift+q kill bindsym $mod+d exec --no-startup-id j4-dmenu-desktop -bindsym $mod+Shift+d exec --no-startup-id dmenu_run +bindsym $mod+Shift+d exec --no-startup-id "dmenu_run -i -fn 'DejaVu Sans Mono 9'" # change focus bindsym $mod+h focus left |