~Moved i3 configuration files into i3/*
Easier to manage, cleaner to read
This commit is contained in:
2
files
2
files
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user