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. --- dmenuTerm.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dmenuTerm.sh') diff --git a/dmenuTerm.sh b/dmenuTerm.sh index b7667be..7835e3d 100755 --- a/dmenuTerm.sh +++ b/dmenuTerm.sh @@ -1,7 +1,7 @@ #!/bin/bash # dmenu script for opening console programs and scripts directly -options="neofetch\ncmus\ncmus (float)\nnewsboat\nneomutt\nsyncthing\nbrightFirst\nresetConnection\nwifiDown\nyears\nmonths\nbg selection\nshowColors\npython\nmusicMode\nClose music mode\nemojis" +options="neofetch\ncmus\ncmus (float)\nnewsboat\nneomutt\nweather\nsyncthing\nbrightFirst\nresetConnection\nwifiDown\nyears\nmonths\nbg selection\nshowColors\npython\nmusicMode\nClose music mode\nemojis" chosen=$(echo -e "$options" | dmenu -i -p "~$ urxvt -e") @@ -11,6 +11,7 @@ case "$chosen" in showColors) urxvt -title floating -sh 10 -cr black -geometry 43x9 -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 ;; "bg selection") ~/scripts/floats/floatBgBrowser.sh "~/images/wallpapers/" ;; python) urxvt -title floating -geometry 80x28 -e python ;; #programs -- cgit v1.2.1