summaryrefslogtreecommitdiff
path: root/.local/bin/colorbars
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-08-05 19:30:47 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2024-08-05 19:30:47 -0400
commit9ebf91e892cbafbf03d09f3adca652db181d1587 (patch)
tree299f0a362d3ad0f7be8757c7b3cbd2ee715b65cc /.local/bin/colorbars
parentda5ef3b9e22e11192279f0becaa0c8c35b7ff929 (diff)
Wayland migration (first of many)
Diffstat (limited to '.local/bin/colorbars')
-rwxr-xr-x.local/bin/colorbars48
1 files changed, 14 insertions, 34 deletions
diff --git a/.local/bin/colorbars b/.local/bin/colorbars
index e8e0b9d..459e707 100755
--- a/.local/bin/colorbars
+++ b/.local/bin/colorbars
@@ -1,35 +1,15 @@
#!/bin/sh
-echo
-
-# mini smpte color bars
-for y in $(seq 0 6); do
- printf %s ' '
- for color in 7 3 6 2 5 1 4; do
- tput setab ${color}
- printf %s ' '
- done
- tput sgr0
- echo
-done
-
-for y in 0 1; do
- printf %s ' '
- for color in 4 0 5 0 6 0 7; do
- tput setab ${color}
- printf %s ' '
- done
- tput sgr0
- echo
-done
-
-for y in $(seq 0 2); do
- printf %s ' '
- for color in 4 4 4 4 4 7 7 7 7 7 5 5 5 5 5 0 0 0 0 0 0 0 0 0 0 0 0 0; do
- tput setab ${color}
- printf %s ' '
- done
- tput sgr0
- echo
-done
-
-echo
+printf '
+        
+        
+        
+        
+        
+        
+        
+        
+        
+       
+       
+       
+'