Display your calendar on the wallpaper.

Overview

wallCal

Have your calendar appear as the wallpaper.

disclaimer

Use at your own risk. Don't blame me if you miss a meeting :-)

Some parts of the scripts were bogged togather from various examples online. Please report problems using GITHUBs issue tracking system. Additionally please let me know if there are some feature requests.

dependencies

The scripts in this repository depend on the following programs being available:

calendar files

The example calendar file cal_example contains a description of the syntax togather with a couple of examples.

I suggest copying this file to cal and editing it to add your events. All the scripts described below need the file cal to be available.

bash scripts

Configuration options are available in CONFIGURATION sections of each script.

CAREFUL: the first thing you might want to change is the FONT in wallPipe. By default it is "DejaVu-Sans-Mono" because it has box drawing characters. The font should be mono spaced. To list all fonts available run:

$convert -list font

wallDay

USAGE:

$./wallDay

or with the PATH variable set appropriately (using a symbolic link wont work because the scripts look for files relative to their location):

$wallDay

Scan for the day's events using the calendar file cal. A description of the syntax for calendar events is described at the beginning of this file.

The script shows:

  • a timetable
  • list of important events from the following seven days
  • a todo list

on the wallpaper using feh.

wallWeek

USAGE:

$./wallWeek

Scan seven days, starting with the current day, for the day's events using the calendar file cal. A description of the syntax for calendar events is described at the beginning of this file.

The script shows:

  • a timetable for each day

on the wallpaper using feh.

This can be a little cluttered but the events are readable on a screen with a reasonable resolution:

wallPipe

USAGE EXAMPLE:

$ls | ./wallWeek

Takes stdin and shows the text on the wallpaper using feh.

python scripts

Configuration available in betterCal.config but I suggest not modifying this file.

betterCalendar

Simple calendar application, uses the betterCal.py module. Help and information is available using:

$./betterCalendar -h
You might also like...
Set of utilities for exporting/controlling your robot in Blender
Set of utilities for exporting/controlling your robot in Blender

Blender Robotics Utils This repository contains utilities for exporting/controlling your robot in Blender Maintainers This repository is maintained by

This utility lets you draw using your laptop's touchpad on Linux.
This utility lets you draw using your laptop's touchpad on Linux.

FingerPaint This utility lets you draw using your laptop's touchpad on Linux. Pressing any key or clicking the touchpad will finish the drawing

A small utility that sorts your files.

FileSorter A small utility that sorts your files. TODO: Scan directory to find files(thanks @corruptmemry for this!) Split extensions to determine fil

Give you a better view of your Docker registry disk usage.

registry-du Give you a better view of your Docker registry disk usage. This small tool will analysis your Docker registry(vanilla or Harbor both work)

This code renames subtitle file names to your video files names, so you don't need to rename them manually.

Rename Subtitle This code renames your subtitle file names to your video file names so you don't need to do it manually Note: It only works for series

Protect your eyes from eye strain using this simple and beautiful, yet extensible break reminder

Protect your eyes from eye strain using this simple and beautiful, yet extensible break reminder

Know your customer pipeline in apache air flow

KYC_pipline Know your customer pipeline in apache air flow For a successful pipeline run take these steps: Run you Airflow server Admin - connection

Conveniently measures the time of your loops, contexts and functions.
Conveniently measures the time of your loops, contexts and functions.

Conveniently measures the time of your loops, contexts and functions.

A monitor than send discord webhook when a specific monitored product has stock in your nearby pickup stores.
A monitor than send discord webhook when a specific monitored product has stock in your nearby pickup stores.

Welcome to Apple In-store Monitor This is a monitor that are not fully scaled, and might still have some bugs.

Owner
null
A python script to generate wallpaper

wallpaper eits Warning You need to set the path to Robot Mono font in the source code. (Settings are in the main function) Usage A script that given a

Henrique Tsuyoshi Yara 5 Dec 2, 2021
This python program will display all SSID usernames and SSID passwords you once connected to your laptop

Windows-Wifi-password-extractor This python program will display all SSID usernames and SSID passwords you once connected to your laptop How to run th

Bhaskar Pal 3 Apr 26, 2022
Generates a random prnt.sc link and display image.

Generates a random prnt.sc link and display image.

Emirhan 3 Oct 8, 2021
A script to parse and display buy_tag and sell_reason for freqtrade backtesting trades

freqtrade-buyreasons A script to parse and display buy_tag and sell_reason for freqtrade backtesting trades Usage Copy the buy_reasons.py script into

Robert Davey 31 Jan 1, 2023
jsoooooooon derulo - Make sure your 'jason derulo' is featured as the first part of your json data

jsonderulo Make sure your 'jason derulo' is featured as the first part of your json data Install: # python pip install jsonderulo poetry add jsonderul

jesse 3 Sep 13, 2021
A simple tool that updates your pubspec.yaml file, of a Flutter project, without altering the structure of your file.

A simple tool that updates your pubspec.yaml file, of a Flutter project, without altering the structure of your file.

null 3 Dec 10, 2021
A python package for your Kali Linux distro that find the fastest mirror and configure your apt to use that mirror

Kali Mirror Finder Using Single Python File A python package for your Kali Linux distro that find the fastest mirror and configure your apt to use tha

MrSingh 6 Dec 12, 2022
Make your functions return something meaningful, typed, and safe!

Make your functions return something meaningful, typed, and safe! Features Brings functional programming to Python land Provides a bunch of primitives

dry-python 2.6k Jan 9, 2023
Quickly edit your slack posts.

Lightning Edit Quickly edit your Slack posts. Heavily inspired by @KhushrajRathod's LightningDelete. Usage: Note: Before anything, be sure to head ove

null 14 Nov 19, 2021
Manage your exceptions in Python like a PRO

A linter to manage all your python exceptions and try/except blocks (limited only for those who like dinosaurs).

Guilherme Latrova 353 Dec 31, 2022