From 9735824c1bfa5e884ec4862d620a6298e9e240c7 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Mon, 17 Dec 2018 17:42:24 +0100 Subject: Updated date i3blocks module and extracted months and years scripts. --- dmenuTerm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dmenuTerm.sh') diff --git a/dmenuTerm.sh b/dmenuTerm.sh index b34e72f..744cebc 100755 --- a/dmenuTerm.sh +++ b/dmenuTerm.sh @@ -9,8 +9,8 @@ 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 ;; - years) urxvt -title floating -sh 20 -cr black -geometry 66x39 -e ~/scripts/years.sh ;; - months) urxvt -title floating -sh 20 -cr black -geometry 22x9 -e ~/scripts/months.sh ;; + years) ~/scripts/floatYears.sh ;; + months) ~/scripts/floatMonths.sh ;; "bg selection") urxvt -title floating -sh 20 -cr black -geometry "45x6-5-5" -e ~/scripts/bgBrowser.sh "/home/inigo/images/wallpapers/" ;; python) urxvt -title floating -geometry 80x28 -e python ;; #programs -- cgit v1.2.1