File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Configs/.local/share/hyde Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ $PROFILE_IMAGE = $XDG_CACHE_HOME/hyde/landing/profile.png
1010$GREET_TEXT =echo "Good $(date +%H | awk '{if ($1 < 12) print "Morning "; else if ($1 < 18) print "Afternoon "; else print "Evening "}')"
1111# $CAVA_CMD= { [ -f /tmp/hyprlock-cava ] && tail -n 1 /tmp/hyprlock-cava 2>/dev/null ;} || { hyprctl dispatch exec "hyprlock.sh cava && rm /tmp/hyprlock-cava" ;}
1212$CAVA_CMD= echo Not supported by Hyprlock
13- $WEATHER_CMD = echo "<b>Feels like<big> $(curl -s 'wttr.in?format=%t' | tr -d '+') </big></b>"
13+ $WEATHER_CMD = echo "<b>Feels like<big> $(curl -s 'https:// wttr.in/$WEATHER_LOCATION ?format=%t' | tr -d '+') </big></b>"
1414$BATTERY_ICON = battery.sh icon
1515
1616# hyprlang noerror true
You can’t perform that action at this time.
0 commit comments