From 2a7ffacf5e9e6bd6fa520c6c8dc9f723f7218510 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Fri, 29 Apr 2022 10:15:53 +0100 Subject: [PATCH 1/4] Update 'README.MD' --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 1477d6e..6843cfc 100644 --- a/README.MD +++ b/README.MD @@ -3,7 +3,7 @@ These are a selection of independant tools for displaying various information about system status in dmenu. Some of them i.e. `volume` have options (up, down, mute...) which are selectable options in dmenu. - +!(https://notnull.click/media/4efcd7472bce49ff9fd91d39ba11c4faa499f558510cf2a6afe7468ca63fca97.mp4) They are compiled separately, for example: ```nim nim c pingclock From ca315f53f6ed654a19d99f90d02b21563a803d0a Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Fri, 29 Apr 2022 10:16:07 +0100 Subject: [PATCH 2/4] Update 'README.MD' --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 6843cfc..acce96d 100644 --- a/README.MD +++ b/README.MD @@ -3,7 +3,7 @@ These are a selection of independant tools for displaying various information about system status in dmenu. Some of them i.e. `volume` have options (up, down, mute...) which are selectable options in dmenu. -!(https://notnull.click/media/4efcd7472bce49ff9fd91d39ba11c4faa499f558510cf2a6afe7468ca63fca97.mp4) +![Video of system working](https://notnull.click/media/4efcd7472bce49ff9fd91d39ba11c4faa499f558510cf2a6afe7468ca63fca97.mp4) They are compiled separately, for example: ```nim nim c pingclock From 6394285f959cf3872a7ead867ec8a2c5de1739e7 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Fri, 29 Apr 2022 10:19:04 +0100 Subject: [PATCH 3/4] Update 'README.MD' --- README.MD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index acce96d..62020b8 100644 --- a/README.MD +++ b/README.MD @@ -3,7 +3,12 @@ These are a selection of independant tools for displaying various information about system status in dmenu. Some of them i.e. `volume` have options (up, down, mute...) which are selectable options in dmenu. -![Video of system working](https://notnull.click/media/4efcd7472bce49ff9fd91d39ba11c4faa499f558510cf2a6afe7468ca63fca97.mp4) + + + They are compiled separately, for example: ```nim nim c pingclock From ddc4297527830d8b5f6c08916566d009c19f56be Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Fri, 29 Apr 2022 10:20:12 +0100 Subject: [PATCH 4/4] Update 'README.MD' --- README.MD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.MD b/README.MD index 62020b8..ae5e98c 100644 --- a/README.MD +++ b/README.MD @@ -4,10 +4,8 @@ These are a selection of independant tools for displaying various information about system status in dmenu. Some of them i.e. `volume` have options (up, down, mute...) which are selectable options in dmenu. - +Here is a link to the dmenu video +Here is a link to the rofi video They are compiled separately, for example: ```nim