Add wifi and iface i3block, add network.sh, moved touchscreen.sh
This commit is contained in:
+2
-6
@@ -49,22 +49,18 @@ signal=2
|
||||
# If the instance is not specified, use the interface used for default route.
|
||||
# The address can be forced to IPv4 or IPv6 with -4 or -6 switches.
|
||||
[wifi]
|
||||
label=
|
||||
command=$HOME/.scripts/wm/wifi.sh
|
||||
#instance=wlp3s0
|
||||
interval=10
|
||||
separator=true
|
||||
|
||||
[iface]
|
||||
label=
|
||||
command=$HOME/.scripts/wm/iface.sh
|
||||
#instance=wlan0
|
||||
#color=#00FF00
|
||||
interval=10
|
||||
separator=true
|
||||
|
||||
#[bandwidth]
|
||||
#instance=eth0
|
||||
#interval=5
|
||||
|
||||
# Battery indicator
|
||||
#
|
||||
# The battery instance defaults to 0.
|
||||
|
||||
+1
-1
@@ -204,7 +204,7 @@ bindsym --release Print exec scrot -e "mv \$f $HOME/Pictures/screen_captures/"
|
||||
bindsym --release Shift+Print exec scrot -s -e "mv \$f $HOME/Pictures/screen_captures/" # Selection
|
||||
bindsym --release $mod+Print exec scrot -u -e "mv \$f $HOME/Pictures/screen_captures/" # Focused window
|
||||
# Touchscreen toggle
|
||||
bindsym $mod+F7 exec $HOME/.scripts/wm/touchscreen.sh
|
||||
bindsym $mod+F7 exec $HOME/.scripts/touchscreen.sh
|
||||
|
||||
# Window rules
|
||||
smart_gaps on
|
||||
|
||||
Reference in New Issue
Block a user