[fish] Add function for interacting with iapetus

This commit is contained in:
2020-07-21 22:08:16 -04:00
parent 619a21eb54
commit a123bca9b8
3 changed files with 8 additions and 5 deletions

View File

@ -0,0 +1,3 @@
function icmd
ssh iapetus.local $argv
end

View File

@ -12,8 +12,8 @@ order += "battery all"
order += "disk /"
order += "cpu_temperature 0"
order += "load"
order += "wireless _first_"
order += "ethernet _first_"
order += "wireless wlan0"
order += "ethernet em0"
order += "tztime local"
volume master {
@ -24,13 +24,13 @@ volume master {
mixer_idx = 0
}
ethernet _first_ {
ethernet em0 {
# if you use %speed, i3status requires root privileges
format_up = "%ip"
format_down = "Eth down"
}
wireless _first_ {
wireless wlan0 {
format_up = " %essid %ip"
format_down = "WiFi down"
}

View File

@ -1 +1 @@
mpd_host = janus.unbl.ink
mpd_host = mpd.unbl.ink