Yet another bash script for setting wallpaper!

This page summarizes the projects mentioned and recommended in the original post on /r/archlinux

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • picsum-photos

    Lorem Ipsum... but for photos.

  • #!/bin/sh while getopts "s" opt; do case "$opt" in s ) STARTUP="true" ;; esac done SCREEN_WIDTH=$(cat /sys/class/graphics/*/virtual_size | cut -f1 -d',') SCREEN_HEIGHT=$(cat /sys/class/graphics/*/virtual_size | cut -f2 -d',') WALLPAPER_PATH="$(readlink -f ${HOME}/Pictures/.wallpaper.jpg)" : ${STARTUP:=false} # Set the old wallpaper at startup if it exists [ "${STARTUP}" == "true" ] && [ -f "${WALLPAPER_PATH}" ] && feh --bg-fill ${WALLPAPER_PATH} # Check if you have internet connection wait-for-internet -s 100 [ "$?" == "0" ] && \ { # Download image or show error message wget -O ${WALLPAPER_PATH} https://picsum.photos/${SCREEN_WIDTH}/${SCREEN_HEIGHT} || \ { notify-send --icon=dialog-error "Cannot download wallpaper!"; exit 1;} # Set the downloaded image as wallpaper [ -f "${WALLPAPER_PATH}" ] && feh --bg-fill ${WALLPAPER_PATH} }

  • styli.sh

    A CLI tool for easy wallpaper management and image fetching

  • there is another solution: https://github.com/thevinter/styli.sh

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Cloud Security and Resilience: DevSecOps Tools and Practices

    10 projects | dev.to | 1 May 2024
  • AI enthusiasm #9 - A multilingual chatbot📣🈸

    6 projects | dev.to | 1 May 2024
  • Protect your emails (short note)

    2 projects | dev.to | 1 May 2024
  • Ask HN: Those of you who don't use AWS/Azure/GCP, what do you use for hosting?

    2 projects | news.ycombinator.com | 30 Apr 2024
  • Internet Archive: Open Library

    1 project | news.ycombinator.com | 30 Apr 2024