diff --git a/btop.conf b/btop.conf index 2689ad5..cfd4c62 100644 --- a/btop.conf +++ b/btop.conf @@ -47,7 +47,7 @@ graph_symbol_net = "default" graph_symbol_proc = "default" #* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace. -shown_boxes = "mem cpu proc net" +shown_boxes = "mem cpu proc" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. update_ms = 1000 diff --git a/fish/config.fish b/fish/config.fish index 6066a13..24c99eb 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -5,4 +5,5 @@ end set fish_greeting alias l "ls -hAGg" alias wtr "weather.sh" +alias wifi "nmcli device wifi rescan && nmcli device wifi list" fish_add_path /home/crispypin/bin/scripts diff --git a/scripts/arch_setup.sh b/scripts/arch_setup.sh index 143764f..b2c363e 100755 --- a/scripts/arch_setup.sh +++ b/scripts/arch_setup.sh @@ -28,13 +28,6 @@ git clone https://github.com/crispypin/awesomewm-config .config/awesome mkdir -p archive bin documents downloads music pictures proj temp uni videos .templates .desktop -cd proj -git clone https://github.com/crispypin/crispypin -cp -f crispypin/config/user-dirs.dirs ~/.config/ -xdg-user-dirs-update -rmdir Desktop/ Downloads/ Documents/ Pictures/ Music/ Videos/ Templates/ Public/ - - yay -S --needed \ steam obs-studio-git linux-headers v4l2loopback-dkms \ blender btop godot gimp \