adding missing dirs
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
field_number=$1
|
||||
ip -brief addr | grep "UP" | awk -v field="$field_number" '{print $field}'
|
||||
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
monitor=$(hyprctl activeworkspace | grep "monitorID:" -m 1 | awk '{print $2}')
|
||||
eww open --toggle network --screen $monitor
|
||||
Reference in New Issue
Block a user