this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

curve: update monitor script

+9
+3
.gitignore
··· 1 1 .direnv/ 2 + .direnv/* 3 + .direnv/** 4 + .envrc
+6
home/profiles/cli/default.nix
··· 62 62 pandoc 63 63 taskwarrior-tui 64 64 vimwiki-cli 65 + zk 65 66 66 67 (pkgs.writeScriptBin "jq-repl" '' 67 68 #!/usr/bin/env bash ··· 95 96 # Turn it on if it was off 96 97 xrandr --output HDMI-2 --auto 97 98 xrandr --output HDMI-2 --same-as eDP-1 99 + xrandr --output eDP-1 --off 100 + pkill -9 polybar 101 + feh --bg-scale ~/Downloads/stephen-walker-onIXxjH56AA-unsplash.jpg 102 + polybar mybar > $XDG_DATA_HOME/polybar.log 2>&1 & 98 103 } 99 104 100 105 disconnect() { 101 106 xrandr --output HDMI-2 --off 107 + xrandr --output eDP-1 --auto 102 108 } 103 109 104 110 xrandr | grep "HDMI-2 connected" &>>/dev/null && connect || disconnect