diff --git a/.config/polybar/modules.ini##class.arch_desktop b/.config/polybar/modules.ini##class.arch_desktop index 7c69b0b..e2526ec 100644 --- a/.config/polybar/modules.ini##class.arch_desktop +++ b/.config/polybar/modules.ini##class.arch_desktop @@ -778,12 +778,12 @@ interface = eth0 [module/wireless-network] type = internal/network -interface = wlp3s0 +interface = wlp5s0 ; Normal Module [module/network] type = internal/network -interface = wlp6s0 +interface = wlp5s0 click-left = nm-connection-editor ; Seconds to sleep between updates diff --git a/.scripts/get_ip b/.scripts/get_ip index 2c49db7..57a36e4 100644 --- a/.scripts/get_ip +++ b/.scripts/get_ip @@ -1,3 +1,3 @@ -function get_public_ip(){ +function public_ip(){ curl icanhazip.com } diff --git a/.setup/packages/base b/.setup/packages/base index 32d88ca..b06c75f 100644 --- a/.setup/packages/base +++ b/.setup/packages/base @@ -32,3 +32,6 @@ gnome-keyring xclip xorg-xwininfo + +gvfs-smb +avahi diff --git a/.setup/packages/desktop_tools b/.setup/packages/desktop_tools index 95808b2..a60d23f 100644 --- a/.setup/packages/desktop_tools +++ b/.setup/packages/desktop_tools @@ -41,3 +41,4 @@ pamixer xbindkeys nvidia-settings dunst +ksysguard diff --git a/.xprofile##class.arch_desktop b/.xprofile##class.arch_desktop index 03f8561..42e784e 100644 --- a/.xprofile##class.arch_desktop +++ b/.xprofile##class.arch_desktop @@ -1,4 +1,5 @@ export AWT_TOOLKIT=MToolkit +export LUTRIS_RUNTIME=0 xrandr --dpi 110 & xrdb -merge ~/.Xresources &