summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-02 01:30:04 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-02 01:30:04 -0500
commitb03b66696895ac311cc631c4e3732c1f1ffda6b4 (patch)
treee498854fe7b07061a5a3aaa7404d8e00f57e0535 /config
parent70add7a4321c0fbee741dad76caec9cddbfdd4e9 (diff)
downloadconf-b03b66696895ac311cc631c4e3732c1f1ffda6b4.tar.gz
conf-b03b66696895ac311cc631c4e3732c1f1ffda6b4.zip
switch to iwd
Diffstat (limited to 'config')
-rw-r--r--config/i3status/config8
-rw-r--r--config/sh/aliases1
2 files changed, 5 insertions, 4 deletions
diff --git a/config/i3status/config b/config/i3status/config
index 4ebe442..e7ff076 100644
--- a/config/i3status/config
+++ b/config/i3status/config
@@ -4,7 +4,7 @@ general {
}
order += "cpu_usage"
-order += "wireless wlp0s20f3"
+order += "wireless wlan0"
order += "battery 0"
order += "time"
order += "load"
@@ -13,9 +13,9 @@ cpu_usage {
format = "CPU: %usage"
}
-wireless wlp0s20f3 {
- format_up = "wlp0s20f3: (%essid: %quality)"
- format_down = "wlp0s20f3"
+wireless wlan0 {
+ format_up = "wlan0: (%essid: %quality)"
+ format_down = "wlan0"
}
battery 0 {
diff --git a/config/sh/aliases b/config/sh/aliases
index cbedfec..3ae4e9a 100644
--- a/config/sh/aliases
+++ b/config/sh/aliases
@@ -37,6 +37,7 @@ alias utc="env TZ=UTC date"
alias pd="perldoc"
alias pc="p | xclip -l 1"
alias svim="vim -i NONE -u NONE -U NONE --noplugin --cmd 'set noswapfile' --cmd 'set nobackup' --cmd 'set nomodeline' --cmd 'set noexrc'"
+alias wifi="sudo systemctl restart iwd"
# }}}
# vim:ft=sh:fdm=marker