diff options
author | johannst <stoelp@eit.uni-kl.de> | 2017-11-07 23:26:47 +0100 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2017-11-07 23:26:47 +0100 |
commit | e949324f2730213366f9b502fefe0812508b9103 (patch) | |
tree | cd20b330d90c33381848ec461f6eebfcb7b819fa | |
parent | c081a8e12cff988514fa32b124e460a7d9e2b4cf (diff) | |
download | dotfiles-e949324f2730213366f9b502fefe0812508b9103.tar.gz dotfiles-e949324f2730213366f9b502fefe0812508b9103.zip |
i3wm changed key map and status bar cosmetic
-rw-r--r-- | i3status.conf | 2 | ||||
-rw-r--r-- | i3wm.conf | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/i3status.conf b/i3status.conf index 32d77e9..0f96e5e 100644 --- a/i3status.conf +++ b/i3status.conf @@ -29,7 +29,7 @@ battery 0 { integer_battery_capacity = true low_threshold = 30 threshold_type = "percentage" - format = "%status %percentage %remaining (%consumption)" + format = "%status %percentage %remaining %consumption" path = "/sys/class/power_supply/BAT%d/uevent" } @@ -22,9 +22,9 @@ bindsym $mod+Return exec st # launch dmenu_run bindsym $mod+d exec dmenu_run # kill focused Window -bindsym $mod+Shift+q kill +bindsym $mod+Shift+c kill # reload the configuration file -bindsym $mod+Shift+c reload +bindsym $mod+Shift+s reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) |