diff options
Diffstat (limited to 'seeme')
-rwxr-xr-x | seeme | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ #! /usr/bin/env nix-shell #! nix-shell -i bash -p ffmpeg-full # -# Window is positioned in the top-right corner, plus a small margin for systray -# This could be automatically calculated by parsing xrandr screen dimentions. +# Window is positioned in the bottom-right corner. This could be automatically +# calculated by parsing xrandr screen dimentions. set -exo pipefail |