fix: date display, update newsraft, picom confs
This commit is contained in:
parent
86440a8fae
commit
d6aece2460
7 changed files with 125 additions and 238 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
iwctl=(iwctl station wlan0)
|
||||
iwctl=(iwctl station "$(basename /sys/class/net/wlan*)")
|
||||
|
||||
rfkill unblock wlan
|
||||
"${iwctl[@]}" show | grep -q 'Scanning\s\+yes' || "${iwctl[@]}" scan
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue