diff options
author | oreodave <aryadevchavali1@gmail.com> | 2020-04-12 01:48:07 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2020-04-12 01:51:05 +0100 |
commit | 76ce7afb09efdd7537598b7e34e52acd9c9bab94 (patch) | |
tree | 6546f710276fd1d2c0213021e8ab3321be3175bf | |
parent | de06897388660717b34487136f5bd9f926e702f7 (diff) | |
download | dotfiles-76ce7afb09efdd7537598b7e34e52acd9c9bab94.tar.gz dotfiles-76ce7afb09efdd7537598b7e34e52acd9c9bab94.tar.bz2 dotfiles-76ce7afb09efdd7537598b7e34e52acd9c9bab94.zip |
~Moved i3 configuration files into i3/*
Easier to manage, cleaner to read
-rw-r--r-- | files | 2 | ||||
-rw-r--r-- | i3/i3.conf (renamed from i3.conf) | 0 | ||||
-rw-r--r-- | i3/i3status.conf (renamed from i3status.conf) | 5 | ||||
-rw-r--r-- | install.sh | 1 |
4 files changed, 4 insertions, 4 deletions
@@ -1 +1 @@ -tmux.conf vimrc zshrc doom.d mpd mpv alacritty.yml ncmpcpp i3status.conf +tmux.conf vimrc zshrc doom.d mpd mpv alacritty.yml ncmpcpp i3 diff --git a/i3status.conf b/i3/i3status.conf index 7aebefa..f0da4ed 100644 --- a/i3status.conf +++ b/i3/i3status.conf @@ -1,7 +1,7 @@ general { output_format = "i3bar" colors = true - interval = 5 + interval = 1 } # Furthest to closest @@ -32,13 +32,14 @@ disk /home { } battery 0 { - format = "%status %percentage %emptytime" + format = "%status %percentage %remaining (%consumption)" format_down = "" status_chr = " Charging" status_bat = " Battery" status_unk = "? UNK" status_full = " Full" path = "/sys/class/power_supply/BAT%d/uevent" + threshold_type = percentage low_threshold = 10 } @@ -10,7 +10,6 @@ for file in $files; do done ## Symlink to .config -ln -s $dir/i3.conf ~/.config/i3/config ln -s $dir/rofi.conf ~/.config/rofi/config # Generate folders |