Multi bar hype!

This commit is contained in:
Jake Howard 2017-08-14 08:32:49 +01:00
parent 5fa5257b41
commit dccf1b1b75
Signed by: jake
GPG Key ID: 57AFB45680EDD477
5 changed files with 33 additions and 2 deletions

View File

@ -90,8 +90,13 @@ bindsym $mod+r mode "resize"
# Autostart
exec dex -as ~/.config/autostart
bar {
status_command i3status
}
bar {
status_command i3status-rs ~/.config/i3/status.toml
position top
colors {
separator #666666
statusline #dddddd

View File

@ -0,0 +1,18 @@
general {
colors = true
interval = 1
}
order += "ipv6"
order += "wireless _first_"
order += "ethernet _first_"
wireless _first_ {
format_up = "W: (%quality at %essid) %ip"
format_down = "W: down"
}
ethernet _first_ {
format_up = "E: %ip (%speed)"
format_down = "E: down"
}

View File

@ -8,10 +8,17 @@ class i3 {
source => 'puppet:///modules/i3/i3.conf'
}
file { "i3status config":
file { "i3status-rust config":
path => '/home/jake/.config/i3/status.toml',
ensure => file,
mode => "0644",
source => 'puppet:///modules/i3/i3status.toml'
source => 'puppet:///modules/i3/i3status-rust.toml'
}
file { "i3status config":
path => '/home/jake/.config/i3status/config',
ensure => file,
mode => "0644",
source => 'puppet:///modules/i3/i3status.conf'
}
}

View File

@ -33,6 +33,7 @@ class yaourt::packages () {
'hipchat',
'htop',
'i3lock',
'i3status',
'i3status-rust',
'i3lock-wrapper',
'i3-gaps',