Make bspwm work with vnc displays; and general updates/cleanups

- Set fish colors to more gruvbox accurate theme
- Fix nvim transparency
- Remove conky, qutebrowser, and taskrc configs
- Update fish greeting
- Update toglpulse script
This commit is contained in:
mitchell 2024-06-30 18:41:49 -04:00
parent 81e8b0c49c
commit 503fb8bff6
15 changed files with 83 additions and 638 deletions

View file

@ -3,13 +3,12 @@ function toglpulse
if test -e ~/.config/pulse/client.conf
rm -rf ~/.config/pulse/client.conf
ssh -o StrictHostKeyChecking=no venator.lan systemctl --user restart pipewire-pulse
or ssh -o StrictHostKeyChecking=no venator.lan nssm restart pulseaudio
systemctl --user start pipewire.socket
rebar
else
killall easyeffects pavucontrol; or killall -9 easyeffects pavucontrol
echo "default-server = venator.lan" > ~/.config/pulse/client.conf
systemctl --user stop pipewire pipewire-pulse wireplumber
echo "default-server = 192.168.1.155" >~/.config/pulse/client.conf
systemctl --user stop pipewire.socket pipewire pipewire-pulse wireplumber
rebar
end
end