From 48cc6cecb880712e66108d6d9f0f93a04a323a09 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 1 Oct 2021 20:13:13 -0400 Subject: updated dotfiles to latest in sway setup --- .config/waybar/config | 1 + .config/waybar/modules/weather.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to '.config/waybar') diff --git a/.config/waybar/config b/.config/waybar/config index e379c02..3dbeb15 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -16,6 +16,7 @@ "format": "{:%a, %b %d | %H:%M}", "tooltip": true, "tooltip-format": "{:%Y %B}\n{calendar}", + "on-click": "gsimplecal", }, "battery": { "format": "| {capacity}% {icon} | ", diff --git a/.config/waybar/modules/weather.sh b/.config/waybar/modules/weather.sh index d64acd0..0333af3 100755 --- a/.config/waybar/modules/weather.sh +++ b/.config/waybar/modules/weather.sh @@ -3,4 +3,4 @@ w=$(curl -s wttr.in/ahn?format="%l:+%c+%t+%C+%w+%h+%m") w=${w:7} w="$(echo -e "${w}" | sed -e 's/^[[:space:]]*//')" m=$(python ~/bin/moonphase-waybar.py) -echo "{\"text\":\""$w ""$m"\", \"tooltip\":\""tooltip"\", \"class\":\""lxf-weather"\"}" +#echo "{\"text\":\""$w ""$m"\", \"tooltip\":\""tooltip"\", \"class\":\""lxf-weather"\"}" -- cgit v1.2.3-70-g09d2