updated status-net to look for computer specific device names
This commit is contained in:
parent
436281cf56
commit
1770e71de5
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
dev_wifi=wlp3s0
|
dev_wifi=$(cat "$HOME"/.config/xmobar/dev_wifi)
|
||||||
dev_eth=enp0s25
|
dev_eth=$(cat "$HOME"/.config/xmobar/dev_eth)
|
||||||
dev_vpn=proton0
|
dev_vpn=$(cat "$HOME"/.config/xmobar/dev_vpn)
|
||||||
|
|
||||||
base03=#002b36
|
base03=#002b36
|
||||||
base02=#073642
|
base02=#073642
|
||||||
|
|||||||
Reference in New Issue
Block a user