~Moved i3 configuration files into i3/*

Easier to manage, cleaner to read
This commit is contained in:
oreodave
2020-04-12 01:48:07 +01:00
parent de06897388
commit 76ce7afb09
4 changed files with 4 additions and 4 deletions

2
files
View File

@@ -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

View File

View File

@@ -1,7 +1,7 @@
general { general {
output_format = "i3bar" output_format = "i3bar"
colors = true colors = true
interval = 5 interval = 1
} }
# Furthest to closest # Furthest to closest
@@ -32,13 +32,14 @@ disk /home {
} }
battery 0 { battery 0 {
format = "%status %percentage %emptytime" format = "%status %percentage %remaining (%consumption)"
format_down = "" format_down = ""
status_chr = " Charging" status_chr = " Charging"
status_bat = " Battery" status_bat = " Battery"
status_unk = "? UNK" status_unk = "? UNK"
status_full = " Full" status_full = " Full"
path = "/sys/class/power_supply/BAT%d/uevent" path = "/sys/class/power_supply/BAT%d/uevent"
threshold_type = percentage
low_threshold = 10 low_threshold = 10
} }

View File

@@ -10,7 +10,6 @@ for file in $files; do
done done
## Symlink to .config ## Symlink to .config
ln -s $dir/i3.conf ~/.config/i3/config
ln -s $dir/rofi.conf ~/.config/rofi/config ln -s $dir/rofi.conf ~/.config/rofi/config
# Generate folders # Generate folders