diff options
Diffstat (limited to 'bgSelector.sh')
-rwxr-xr-x | bgSelector.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgSelector.sh b/bgSelector.sh index 541a96b..f69cd0f 100755 --- a/bgSelector.sh +++ b/bgSelector.sh @@ -1,5 +1,5 @@ #!/bin/bash -if [ $(date +%H) -gt 18 ] +if [ "$(date +%H)" -gt 18 ] then feh --bg-scale ~/images/wallpapers/night* else |