This commit is contained in:
Luke Smith 2018-12-01 10:11:32 -05:00
parent 2cc57b101f
commit cd6a02cce8
2 changed files with 9 additions and 3 deletions

View file

@ -2,8 +2,8 @@
case $BLOCK_BUTTON in case $BLOCK_BUTTON in
1) $TERMINAL -e nmtui ;; 1) $TERMINAL -e nmtui ;;
3) pgrep -x dunst >/dev/null && notify-send "<b>Internet module:</b> 3) pgrep -x dunst >/dev/null && notify-send "<b>🌐 Internet module:</b>
- Left click for \`nmtui\` for wifi access - Click for \`nmtui\` for wifi access
📡: no wifi connection 📡: no wifi connection
📶: wifi connection with quality 📶: wifi connection with quality
❎: no ethernet ❎: no ethernet

View file

@ -1,2 +1,8 @@
exec i3 #!/bin/sh
[ -f ~/.Xmodmap ] && xmodmap ~/.Xmodmap
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
xset r rate 200 50 xset r rate 200 50
exec i3