Advertising
advertising
related pastes to tag 'screensaver'
- 1837300 - gnu_d: linux stop gnome kde motion movement screensaver
-
- #!/bin/bash
- # Copyright (C) 2010 Damjan Dimitrioski <damjandimitrioski at gmail dot com>
- #
- # This program is free software; you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
- # the Free Software Foundation; either version 2 of the License, or
- # (at your option) any later version.
- #
- 1837244 - gnu_d: linux stop gnome kde motion movement screensaver
-
- #!/bin/bash
- # Copyright (C) 2010 Damjan Dimitrioski <damjandimitrioski at gmail dot com>
- #
- # This program is free software; you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
- # the Free Software Foundation; either version 2 of the License, or
- # (at your option) any later version.
- #
- 1737490 - btprox.sh: screensaver bluetooth screen lock
-
- #!/bin/sh
- #
- # Monitors bluetooth looking for a specific device; if the
- # device is not present, lock the screen
- #
- # Device to look for. Either name or hex address will work.
- 1737488 - btprox.sh: screensaver bluetooth screen lock
-
- #!/bin/sh
- #
- # Monitors bluetooth looking for a specific device; if the
- # device is not present, lock the screen
- #
- # Device to look for. Either name or hex address will work.
- 1737459 - btprox.sh: screensaver bluetooth screen lock
-
- #!/bin/sh
- # Device to look for. Either name or hex address will work.
- #DEVICE=00:25:CF:AA:A0:AC
- DEVICE=Marsbard
- if [ "$(id -u)" != "0" ];
- then
- 885079 - Daniel: linux simple screensaver commandline
-
- import random
- import time
- width=50
- mid = 1
- pline = ""
- s = " "
- change = 0;
- i=0