From 5701d5523c117e9223e5fd0086407dd74e148626 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Thu, 31 Jan 2019 19:38:26 +0100 Subject: dmenuTerm now can show weather. --- showColors.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'showColors.sh') diff --git a/showColors.sh b/showColors.sh index 7183fce..93d4a24 100755 --- a/showColors.sh +++ b/showColors.sh @@ -1,4 +1,5 @@ #!/bin/bash + echo -e "\033[0;30mBlack (0;30) \033[1;30mLight Black (1;30)" echo -e "\033[0;31mRed (0;31) \033[1;31mLight Red (1;31)" echo -e "\033[0;32mGreen (0;32) \033[1;32mLight Green (1;32)" @@ -8,4 +9,4 @@ echo -e "\033[0;35mPurple (0;35) \033[1;35mLight Purple (1;35)" echo -e "\033[0;36mCyan (0;36) \033[1;36mLight Cyan (1;36)" echo -e "\033[0;37mWhite (0;37) \033[1;37mLight White (1;37)" -read -rsp "" -d "q" +read -rsp "" -d "q" -- cgit v1.2.1