diff --git a/.config/qutebrowser/bookmarks/urls b/.config/qutebrowser/bookmarks/urls index ea14403..007f785 100644 --- a/.config/qutebrowser/bookmarks/urls +++ b/.config/qutebrowser/bookmarks/urls @@ -5,3 +5,5 @@ https://translate.google.com/#view=home&op=translate&sl=de&tl=ja&text=Generation https://evasys-app1.let.ethz.ch/evasys/online.php?pswd=O68MYGRV29I6EE EvaSys Onlineumfrage - Introduction to Quantum Mechanics for Engineers (151-0966-00S-FS20) https://traditionalcatholicprayers.com/2019/11/12/how-to-pray-the-rosary-in-latin/ How to Pray the Rosary in Latin | Traditional Catholic Prayers https://searx.bocken.org/ Alex's searx +https://www.theatlantic.com/magazine/archive/2019/08/henry-kissinger-the-metamorphosis-ai/592771/?utm_source=share&utm_campaign=share Henry Kissinger, Eric Schmidt, and Daniel Huttenlocher on AI - The Atlantic +http://www.ozdic.com/ ozdic.com - the English Collocations Dictionary online diff --git a/.config/xprofile b/.config/xprofile index 65b8091..5bcc490 100755 --- a/.config/xprofile +++ b/.config/xprofile @@ -26,3 +26,4 @@ transmission-daemon & echo "$HOME/.config/mpd/state" | entr -np pkill -RTMIN+11 dwmblocks & xrandr --listactivemonitors | grep -q '1920.*x1080.*HDMI-1$' && ( xrandr --output HDMI-1 --scale 1.5 && setbg ) # set scale for 2nd monitor if connected redshift & +keynav & diff --git a/.local/bin/statusbar/headset_connected b/.local/bin/statusbar/headset_connected index c4a647b..4e9902d 100755 --- a/.local/bin/statusbar/headset_connected +++ b/.local/bin/statusbar/headset_connected @@ -1,2 +1,6 @@ #!/bin/bash -pactl list sinks | grep -qE 'device.icon_name = \"audio-(headset|headphones)-bluetooth\"' && echo 🎧 +if pactl list sinks | grep -qE 'device.icon_name = \"audio-(headset|headphones)-bluetooth\"'; then + echo 🎧 +else + echo "" +fi