Skip to content

Commit

Permalink
Updated root README.md for DimMon and TestConApp CI build status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrottel committed May 13, 2024
1 parent 908ef4d commit c1011a0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/DimMon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: DimMon Build Action

on:
push:
branches: [ "main", "more-ci" ]
branches: [ "main" ]
paths:
- .github/workflows/DimMon.yaml
- DimMon/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TestConApp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: TestConApp Build Action

on:
push:
branches: [ "main", "more-ci" ]
branches: [ "main" ]
paths:
- .github/workflows/TestConApp.yaml
- TestConApp/**
Expand Down
Binary file added DimMon/images/sunglasses_x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ Also, good enough.
## Dib
Desktop Icon Backup

## DimMon
## DimMon <img align="left" src="./DimMon/images/sunglasses_x48.png" style="height:1em" alt="DimMon">
[![DimMon Build Action](https://github.com/sgrottel/tiny-tools-collection/actions/workflows/DimMon.yaml/badge.svg)](https://github.com/sgrottel/tiny-tools-collection/actions/workflows/DimMon.yaml)

C# app to dim monitors by displaying an transparent black overlaying window.
The idea is to dim "other" monitors when watching a video or playing a game one only one of the monitors.

Expand Down Expand Up @@ -94,6 +96,8 @@ A small GUI, slapped together in C#, around the Shutdown command-line utility.
Trivial tool to start Pwsh.exe and provide an icon. Because...

## TestConApp
[![TestConApp Build Action](https://github.com/sgrottel/tiny-tools-collection/actions/workflows/TestConApp.yaml/badge.svg)](https://github.com/sgrottel/tiny-tools-collection/actions/workflows/TestConApp.yaml)

Simple little console application usable in tests, to check whether a process is correctly called.
It echoes it's command line arguments and a couple of diagnostic properties.

Expand Down

0 comments on commit c1011a0

Please sign in to comment.