aboutsummaryrefslogtreecommitdiff
path: root/dmenuTerm.sh
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2019-04-09 16:26:46 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2019-04-09 16:28:27 +0200
commit6e1ce4f87831d3761a46497f80e56ac7a73e14c8 (patch)
tree1ce2f613f63e9d0a8b3443ef70feb81d6ad1f583 /dmenuTerm.sh
parent8da9dfb0098bf119b278e043f93a56c629013b26 (diff)
downloadscripts-6e1ce4f87831d3761a46497f80e56ac7a73e14c8.tar.gz
scripts-6e1ce4f87831d3761a46497f80e56ac7a73e14c8.zip
Minor changes.
Diffstat (limited to 'dmenuTerm.sh')
-rwxr-xr-xdmenuTerm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenuTerm.sh b/dmenuTerm.sh
index a959673..57c3634 100755
--- a/dmenuTerm.sh
+++ b/dmenuTerm.sh
@@ -8,7 +8,7 @@ chosen=$(echo -e "$options" | dmenu -i -p "~$ urxvt -e")
case "$chosen" in
# floating windows
neofetch) urxvt -title invisible -sh 100 -cr "#aaddff" -geometry "80x21+50+35" -e ~/scripts/neofetch.sh ;;
- showColors) urxvt -title floating -sh 10 -cr black -geometry 43x9 -e ~/scripts/showColors.sh ;;
+ showColors) urxvt -title floating -sh 10 -cr black -geometry 44x9 -e ~/scripts/showColors.sh ;;
years) ~/scripts/floats/floatYears.sh ;;
months) ~/scripts/floats/floatMonths.sh ;;
weather) urxvt -title floating -sh 10 -geometry 125x40 -e weather.sh ;;